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 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
10 import("//chrome/chrome_tests.gni") | 10 import("//chrome/chrome_tests.gni") |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 "//components/metrics:test_support", | 103 "//components/metrics:test_support", |
104 "//components/omnibox/browser:test_support", | 104 "//components/omnibox/browser:test_support", |
105 "//components/password_manager/core/browser:test_support", | 105 "//components/password_manager/core/browser:test_support", |
106 "//components/pref_registry:test_support", | 106 "//components/pref_registry:test_support", |
107 "//components/rappor:test_support", | 107 "//components/rappor:test_support", |
108 "//components/search_engines:test_support", | 108 "//components/search_engines:test_support", |
109 "//components/signin/core/browser:test_support", | 109 "//components/signin/core/browser:test_support", |
110 "//components/sync_driver:test_support", | 110 "//components/sync_driver:test_support", |
111 "//components/sync_sessions:test_support", | 111 "//components/sync_sessions:test_support", |
112 "//components/syncable_prefs:test_support", | 112 "//components/syncable_prefs:test_support", |
| 113 "//components/toolbar:test_support", |
113 "//components/ui/zoom:test_support", | 114 "//components/ui/zoom:test_support", |
114 "//components/update_client:test_support", | 115 "//components/update_client:test_support", |
115 "//content/public/app:both", | 116 "//content/public/app:both", |
116 "//content/test:test_support", | 117 "//content/test:test_support", |
117 "//net", | 118 "//net", |
118 "//net:test_support", | 119 "//net:test_support", |
119 "//skia", | 120 "//skia", |
120 "//sql", | 121 "//sql", |
121 "//sql:test_support", | 122 "//sql:test_support", |
122 "//sync", | 123 "//sync", |
(...skipping 2104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2227 if (is_android) { | 2228 if (is_android) { |
2228 android_library("unit_tests_java") { | 2229 android_library("unit_tests_java") { |
2229 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" | 2230 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" |
2230 deps = [ | 2231 deps = [ |
2231 "//base:base_java", | 2232 "//base:base_java", |
2232 "//chrome/android:chrome_java", | 2233 "//chrome/android:chrome_java", |
2233 "//content/public/android:content_java", | 2234 "//content/public/android:content_java", |
2234 ] | 2235 ] |
2235 } | 2236 } |
2236 } | 2237 } |
OLD | NEW |