| 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 79c93e8bbefc0705df753455a88025b185efeb56..d7e324be11d18f6d3e920441d694f3a0bb0f865e 100644
|
| --- a/ios/web/ios_web_shell_tests.gyp
|
| +++ b/ios/web/ios_web_shell_tests.gyp
|
| @@ -21,8 +21,15 @@
|
| 'dependencies': [
|
| '../third_party/earl_grey/earl_grey.gyp:EarlGrey',
|
| 'ios_web_shell.gyp:ios_web_shell',
|
| + 'ios_web.gyp:ios_web_test_support',
|
| ],
|
| 'sources': [
|
| + 'public/test/http_server_util.h',
|
| + 'public/test/http_server_util.mm',
|
| + 'shell/test/utils/eg_util.h',
|
| + 'shell/test/utils/eg_util.mm',
|
| + 'shell/test/utils/web_view_egutil.h',
|
| + 'shell/test/utils/web_view_egutil.mm',
|
| 'shell/test/web_shell_navigation_egtest.mm',
|
| ],
|
| 'xcode_settings': {
|
|
|