Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(622)

Unified Diff: build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn

Issue 2704763002: [Mac] Fix crashpad_handler @rpath in the component build. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/../../../../../../../..",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698