| Index: ios/web/ios_web.gyp
|
| diff --git a/ios/web/ios_web.gyp b/ios/web/ios_web.gyp
|
| index 1f1127ce911929763031cf2fe5dfa9e20ec061e9..1c2e2bd07097fcb52f22d98de76fa4f81e368824 100644
|
| --- a/ios/web/ios_web.gyp
|
| +++ b/ios/web/ios_web.gyp
|
| @@ -391,8 +391,10 @@
|
| 'target_name': 'ios_web_test_support',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| + '../../base/base.gyp:test_support_base',
|
| '../../ios/testing/ios_testing.gyp:ocmock_support',
|
| '../../ios/third_party/gcdwebserver/gcdwebserver.gyp:gcdwebserver',
|
| + '../../net/net.gyp:net_test_support',
|
| '../../testing/gmock.gyp:gmock',
|
| '../../testing/gtest.gyp:gtest',
|
| '../../third_party/ocmock/ocmock.gyp:ocmock',
|
| @@ -414,6 +416,8 @@
|
| 'public/test/response_providers/file_based_response_provider.mm',
|
| 'public/test/response_providers/file_based_response_provider_impl.h',
|
| 'public/test/response_providers/file_based_response_provider_impl.mm',
|
| + 'public/test/response_providers/html_response_provider.h',
|
| + 'public/test/response_providers/html_response_provider.mm',
|
| 'public/test/response_providers/response_provider.h',
|
| 'public/test/response_providers/response_provider.mm',
|
| 'public/test/response_providers/string_response_provider.h',
|
|
|