Issue metadata
Sign in to add a comment
|
PathService::Get(base::DIR_SOURCE_ROOT, ...) returns wrong value on OSX in Mojo processes |
||||||||||||||||||||||
Issue descriptionPathService::Get(base::DIR_SOURCE_ROOT, ...) returns the wrong value on OSX in Mojo processes. In particular, PathProviderMac expects the binary to be at src/foo/bar/Chromium.app/Contents/MacOS/Chromium, but the helper binaries are in src/foo/bar/Chromium.app/Contents/Frameworks/Content Shell Helper.app/Contents/MacOS. This came up in https://chromium-review.googlesource.com/c/chromium/src/+/624067, where I'm trying to install test root certs in the network service's process.
,
Nov 7 2017
Apologies, applied the wrong component in bulk. |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by mmenke@chromium.org
, Aug 24 2017