OLD | NEW |
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 # GN version: //ios/web:ios_web_unittests | 10 # GN version: //ios/web:ios_web_unittests |
11 'target_name': 'ios_web_unittests', | 11 'target_name': 'ios_web_unittests', |
12 'type': '<(gtest_target_type)', | 12 'type': '<(gtest_target_type)', |
13 'dependencies': [ | 13 'dependencies': [ |
14 '../../base/base.gyp:base', | 14 '../../base/base.gyp:base', |
15 '../../base/base.gyp:test_support_base', | 15 '../../base/base.gyp:test_support_base', |
16 '../../net/net.gyp:net_test_support', | 16 '../../net/net.gyp:net_test_support', |
17 '../../testing/gmock.gyp:gmock', | 17 '../../testing/gmock.gyp:gmock', |
18 '../../testing/gtest.gyp:gtest', | 18 '../../testing/gtest.gyp:gtest', |
19 '../../third_party/ocmock/ocmock.gyp:ocmock', | 19 '../../third_party/ocmock/ocmock.gyp:ocmock', |
20 '../../ui/base/ui_base.gyp:ui_base_test_support', | 20 '../../ui/base/ui_base.gyp:ui_base_test_support', |
21 '../testing/ios_testing.gyp:ocmock_support', | 21 '../testing/ios_testing.gyp:ocmock_support', |
22 'ios_web.gyp:ios_web', | 22 'ios_web.gyp:ios_web', |
23 'ios_web.gyp:test_support_ios_web', | 23 'ios_web.gyp:ios_web_test_support', |
24 ], | 24 ], |
25 'sources': [ | 25 'sources': [ |
26 'active_state_manager_impl_unittest.mm', | 26 'active_state_manager_impl_unittest.mm', |
27 'alloc_with_zone_interceptor_unittest.mm', | 27 'alloc_with_zone_interceptor_unittest.mm', |
28 'browser_state_unittest.cc', | 28 'browser_state_unittest.cc', |
29 'browsing_data_partition_impl_unittest.mm', | 29 'browsing_data_partition_impl_unittest.mm', |
30 'crw_browsing_data_store_unittest.mm', | 30 'crw_browsing_data_store_unittest.mm', |
31 'crw_network_activity_indicator_manager_unittest.mm', | 31 'crw_network_activity_indicator_manager_unittest.mm', |
32 'history_state_util_unittest.mm', | 32 'history_state_util_unittest.mm', |
33 'navigation/crw_session_controller_unittest.mm', | 33 'navigation/crw_session_controller_unittest.mm', |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 'test/data/testpass.pkpass', | 95 'test/data/testpass.pkpass', |
96 ], | 96 ], |
97 'test_data_prefix': 'ios/web', | 97 'test_data_prefix': 'ios/web', |
98 }, | 98 }, |
99 'includes': [ '../../build/copy_test_data_ios.gypi' ], | 99 'includes': [ '../../build/copy_test_data_ios.gypi' ], |
100 }, | 100 }, |
101 ], | 101 ], |
102 }, | 102 }, |
103 ], | 103 ], |
104 } | 104 } |
OLD | NEW |