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

Side by Side 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, 8 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'ios_web_unittests', 10 'target_name': 'ios_web_unittests',
11 'type': '<(gtest_target_type)', 11 'type': '<(gtest_target_type)',
12 'dependencies': [ 12 'dependencies': [
13 '../../base/base.gyp:base', 13 '../../base/base.gyp:base',
14 '../../base/base.gyp:run_all_unittests', 14 '../../base/base.gyp:run_all_unittests',
15 '../../base/base.gyp:test_support_base', 15 '../../base/base.gyp:test_support_base',
16 '../../testing/gmock.gyp:gmock', 16 '../../testing/gmock.gyp:gmock',
17 '../../testing/gtest.gyp:gtest', 17 '../../testing/gtest.gyp:gtest',
18 '../../third_party/ocmock/ocmock.gyp:ocmock',
19 '../testing/ios_testing.gyp:ocmock_support',
18 'ios_web.gyp:ios_web', 20 'ios_web.gyp:ios_web',
19 'ios_web.gyp:test_support_ios_web', 21 'ios_web.gyp:test_support_ios_web',
20 ], 22 ],
21 'sources': [ 23 'sources': [
22 'browser_state_unittest.cc', 24 'browser_state_unittest.cc',
23 'crw_network_activity_indicator_manager_unittest.mm', 25 'crw_network_activity_indicator_manager_unittest.mm',
24 'history_state_util_unittest.mm', 26 'history_state_util_unittest.mm',
25 'navigation/navigation_item_impl_unittest.mm', 27 'navigation/navigation_item_impl_unittest.mm',
26 'navigation/nscoder_util_unittest.mm', 28 'navigation/nscoder_util_unittest.mm',
27 'net/cert_policy_unittest.cc', 29 'net/cert_policy_unittest.cc',
28 'net/request_group_util_unittest.mm', 30 'net/request_group_util_unittest.mm',
31 'net/request_tracker_impl_unittest.mm',
32 'net/web_http_protocol_handler_delegate_unittest.mm',
29 'public/referrer_util_unittest.cc', 33 'public/referrer_util_unittest.cc',
30 'string_util_unittest.cc', 34 'string_util_unittest.cc',
35 'ui_web_view_util_unittest.mm',
31 'url_scheme_util_unittest.mm', 36 'url_scheme_util_unittest.mm',
32 'url_util_unittest.cc', 37 'url_util_unittest.cc',
33 'weak_nsobject_counter_unittest.mm', 38 'weak_nsobject_counter_unittest.mm',
39 'web_state/ui/crw_static_file_web_view_unittest.mm',
34 ], 40 ],
35 }, 41 },
36 ], 42 ],
37 } 43 }
OLDNEW
« 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