OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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/chrome:ios_chrome_unittests | 10 # GN version: //ios/chrome:ios_chrome_unittests |
(...skipping 11 matching lines...) Expand all Loading... |
22 '../../components/components.gyp:password_manager_core_common', | 22 '../../components/components.gyp:password_manager_core_common', |
23 '../../components/components.gyp:syncable_prefs_test_support', | 23 '../../components/components.gyp:syncable_prefs_test_support', |
24 '../../components/components.gyp:update_client', | 24 '../../components/components.gyp:update_client', |
25 '../../components/components.gyp:version_info', | 25 '../../components/components.gyp:version_info', |
26 '../../components/prefs/prefs.gyp:prefs_test_support', | 26 '../../components/prefs/prefs.gyp:prefs_test_support', |
27 '../../ios/testing/ios_testing.gyp:ocmock_support', | 27 '../../ios/testing/ios_testing.gyp:ocmock_support', |
28 '../../net/net.gyp:net_test_support', | 28 '../../net/net.gyp:net_test_support', |
29 '../../skia/skia.gyp:skia', | 29 '../../skia/skia.gyp:skia', |
30 '../../testing/gmock.gyp:gmock', | 30 '../../testing/gmock.gyp:gmock', |
31 '../../testing/gtest.gyp:gtest', | 31 '../../testing/gtest.gyp:gtest', |
| 32 '../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:goo
gle_toolbox_for_mac', |
32 '../../third_party/ocmock/ocmock.gyp:ocmock', | 33 '../../third_party/ocmock/ocmock.gyp:ocmock', |
33 '../../ui/gfx/gfx.gyp:gfx', | 34 '../../ui/gfx/gfx.gyp:gfx', |
34 '../../ui/gfx/gfx.gyp:gfx_test_support', | 35 '../../ui/gfx/gfx.gyp:gfx_test_support', |
35 '../web/ios_web.gyp:ios_web', | 36 '../web/ios_web.gyp:ios_web', |
36 '../web/ios_web.gyp:ios_web_test_support', | 37 '../web/ios_web.gyp:ios_web_test_support', |
37 'ios_chrome.gyp:ios_chrome_app', | 38 'ios_chrome.gyp:ios_chrome_app', |
38 'ios_chrome.gyp:ios_chrome_browser', | 39 'ios_chrome.gyp:ios_chrome_browser', |
39 'ios_chrome.gyp:ios_chrome_common', | 40 'ios_chrome.gyp:ios_chrome_common', |
40 'ios_chrome_test_support', | 41 'ios_chrome_test_support', |
41 ], | 42 ], |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 'browser/ui/elements/selector_picker_view_controller_unittest.mm', | 84 'browser/ui/elements/selector_picker_view_controller_unittest.mm', |
84 'browser/ui/keyboard/UIKeyCommand+ChromeTest.mm', | 85 'browser/ui/keyboard/UIKeyCommand+ChromeTest.mm', |
85 'browser/ui/keyboard/hardware_keyboard_watcher_unittest.mm', | 86 'browser/ui/keyboard/hardware_keyboard_watcher_unittest.mm', |
86 'browser/ui/native_content_controller_unittest.mm', | 87 'browser/ui/native_content_controller_unittest.mm', |
87 'browser/ui/ui_util_unittest.mm', | 88 'browser/ui/ui_util_unittest.mm', |
88 'browser/ui/uikit_ui_util_unittest.mm', | 89 'browser/ui/uikit_ui_util_unittest.mm', |
89 'browser/update_client/ios_chrome_update_query_params_delegate_unittest.
cc', | 90 'browser/update_client/ios_chrome_update_query_params_delegate_unittest.
cc', |
90 'browser/web_resource/web_resource_util_unittest.cc', | 91 'browser/web_resource/web_resource_util_unittest.cc', |
91 'browser/webp_transcode/webp_decoder_unittest.mm', | 92 'browser/webp_transcode/webp_decoder_unittest.mm', |
92 'common/string_util_unittest.mm', | 93 'common/string_util_unittest.mm', |
| 94 'test/google_toolbox_unittest.mm', |
93 ], | 95 ], |
94 'actions': [ | 96 'actions': [ |
95 { | 97 { |
96 'action_name': 'copy_ios_chrome_test_data', | 98 'action_name': 'copy_ios_chrome_test_data', |
97 'variables': { | 99 'variables': { |
98 'test_data_files': [ | 100 'test_data_files': [ |
99 '../../net/data/ssl/certificates/', | 101 '../../net/data/ssl/certificates/', |
100 'test/data', | 102 'test/data', |
101 ], | 103 ], |
102 'test_data_prefix': 'ios/chrome', | 104 'test_data_prefix': 'ios/chrome', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 'test/ios_chrome_scoped_testing_local_state.h', | 158 'test/ios_chrome_scoped_testing_local_state.h', |
157 'test/ios_chrome_unit_test_suite.h', | 159 'test/ios_chrome_unit_test_suite.h', |
158 'test/ios_chrome_unit_test_suite.mm', | 160 'test/ios_chrome_unit_test_suite.mm', |
159 'test/run_all_unittests.cc', | 161 'test/run_all_unittests.cc', |
160 'test/testing_application_context.h', | 162 'test/testing_application_context.h', |
161 'test/testing_application_context.mm', | 163 'test/testing_application_context.mm', |
162 ], | 164 ], |
163 }, | 165 }, |
164 ], | 166 ], |
165 } | 167 } |
OLD | NEW |