| Index: ios/web/ios_web.gyp
|
| diff --git a/ios/web/ios_web.gyp b/ios/web/ios_web.gyp
|
| index a446e84370a355092aebcdb785bbed80e2b8017e..b6ef15fbd9d7ffd0c5d039a5ec101eeb3f54bc07 100644
|
| --- a/ios/web/ios_web.gyp
|
| +++ b/ios/web/ios_web.gyp
|
| @@ -459,6 +459,7 @@
|
| 'target_name': 'ios_web_test_support',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| + '../../base/base.gyp:base',
|
| '../../base/base.gyp:test_support_base',
|
| '../../ios/testing/ios_testing.gyp:ocmock_support',
|
| '../../ios/third_party/gcdwebserver/gcdwebserver.gyp:gcdwebserver',
|
| @@ -512,6 +513,7 @@
|
| 'public/test/test_web_thread_bundle.h',
|
| 'public/test/test_web_view_content_view.h',
|
| 'public/test/test_web_view_content_view.mm',
|
| + 'public/test/web_js_test.h',
|
| 'public/test/web_test.h',
|
| 'public/test/web_test.mm',
|
| 'public/test/web_test_suite.h',
|
|
|