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 24 matching lines...) Expand all Loading... |
35 '../web/ios_web.gyp:ios_web_test_support', | 35 '../web/ios_web.gyp:ios_web_test_support', |
36 'ios_chrome.gyp:ios_chrome_app', | 36 'ios_chrome.gyp:ios_chrome_app', |
37 'ios_chrome.gyp:ios_chrome_browser', | 37 'ios_chrome.gyp:ios_chrome_browser', |
38 'ios_chrome.gyp:ios_chrome_common', | 38 'ios_chrome.gyp:ios_chrome_common', |
39 'ios_chrome_test_support', | 39 'ios_chrome_test_support', |
40 ], | 40 ], |
41 'mac_bundle_resources': [ | 41 'mac_bundle_resources': [ |
42 'browser/ui/native_content_controller_test.xib' | 42 'browser/ui/native_content_controller_test.xib' |
43 ], | 43 ], |
44 'sources': [ | 44 'sources': [ |
| 45 'app/application_delegate/memory_warning_helper_unittest.mm', |
45 'app/safe_mode_util_unittest.cc', | 46 'app/safe_mode_util_unittest.cc', |
46 'browser/chrome_url_util_unittest.mm', | 47 'browser/chrome_url_util_unittest.mm', |
47 'browser/crash_loop_detection_util_unittest.mm', | 48 'browser/crash_loop_detection_util_unittest.mm', |
48 'browser/favicon/large_icon_cache_unittest.cc', | 49 'browser/favicon/large_icon_cache_unittest.cc', |
49 'browser/geolocation/CLLocation+XGeoHeaderTest.mm', | 50 'browser/geolocation/CLLocation+XGeoHeaderTest.mm', |
50 'browser/geolocation/location_manager_unittest.mm', | 51 'browser/geolocation/location_manager_unittest.mm', |
51 'browser/geolocation/omnibox_geolocation_local_state_unittest.mm', | 52 'browser/geolocation/omnibox_geolocation_local_state_unittest.mm', |
52 'browser/install_time_util_unittest.mm', | 53 'browser/install_time_util_unittest.mm', |
53 'browser/installation_notifier_unittest.mm', | 54 'browser/installation_notifier_unittest.mm', |
54 'browser/metrics/ios_chrome_metrics_service_accessor_unittest.cc', | 55 'browser/metrics/ios_chrome_metrics_service_accessor_unittest.cc', |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 'test/ios_chrome_scoped_testing_local_state.h', | 145 'test/ios_chrome_scoped_testing_local_state.h', |
145 'test/ios_chrome_unit_test_suite.h', | 146 'test/ios_chrome_unit_test_suite.h', |
146 'test/ios_chrome_unit_test_suite.mm', | 147 'test/ios_chrome_unit_test_suite.mm', |
147 'test/run_all_unittests.cc', | 148 'test/run_all_unittests.cc', |
148 'test/testing_application_context.h', | 149 'test/testing_application_context.h', |
149 'test/testing_application_context.mm', | 150 'test/testing_application_context.mm', |
150 ], | 151 ], |
151 }, | 152 }, |
152 ], | 153 ], |
153 } | 154 } |
OLD | NEW |