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

Unified Diff: handler/handler.gyp

Issue 1040193002: crashpad_minidump_test: depend on crashpad_util_test_lib (library) (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Rebase Created 5 years, 9 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: handler/handler.gyp
diff --git a/handler/handler.gyp b/handler/handler.gyp
index 638789c40f7e6a89765fdeae76f3580277bf6335..082eebea3f869a4a17bc7c4adcb27072f4fbb734 100644
--- a/handler/handler.gyp
+++ b/handler/handler.gyp
@@ -45,13 +45,13 @@
'mac/main.cc',
],
- # In an in-Chromium build with component=shared_library,
- # crashpad_handler will depend on shared libraries such as
- # libbase.dylib located in out/{Debug,Release} via the @rpath
- # mechanism. When crashpad_handler is copied to its home deep inside
- # the Chromium app bundle, it needs to have an LC_RPATH command
- # pointing back to the directory containing these dependency
- # libraries.
+ # In an in-Chromium build with component=shared_library,
+ # crashpad_handler will depend on shared libraries such as
+ # libbase.dylib located in out/{Debug,Release} via the @rpath
+ # mechanism. When crashpad_handler is copied to its home deep inside
+ # the Chromium app bundle, it needs to have an LC_RPATH command
+ # pointing back to the directory containing these dependency
+ # libraries.
'variables': {
'component%': 'static_library',
},
« 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