| 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 "//components/password_manager/core/browser:test_support", | 77 "//components/password_manager/core/browser:test_support", |
| 78 "//components/password_manager/core/common", | 78 "//components/password_manager/core/common", |
| 79 "//components/prefs:test_support", | 79 "//components/prefs:test_support", |
| 80 "//components/signin/core/browser:test_support", | 80 "//components/signin/core/browser:test_support", |
| 81 "//components/signin/ios/browser:test_support", | 81 "//components/signin/ios/browser:test_support", |
| 82 "//components/sync_driver:test_support", | 82 "//components/sync_driver:test_support", |
| 83 "//components/syncable_prefs:test_support", | 83 "//components/syncable_prefs:test_support", |
| 84 "//components/update_client", | 84 "//components/update_client", |
| 85 "//components/version_info", | 85 "//components/version_info", |
| 86 "//ios/chrome/app", | 86 "//ios/chrome/app", |
| 87 "//ios/chrome/app/resources:packed_resources", |
| 87 "//ios/chrome/browser", | 88 "//ios/chrome/browser", |
| 88 "//ios/chrome/browser:test_support", | 89 "//ios/chrome/browser:test_support", |
| 89 "//ios/chrome/common", | 90 "//ios/chrome/common", |
| 90 "//ios/chrome/test", | 91 "//ios/chrome/test", |
| 91 "//ios/chrome/test:run_all_unittests", | 92 "//ios/chrome/test:run_all_unittests", |
| 92 "//ios/public/provider/chrome/browser", | 93 "//ios/public/provider/chrome/browser", |
| 93 "//ios/public/provider/chrome/browser:test_support", | 94 "//ios/public/provider/chrome/browser:test_support", |
| 94 "//ios/web", | 95 "//ios/web", |
| 95 "//ios/web:test_support", | 96 "//ios/web:test_support", |
| 96 "//net:test_support", | 97 "//net:test_support", |
| 97 "//skia", | 98 "//skia", |
| 98 "//testing/gmock", | 99 "//testing/gmock", |
| 99 "//testing/gtest", | 100 "//testing/gtest", |
| 100 "//third_party/ocmock", | 101 "//third_party/ocmock", |
| 101 "//ui/gfx:test_support", | 102 "//ui/gfx:test_support", |
| 102 ] | 103 ] |
| 103 | 104 |
| 104 assert_no_deps = ios_assert_no_deps | 105 assert_no_deps = ios_assert_no_deps |
| 105 } | 106 } |
| OLD | NEW |