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

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

Issue 1961473003: [Mac/GN] Set up the component build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
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 0c455f50b5e0ef54c2a82b487c482651c5f1ba7e..ca3f16cc3076148a0c5781646ccb36852cbf331f 100644
--- a/build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn
+++ b/build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn
@@ -46,4 +46,11 @@ executable("crashpad_handler") {
"//base",
"//build/win:default_exe_manifest",
]
+
+ if (is_component_build) {
+ ldflags = [
+ "-rpath",
+ "@loader_path/../../../../../..",
Dirk Pranke 2016/05/06 22:10:07 uh ... where do the six parent directories come fr
Robert Sesek 2016/05/06 22:20:49 Left a comment.
+ ]
+ }
}
« no previous file with comments | « base/BUILD.gn ('k') | build/toolchain/mac/BUILD.gn » ('j') | build/toolchain/mac/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698