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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 "//components/memory_coordinator/browser:unit_tests", | 191 "//components/memory_coordinator/browser:unit_tests", |
192 "//components/memory_coordinator/child:unit_tests", | 192 "//components/memory_coordinator/child:unit_tests", |
193 "//components/navigation_interception:unit_tests", | 193 "//components/navigation_interception:unit_tests", |
194 "//components/network_hints/renderer:unit_tests", | 194 "//components/network_hints/renderer:unit_tests", |
195 "//components/packed_ct_ev_whitelist:unit_tests", | 195 "//components/packed_ct_ev_whitelist:unit_tests", |
196 "//components/password_manager/content/browser:unit_tests", | 196 "//components/password_manager/content/browser:unit_tests", |
197 "//components/power:unit_tests", | 197 "//components/power:unit_tests", |
198 "//components/precache/content:unit_tests", | 198 "//components/precache/content:unit_tests", |
199 "//components/safe_browsing_db:unit_tests", | 199 "//components/safe_browsing_db:unit_tests", |
200 "//components/safe_json:unit_tests", | 200 "//components/safe_json:unit_tests", |
| 201 "//components/spellcheck/renderer:unit_tests", |
201 "//components/subresource_filter/content/browser:unit_tests", | 202 "//components/subresource_filter/content/browser:unit_tests", |
202 "//components/subresource_filter/content/renderer:unit_tests", | 203 "//components/subresource_filter/content/renderer:unit_tests", |
203 "//components/test_runner:test_runner", | 204 "//components/test_runner:test_runner", |
204 "//components/tracing:unit_tests", | 205 "//components/tracing:unit_tests", |
205 "//components/visitedlink/test:unit_tests", | 206 "//components/visitedlink/test:unit_tests", |
206 "//components/wallpaper:unit_tests", | 207 "//components/wallpaper:unit_tests", |
207 "//components/web_cache/browser:unit_tests", | 208 "//components/web_cache/browser:unit_tests", |
208 "//components/webcrypto:unit_tests", | 209 "//components/webcrypto:unit_tests", |
209 "//components/zoom:unit_tests", | 210 "//components/zoom:unit_tests", |
210 | 211 |
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
486 "//base/test:test_support", | 487 "//base/test:test_support", |
487 "//base/test:test_support_perf", | 488 "//base/test:test_support_perf", |
488 "//components/visitedlink/browser", | 489 "//components/visitedlink/browser", |
489 "//content/test:test_support", | 490 "//content/test:test_support", |
490 "//testing/gtest", | 491 "//testing/gtest", |
491 "//testing/perf", | 492 "//testing/perf", |
492 "//url", | 493 "//url", |
493 ] | 494 ] |
494 } | 495 } |
495 } | 496 } |
OLD | NEW |