| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 import("//build/config/ios/rules.gni") | 5 import("//build/config/ios/rules.gni") |
| 6 import("//ios/build/config.gni") | 6 import("//ios/build/config.gni") |
| 7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
| 8 | 8 |
| 9 bundle_data("ios_chrome_unittests_bundle_data") { | 9 bundle_data("ios_chrome_unittests_bundle_data") { |
| 10 testonly = true | 10 testonly = true |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 | 26 |
| 27 bundle_data_xib("native_content_controller_test_xib") { | 27 bundle_data_xib("native_content_controller_test_xib") { |
| 28 testonly = true | 28 testonly = true |
| 29 source = "browser/ui/native_content_controller_test.xib" | 29 source = "browser/ui/native_content_controller_test.xib" |
| 30 } | 30 } |
| 31 | 31 |
| 32 test("ios_chrome_unittests") { | 32 test("ios_chrome_unittests") { |
| 33 sources = [ | 33 sources = [ |
| 34 "app/application_delegate/memory_warning_helper_unittest.mm", | 34 "app/application_delegate/memory_warning_helper_unittest.mm", |
| 35 "app/safe_mode_util_unittest.cc", | 35 "app/safe_mode_util_unittest.cc", |
| 36 "browser/browsing_data/cache_counter_unittest.cc", |
| 36 "browser/chrome_url_util_unittest.mm", | 37 "browser/chrome_url_util_unittest.mm", |
| 37 "browser/crash_loop_detection_util_unittest.mm", | 38 "browser/crash_loop_detection_util_unittest.mm", |
| 38 "browser/favicon/large_icon_cache_unittest.cc", | 39 "browser/favicon/large_icon_cache_unittest.cc", |
| 39 "browser/geolocation/CLLocation+XGeoHeaderTest.mm", | 40 "browser/geolocation/CLLocation+XGeoHeaderTest.mm", |
| 40 "browser/geolocation/location_manager_unittest.mm", | 41 "browser/geolocation/location_manager_unittest.mm", |
| 41 "browser/geolocation/omnibox_geolocation_local_state_unittest.mm", | 42 "browser/geolocation/omnibox_geolocation_local_state_unittest.mm", |
| 42 "browser/install_time_util_unittest.mm", | 43 "browser/install_time_util_unittest.mm", |
| 43 "browser/installation_notifier_unittest.mm", | 44 "browser/installation_notifier_unittest.mm", |
| 44 "browser/ios_chrome_io_thread_unittest.mm", | 45 "browser/ios_chrome_io_thread_unittest.mm", |
| 45 "browser/itunes_links/itunes_links_observer_unittest.mm", | 46 "browser/itunes_links/itunes_links_observer_unittest.mm", |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 ] | 89 ] |
| 89 | 90 |
| 90 deps = [ | 91 deps = [ |
| 91 ":ios_chrome_unittests_bundle_data", | 92 ":ios_chrome_unittests_bundle_data", |
| 92 ":native_content_controller_test_xib", | 93 ":native_content_controller_test_xib", |
| 93 "//base", | 94 "//base", |
| 94 "//base/test:test_support", | 95 "//base/test:test_support", |
| 95 "//components/autofill/core/common:common", | 96 "//components/autofill/core/common:common", |
| 96 "//components/autofill/ios/browser:browser", | 97 "//components/autofill/ios/browser:browser", |
| 97 "//components/bookmarks/test", | 98 "//components/bookmarks/test", |
| 99 "//components/browsing_data/core", |
| 98 "//components/favicon_base", | 100 "//components/favicon_base", |
| 99 "//components/metrics", | 101 "//components/metrics", |
| 100 "//components/metrics:test_support", | 102 "//components/metrics:test_support", |
| 101 "//components/password_manager/core/browser", | 103 "//components/password_manager/core/browser", |
| 102 "//components/password_manager/core/browser:test_support", | 104 "//components/password_manager/core/browser:test_support", |
| 103 "//components/password_manager/core/common", | 105 "//components/password_manager/core/common", |
| 104 "//components/prefs:test_support", | 106 "//components/prefs:test_support", |
| 105 "//components/proxy_config:proxy_config", | 107 "//components/proxy_config:proxy_config", |
| 106 "//components/signin/core/browser:test_support", | 108 "//components/signin/core/browser:test_support", |
| 107 "//components/signin/ios/browser:test_support", | 109 "//components/signin/ios/browser:test_support", |
| 108 "//components/ssl_config:ssl_config", | 110 "//components/ssl_config:ssl_config", |
| 109 "//components/sync:test_support_sync_driver", | 111 "//components/sync:test_support_sync_driver", |
| 110 "//components/syncable_prefs:test_support", | 112 "//components/syncable_prefs:test_support", |
| 111 "//components/update_client", | 113 "//components/update_client", |
| 112 "//components/version_info", | 114 "//components/version_info", |
| 113 "//ios/chrome/app", | 115 "//ios/chrome/app", |
| 114 "//ios/chrome/app/resources:packed_resources", | 116 "//ios/chrome/app/resources:packed_resources", |
| 115 "//ios/chrome/browser", | 117 "//ios/chrome/browser", |
| 116 "//ios/chrome/browser:test_support", | 118 "//ios/chrome/browser:test_support", |
| 117 "//ios/chrome/common", | 119 "//ios/chrome/common", |
| 118 "//ios/chrome/test", | 120 "//ios/chrome/test", |
| 119 "//ios/chrome/test:run_all_unittests", | 121 "//ios/chrome/test:run_all_unittests", |
| 122 "//ios/net", |
| 120 "//ios/public/provider/chrome/browser", | 123 "//ios/public/provider/chrome/browser", |
| 121 "//ios/public/provider/chrome/browser:test_support", | 124 "//ios/public/provider/chrome/browser:test_support", |
| 122 "//ios/testing:ocmock_support", | 125 "//ios/testing:ocmock_support", |
| 123 "//ios/web", | 126 "//ios/web", |
| 124 "//ios/web:test_support", | 127 "//ios/web:test_support", |
| 125 "//net:test_support", | 128 "//net:test_support", |
| 126 "//skia", | 129 "//skia", |
| 127 "//testing/gmock", | 130 "//testing/gmock", |
| 128 "//testing/gtest", | 131 "//testing/gtest", |
| 129 "//third_party/google_toolbox_for_mac", | 132 "//third_party/google_toolbox_for_mac", |
| 130 "//third_party/ocmock", | 133 "//third_party/ocmock", |
| 131 "//ui/base:base", | 134 "//ui/base:base", |
| 132 "//ui/gfx:test_support", | 135 "//ui/gfx:test_support", |
| 133 "//ui/strings:ui_strings", | 136 "//ui/strings:ui_strings", |
| 134 ] | 137 ] |
| 135 | 138 |
| 136 assert_no_deps = ios_assert_no_deps | 139 assert_no_deps = ios_assert_no_deps |
| 137 } | 140 } |
| OLD | NEW |