| 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 |
| 11 'target_name': 'ios_chrome_unittests', | 11 'target_name': 'ios_chrome_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 '../../components/components.gyp:bookmarks_test_support', | 16 '../../components/components.gyp:bookmarks_test_support', |
| 17 '../../components/components.gyp:favicon_base', | 17 '../../components/components.gyp:favicon_base', |
| 18 '../../components/components.gyp:metrics', | 18 '../../components/components.gyp:metrics', |
| 19 '../../components/components.gyp:metrics_test_support', | 19 '../../components/components.gyp:metrics_test_support', |
| 20 '../../components/components.gyp:password_manager_core_browser', |
| 21 '../../components/components.gyp:password_manager_core_browser_test_supp
ort', |
| 22 '../../components/components.gyp:password_manager_core_common', |
| 23 '../../components/components.gyp:syncable_prefs_test_support', |
| 20 '../../components/components.gyp:update_client', | 24 '../../components/components.gyp:update_client', |
| 21 '../../components/components.gyp:version_info', | 25 '../../components/components.gyp:version_info', |
| 22 '../../components/prefs/prefs.gyp:prefs_test_support', | 26 '../../components/prefs/prefs.gyp:prefs_test_support', |
| 23 '../../net/net.gyp:net_test_support', | 27 '../../net/net.gyp:net_test_support', |
| 24 '../../skia/skia.gyp:skia', | 28 '../../skia/skia.gyp:skia', |
| 25 '../../testing/gmock.gyp:gmock', | 29 '../../testing/gmock.gyp:gmock', |
| 26 '../../testing/gtest.gyp:gtest', | 30 '../../testing/gtest.gyp:gtest', |
| 27 '../../third_party/ocmock/ocmock.gyp:ocmock', | 31 '../../third_party/ocmock/ocmock.gyp:ocmock', |
| 28 '../../ui/gfx/gfx.gyp:gfx', | 32 '../../ui/gfx/gfx.gyp:gfx', |
| 29 '../../ui/gfx/gfx.gyp:gfx_test_support', | 33 '../../ui/gfx/gfx.gyp:gfx_test_support', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 48 'browser/install_time_util_unittest.mm', | 52 'browser/install_time_util_unittest.mm', |
| 49 'browser/installation_notifier_unittest.mm', | 53 'browser/installation_notifier_unittest.mm', |
| 50 'browser/metrics/ios_chrome_metrics_service_accessor_unittest.cc', | 54 'browser/metrics/ios_chrome_metrics_service_accessor_unittest.cc', |
| 51 'browser/metrics/ios_chrome_stability_metrics_provider_unittest.cc', | 55 'browser/metrics/ios_chrome_stability_metrics_provider_unittest.cc', |
| 52 'browser/metrics/mobile_session_shutdown_metrics_provider_unittest.mm', | 56 'browser/metrics/mobile_session_shutdown_metrics_provider_unittest.mm', |
| 53 'browser/metrics/previous_session_info_unittest.mm', | 57 'browser/metrics/previous_session_info_unittest.mm', |
| 54 'browser/net/cookie_util_unittest.mm', | 58 'browser/net/cookie_util_unittest.mm', |
| 55 'browser/net/image_fetcher_unittest.mm', | 59 'browser/net/image_fetcher_unittest.mm', |
| 56 'browser/net/metrics_network_client_unittest.mm', | 60 'browser/net/metrics_network_client_unittest.mm', |
| 57 'browser/net/retryable_url_fetcher_unittest.mm', | 61 'browser/net/retryable_url_fetcher_unittest.mm', |
| 62 'browser/passwords/password_controller_unittest.mm', |
| 58 'browser/reading_list/reading_list_entry_unittest.cc', | 63 'browser/reading_list/reading_list_entry_unittest.cc', |
| 59 'browser/reading_list/reading_list_model_unittest.cc', | 64 'browser/reading_list/reading_list_model_unittest.cc', |
| 60 'browser/signin/chrome_identity_service_observer_bridge_unittest.mm', | 65 'browser/signin/chrome_identity_service_observer_bridge_unittest.mm', |
| 61 'browser/signin/gaia_auth_fetcher_ios_unittest.mm', | 66 'browser/signin/gaia_auth_fetcher_ios_unittest.mm', |
| 62 'browser/snapshots/lru_cache_unittest.mm', | 67 'browser/snapshots/lru_cache_unittest.mm', |
| 63 'browser/snapshots/snapshot_cache_unittest.mm', | 68 'browser/snapshots/snapshot_cache_unittest.mm', |
| 64 'browser/snapshots/snapshots_util_unittest.mm', | 69 'browser/snapshots/snapshots_util_unittest.mm', |
| 65 'browser/translate/translate_service_ios_unittest.cc', | 70 'browser/translate/translate_service_ios_unittest.cc', |
| 66 'browser/ui/commands/set_up_for_testing_command_unittest.mm', | 71 'browser/ui/commands/set_up_for_testing_command_unittest.mm', |
| 67 'browser/ui/keyboard/UIKeyCommand+ChromeTest.mm', | 72 'browser/ui/keyboard/UIKeyCommand+ChromeTest.mm', |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 'test/ios_chrome_scoped_testing_local_state.h', | 149 'test/ios_chrome_scoped_testing_local_state.h', |
| 145 'test/ios_chrome_unit_test_suite.h', | 150 'test/ios_chrome_unit_test_suite.h', |
| 146 'test/ios_chrome_unit_test_suite.mm', | 151 'test/ios_chrome_unit_test_suite.mm', |
| 147 'test/run_all_unittests.cc', | 152 'test/run_all_unittests.cc', |
| 148 'test/testing_application_context.h', | 153 'test/testing_application_context.h', |
| 149 'test/testing_application_context.mm', | 154 'test/testing_application_context.mm', |
| 150 ], | 155 ], |
| 151 }, | 156 }, |
| 152 ], | 157 ], |
| 153 } | 158 } |
| OLD | NEW |