| 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("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 | 7 |
| 8 bundle_data("ios_chrome_unittests_bundle_data") { | 8 bundle_data("ios_chrome_unittests_bundle_data") { |
| 9 testonly = true | 9 testonly = true |
| 10 sources = [ | 10 sources = [ |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 "//components/signin/core/browser:test_support", | 78 "//components/signin/core/browser:test_support", |
| 79 "//components/signin/ios/browser:test_support", | 79 "//components/signin/ios/browser:test_support", |
| 80 "//components/sync_driver:test_support", | 80 "//components/sync_driver:test_support", |
| 81 "//components/syncable_prefs:test_support", | 81 "//components/syncable_prefs:test_support", |
| 82 "//components/update_client", | 82 "//components/update_client", |
| 83 "//components/version_info", | 83 "//components/version_info", |
| 84 "//ios/chrome/app", | 84 "//ios/chrome/app", |
| 85 "//ios/chrome/browser", | 85 "//ios/chrome/browser", |
| 86 "//ios/chrome/browser:test_support", | 86 "//ios/chrome/browser:test_support", |
| 87 "//ios/chrome/common", | 87 "//ios/chrome/common", |
| 88 "//ios/chrome/test", |
| 89 "//ios/public/provider/chrome/browser", |
| 90 "//ios/public/provider/chrome/browser:test_support", |
| 88 "//ios/web", | 91 "//ios/web", |
| 89 "//ios/web:test_support", | 92 "//ios/web:test_support", |
| 90 "//net:test_support", | 93 "//net:test_support", |
| 91 "//skia", | 94 "//skia", |
| 92 "//testing/gmock", | 95 "//testing/gmock", |
| 93 "//testing/gtest", | 96 "//testing/gtest", |
| 94 "//third_party/ocmock", | 97 "//third_party/ocmock", |
| 95 "//ui/gfx:test_support", | 98 "//ui/gfx:test_support", |
| 96 ] | 99 ] |
| 97 } | 100 } |
| OLD | NEW |