| Index: ios/web/ios_web_unittests.gyp
|
| diff --git a/ios/web/ios_web_unittests.gyp b/ios/web/ios_web_unittests.gyp
|
| index d0a04bd704a2ca1f9ed69bcec40e4c561de1906a..f2e08161c6cc6494b3a477abbd69705a4aed506a 100644
|
| --- a/ios/web/ios_web_unittests.gyp
|
| +++ b/ios/web/ios_web_unittests.gyp
|
| @@ -4,7 +4,7 @@
|
| {
|
| 'variables': {
|
| 'chromium_code': 1,
|
| - },
|
| + },
|
| 'targets': [
|
| {
|
| 'target_name': 'ios_web_unittests',
|
| @@ -15,6 +15,8 @@
|
| '../../base/base.gyp:test_support_base',
|
| '../../testing/gmock.gyp:gmock',
|
| '../../testing/gtest.gyp:gtest',
|
| + '../../third_party/ocmock/ocmock.gyp:ocmock',
|
| + '../testing/ios_testing.gyp:ocmock_support',
|
| 'ios_web.gyp:ios_web',
|
| 'ios_web.gyp:test_support_ios_web',
|
| ],
|
| @@ -26,11 +28,15 @@
|
| 'navigation/nscoder_util_unittest.mm',
|
| 'net/cert_policy_unittest.cc',
|
| 'net/request_group_util_unittest.mm',
|
| + 'net/request_tracker_impl_unittest.mm',
|
| + 'net/web_http_protocol_handler_delegate_unittest.mm',
|
| 'public/referrer_util_unittest.cc',
|
| 'string_util_unittest.cc',
|
| + 'ui_web_view_util_unittest.mm',
|
| 'url_scheme_util_unittest.mm',
|
| 'url_util_unittest.cc',
|
| 'weak_nsobject_counter_unittest.mm',
|
| + 'web_state/ui/crw_static_file_web_view_unittest.mm',
|
| ],
|
| },
|
| ],
|
|
|