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

Unified Diff: chrome/chrome.gyp

Issue 10389047: mac: Don't require DYLD_LIBRARY_PATH to be set when using the shared build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 8 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: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 610a8d43de1ea7f61cc414fbf3ec73c0a731809d..11578fd08fed301744de15d33cd8c83c7652109f 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -483,6 +483,15 @@
'CHROMIUM_STRIP_SAVE_FILE': 'app/app_asan.saves',
},
}],
+ ['component=="shared_library"', {
+ 'xcode_settings': {
+ 'LD_RUNPATH_SEARCH_PATHS': [
+ # Get back from Chromium.app/Contents/Versions/V/
+ # Helper.app/Contents/MacOS
+ '@loader_path/../../../../../../..',
+ ],
+ },
+ }],
],
}, # target helper_app
{
« no previous file with comments | « build/common.gypi ('k') | content/common/sandbox_mac.mm » ('j') | content/common/sandbox_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698