| 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 'target_name': 'ios_chrome_unittests', | 10 'target_name': 'ios_chrome_unittests', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 'ios_chrome.gyp:ios_chrome_common', | 29 'ios_chrome.gyp:ios_chrome_common', |
| 30 'ios_chrome_test_support', | 30 'ios_chrome_test_support', |
| 31 ], | 31 ], |
| 32 'mac_bundle_resources': [ | 32 'mac_bundle_resources': [ |
| 33 'browser/ui/native_content_controller_test.xib' | 33 'browser/ui/native_content_controller_test.xib' |
| 34 ], | 34 ], |
| 35 'sources': [ | 35 'sources': [ |
| 36 'app/safe_mode_util_unittest.cc', | 36 'app/safe_mode_util_unittest.cc', |
| 37 'browser/chrome_url_util_unittest.mm', | 37 'browser/chrome_url_util_unittest.mm', |
| 38 'browser/crash_loop_detection_util_unittest.mm', | 38 'browser/crash_loop_detection_util_unittest.mm', |
| 39 'browser/enhanced_bookmarks/bookmark_image_service_ios_unittest.mm', | |
| 40 'browser/experimental_flags_unittest.mm', | 39 'browser/experimental_flags_unittest.mm', |
| 41 'browser/geolocation/CLLocation+XGeoHeaderTest.mm', | 40 'browser/geolocation/CLLocation+XGeoHeaderTest.mm', |
| 42 'browser/geolocation/location_manager_unittest.mm', | 41 'browser/geolocation/location_manager_unittest.mm', |
| 43 'browser/geolocation/omnibox_geolocation_local_state_unittest.mm', | 42 'browser/geolocation/omnibox_geolocation_local_state_unittest.mm', |
| 44 'browser/install_time_util_unittest.mm', | 43 'browser/install_time_util_unittest.mm', |
| 45 'browser/installation_notifier_unittest.mm', | 44 'browser/installation_notifier_unittest.mm', |
| 46 'browser/memory/memory_wedge_unittest.cc', | 45 'browser/memory/memory_wedge_unittest.cc', |
| 47 'browser/metrics/previous_session_info_unittest.mm', | 46 'browser/metrics/previous_session_info_unittest.mm', |
| 48 'browser/metrics/ios_stability_metrics_provider_unittest.mm', | 47 'browser/metrics/ios_stability_metrics_provider_unittest.mm', |
| 49 'browser/net/image_fetcher_unittest.mm', | 48 'browser/net/image_fetcher_unittest.mm', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 'browser/sync/sync_setup_service_mock.h', | 101 'browser/sync/sync_setup_service_mock.h', |
| 103 'test/ios_chrome_unit_test_suite.cc', | 102 'test/ios_chrome_unit_test_suite.cc', |
| 104 'test/ios_chrome_unit_test_suite.h', | 103 'test/ios_chrome_unit_test_suite.h', |
| 105 'test/run_all_unittests.cc', | 104 'test/run_all_unittests.cc', |
| 106 'test/testing_application_context.cc', | 105 'test/testing_application_context.cc', |
| 107 'test/testing_application_context.h', | 106 'test/testing_application_context.h', |
| 108 ], | 107 ], |
| 109 }, | 108 }, |
| 110 ], | 109 ], |
| 111 } | 110 } |
| OLD | NEW |