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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
8 import("//tools/grit/repack.gni") | 8 import("//tools/grit/repack.gni") |
9 | 9 |
10 if (is_android) { | 10 if (is_android) { |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 "//components/power:unit_tests", | 200 "//components/power:unit_tests", |
201 "//components/precache/content:unit_tests", | 201 "//components/precache/content:unit_tests", |
202 "//components/safe_browsing_db:unit_tests", | 202 "//components/safe_browsing_db:unit_tests", |
203 "//components/safe_json:unit_tests", | 203 "//components/safe_json:unit_tests", |
204 "//components/scheduler:unit_tests", | 204 "//components/scheduler:unit_tests", |
205 "//components/subresource_filter/content/browser:unit_tests", | 205 "//components/subresource_filter/content/browser:unit_tests", |
206 "//components/test_runner:test_runner", | 206 "//components/test_runner:test_runner", |
207 "//components/tracing:unit_tests", | 207 "//components/tracing:unit_tests", |
208 "//components/visitedlink/test:unit_tests", | 208 "//components/visitedlink/test:unit_tests", |
209 "//components/wallpaper:unit_tests", | 209 "//components/wallpaper:unit_tests", |
| 210 "//components/web_bluetooth:unit_tests", |
210 "//components/web_cache/browser:unit_tests", | 211 "//components/web_cache/browser:unit_tests", |
211 "//components/webcrypto:unit_tests", | 212 "//components/webcrypto:unit_tests", |
212 "//components/zoom:unit_tests", | 213 "//components/zoom:unit_tests", |
213 | 214 |
214 # These are the deps required by the code in this target. | 215 # These are the deps required by the code in this target. |
215 "//components/policy:policy_component", | 216 "//components/policy:policy_component", |
216 "//content/test:test_support", | 217 "//content/test:test_support", |
217 "//ui/gl:test_support", | 218 "//ui/gl:test_support", |
218 ] | 219 ] |
219 | 220 |
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
495 "//base/test:test_support_perf", | 496 "//base/test:test_support_perf", |
496 "//components/scheduler", | 497 "//components/scheduler", |
497 "//components/visitedlink/browser", | 498 "//components/visitedlink/browser", |
498 "//content/test:test_support", | 499 "//content/test:test_support", |
499 "//testing/gtest", | 500 "//testing/gtest", |
500 "//testing/perf", | 501 "//testing/perf", |
501 "//url", | 502 "//url", |
502 ] | 503 ] |
503 } | 504 } |
504 } | 505 } |
OLD | NEW |