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

Unified Diff: ios/third_party/earl_grey/earl_grey.gyp

Issue 1914253002: Set framework -install_name to rpath for EarlGrey and OCHamcrest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | ios/third_party/ochamcrest/ochamcrest.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/third_party/earl_grey/earl_grey.gyp
diff --git a/ios/third_party/earl_grey/earl_grey.gyp b/ios/third_party/earl_grey/earl_grey.gyp
index cdd6fcd14b2956cf5aea3e833f2868aaa5579a98..7cfd3cd8d05e2fdb3325a1475a5f4c7c6027d7d7 100644
--- a/ios/third_party/earl_grey/earl_grey.gyp
+++ b/ios/third_party/earl_grey/earl_grey.gyp
@@ -272,6 +272,11 @@
'CODE_SIGN_IDENTITY[sdk=iphoneos*]': 'iPhone Developer',
'BUNDLE_IDENTIFIER': 'com.google.earlgrey.EarlGrey',
'INFOPLIST_FILE': 'src/EarlGrey-Info.plist',
+ 'DYLIB_INSTALL_NAME_BASE': '@rpath',
+ 'OTHER_LDFLAGS': [
+ '-Xlinker', '-rpath', '-Xlinker', '@executable_path/Frameworks',
+ '-Xlinker', '-rpath', '-Xlinker', '@loader_path/Frameworks'
+ ]
},
'link_settings': {
'libraries': [
« no previous file with comments | « no previous file | ios/third_party/ochamcrest/ochamcrest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698