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

Unified Diff: ios/third_party/ochamcrest/ochamcrest.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 | « ios/third_party/earl_grey/earl_grey.gyp ('k') | ios/web/ios_web_shell_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/third_party/ochamcrest/ochamcrest.gyp
diff --git a/ios/third_party/ochamcrest/ochamcrest.gyp b/ios/third_party/ochamcrest/ochamcrest.gyp
index 9ca749bac2dc6c5966b12ab88b3b156ac416101f..bf1ec1b2b7eb33b55dd94c4b0caf8c2c27f8a121 100644
--- a/ios/third_party/ochamcrest/ochamcrest.gyp
+++ b/ios/third_party/ochamcrest/ochamcrest.gyp
@@ -230,6 +230,11 @@
'CODE_SIGN_IDENTITY[sdk=iphoneos*]': 'iPhone Developer',
'PRODUCT_BUNDLE_IDENTIFIER': 'org.hamcrest.OCHamcrest.OCHamcrest-iOS',
'INFOPLIST_FILE': 'src/Source/OCHamcrest-Info.plist',
+ 'DYLIB_INSTALL_NAME_BASE': '@rpath',
+ 'OTHER_LDFLAGS': [
+ '-Xlinker', '-rpath', '-Xlinker', '@executable_path/Frameworks',
+ '-Xlinker', '-rpath', '-Xlinker', '@loader_path/Frameworks'
+ ]
},
'include_dirs': [
'src',
« no previous file with comments | « ios/third_party/earl_grey/earl_grey.gyp ('k') | ios/web/ios_web_shell_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698