| 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',
|
|
|