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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 'ios_chrome.gyp:ios_chrome_app', | 42 'ios_chrome.gyp:ios_chrome_app', |
43 'ios_chrome.gyp:ios_chrome_browser', | 43 'ios_chrome.gyp:ios_chrome_browser', |
44 'ios_chrome.gyp:ios_chrome_common', | 44 'ios_chrome.gyp:ios_chrome_common', |
45 'ios_chrome_test_support', | 45 'ios_chrome_test_support', |
46 ], | 46 ], |
47 'mac_bundle_resources': [ | 47 'mac_bundle_resources': [ |
48 'browser/ui/native_content_controller_test.xib' | 48 'browser/ui/native_content_controller_test.xib' |
49 ], | 49 ], |
50 'sources': [ | 50 'sources': [ |
51 'app/application_delegate/memory_warning_helper_unittest.mm', | 51 'app/application_delegate/memory_warning_helper_unittest.mm', |
| 52 'app/deferred_initialization_runner_unittest.mm', |
52 'app/safe_mode_util_unittest.cc', | 53 'app/safe_mode_util_unittest.cc', |
53 'browser/chrome_url_util_unittest.mm', | 54 'browser/chrome_url_util_unittest.mm', |
54 'browser/crash_loop_detection_util_unittest.mm', | 55 'browser/crash_loop_detection_util_unittest.mm', |
55 'browser/favicon/large_icon_cache_unittest.cc', | 56 'browser/favicon/large_icon_cache_unittest.cc', |
56 'browser/geolocation/CLLocation+XGeoHeaderTest.mm', | 57 'browser/geolocation/CLLocation+XGeoHeaderTest.mm', |
57 'browser/geolocation/location_manager_unittest.mm', | 58 'browser/geolocation/location_manager_unittest.mm', |
58 'browser/geolocation/omnibox_geolocation_local_state_unittest.mm', | 59 'browser/geolocation/omnibox_geolocation_local_state_unittest.mm', |
59 'browser/install_time_util_unittest.mm', | 60 'browser/install_time_util_unittest.mm', |
60 'browser/installation_notifier_unittest.mm', | 61 'browser/installation_notifier_unittest.mm', |
61 'browser/ios_chrome_io_thread_unittest.mm', | 62 'browser/ios_chrome_io_thread_unittest.mm', |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 'test/ios_chrome_scoped_testing_local_state.h', | 168 'test/ios_chrome_scoped_testing_local_state.h', |
168 'test/ios_chrome_unit_test_suite.h', | 169 'test/ios_chrome_unit_test_suite.h', |
169 'test/ios_chrome_unit_test_suite.mm', | 170 'test/ios_chrome_unit_test_suite.mm', |
170 'test/run_all_unittests.cc', | 171 'test/run_all_unittests.cc', |
171 'test/testing_application_context.h', | 172 'test/testing_application_context.h', |
172 'test/testing_application_context.mm', | 173 'test/testing_application_context.mm', |
173 ], | 174 ], |
174 }, | 175 }, |
175 ], | 176 ], |
176 } | 177 } |
OLD | NEW |