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

Unified Diff: ios/web/ios_web_shell_tests.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/ochamcrest/ochamcrest.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/ios_web_shell_tests.gyp
diff --git a/ios/web/ios_web_shell_tests.gyp b/ios/web/ios_web_shell_tests.gyp
index 409e48607e7213eb11cd6468aae473ea582c8cae..264cad333a959df148c1ae0c1b68587772962be9 100644
--- a/ios/web/ios_web_shell_tests.gyp
+++ b/ios/web/ios_web_shell_tests.gyp
@@ -51,6 +51,10 @@
},
'xcode_settings': {
'INFOPLIST_FILE': 'shell/test/Host-Info.plist',
+ 'OTHER_LDFLAGS': [
+ '-Xlinker', '-rpath', '-Xlinker', '@executable_path/Frameworks',
+ '-Xlinker', '-rpath', '-Xlinker', '@loader_path/Frameworks'
+ ]
},
'dependencies': [
'<(DEPTH)/ios/third_party/earl_grey/earl_grey.gyp:EarlGrey',
« no previous file with comments | « ios/third_party/ochamcrest/ochamcrest.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698