| Index: build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn
|
| diff --git a/build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn b/build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn
|
| index 6cd8b9f34a89e5d3af9067f7b16cd3b4ad435e66..d2ce8b9177442dfb166df005a487e70d6092a23f 100644
|
| --- a/build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn
|
| +++ b/build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn
|
| @@ -48,11 +48,11 @@ executable("crashpad_handler") {
|
| ]
|
|
|
| if (is_mac && is_component_build) {
|
| - # The handler is in Chromium.app/Contents/Versions/X/Chromium Framework.framework/Helpers/
|
| + # The handler is in Chromium.app/Contents/Versions/X/Chromium Framework.framework/Versions/A/Helpers/
|
| # so set rpath up to the base.
|
| ldflags = [
|
| "-rpath",
|
| - "@loader_path/../../../../../..",
|
| + "@loader_path/../../../../../../../..",
|
| ]
|
| }
|
|
|
|
|