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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 "//components/net_log:unit_tests", | 53 "//components/net_log:unit_tests", |
54 "//components/network_time:unit_tests", | 54 "//components/network_time:unit_tests", |
55 "//components/ntp_snippets:unit_tests", | 55 "//components/ntp_snippets:unit_tests", |
56 "//components/open_from_clipboard:unit_tests", | 56 "//components/open_from_clipboard:unit_tests", |
57 "//components/os_crypt:unit_tests", | 57 "//components/os_crypt:unit_tests", |
58 "//components/prefs:unit_tests", | 58 "//components/prefs:unit_tests", |
59 "//components/proxy_config:unit_tests", | 59 "//components/proxy_config:unit_tests", |
60 "//components/security_state:unit_tests", | 60 "//components/security_state:unit_tests", |
61 "//components/sessions:unit_tests", | 61 "//components/sessions:unit_tests", |
62 "//components/suggestions:unit_tests", | 62 "//components/suggestions:unit_tests", |
| 63 "//components/supervised_user_error_page:unit_tests", |
63 "//components/syncable_prefs:unit_tests", | 64 "//components/syncable_prefs:unit_tests", |
64 "//components/translate/core/browser:unit_tests", | 65 "//components/translate/core/browser:unit_tests", |
65 "//components/translate/core/common:unit_tests", | 66 "//components/translate/core/common:unit_tests", |
66 "//components/translate/core/language_detection:unit_tests", | 67 "//components/translate/core/language_detection:unit_tests", |
67 "//components/undo:unit_tests", | 68 "//components/undo:unit_tests", |
68 "//components/update_client:unit_tests", | 69 "//components/update_client:unit_tests", |
69 "//components/upload_list:unit_tests", | 70 "//components/upload_list:unit_tests", |
70 "//components/variations:unit_tests", | 71 "//components/variations:unit_tests", |
71 "//components/variations/service:unit_tests", | 72 "//components/variations/service:unit_tests", |
72 "//components/web_resource:unit_tests", | 73 "//components/web_resource:unit_tests", |
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
429 "//base/test:test_support_perf", | 430 "//base/test:test_support_perf", |
430 "//components/scheduler", | 431 "//components/scheduler", |
431 "//components/visitedlink/browser", | 432 "//components/visitedlink/browser", |
432 "//content/test:test_support", | 433 "//content/test:test_support", |
433 "//testing/gtest", | 434 "//testing/gtest", |
434 "//testing/perf", | 435 "//testing/perf", |
435 "//url", | 436 "//url", |
436 ] | 437 ] |
437 } | 438 } |
438 } | 439 } |
OLD | NEW |