Chromium Code Reviews| 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.
|
| + ] |
| + } |
| } |