Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: ios/web/ios_web_unittests.gyp

Issue 1043243003: Upstream most of ios/web/net (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove accidentally-added clients Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/web/ios_web.gyp ('k') | ios/web/net/cert_store_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
},
],
« no previous file with comments | « ios/web/ios_web.gyp ('k') | ios/web/net/cert_store_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698