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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 "//components/history/core/common:unit_tests", | 86 "//components/history/core/common:unit_tests", |
87 "//components/json_schema:unit_tests", | 87 "//components/json_schema:unit_tests", |
88 "//components/keyed_service/core:unit_tests", | 88 "//components/keyed_service/core:unit_tests", |
89 "//components/language_usage_metrics:unit_tests", | 89 "//components/language_usage_metrics:unit_tests", |
90 "//components/leveldb_proto:unit_tests", | 90 "//components/leveldb_proto:unit_tests", |
91 "//components/login:unit_tests", | 91 "//components/login:unit_tests", |
92 "//components/memory_pressure:unit_tests", | 92 "//components/memory_pressure:unit_tests", |
93 "//components/metrics:unit_tests", | 93 "//components/metrics:unit_tests", |
94 "//components/mime_util:unit_tests", | 94 "//components/mime_util:unit_tests", |
95 "//components/net_log:unit_tests", | 95 "//components/net_log:unit_tests", |
| 96 "//components/network_session_configurator:unit_tests", |
96 "//components/network_time:unit_tests", | 97 "//components/network_time:unit_tests", |
97 "//components/ntp_snippets:unit_tests", | 98 "//components/ntp_snippets:unit_tests", |
98 "//components/offline_pages:unit_tests", | 99 "//components/offline_pages:unit_tests", |
99 "//components/omnibox/browser:unit_tests", | 100 "//components/omnibox/browser:unit_tests", |
100 "//components/open_from_clipboard:unit_tests", | 101 "//components/open_from_clipboard:unit_tests", |
101 "//components/os_crypt:unit_tests", | 102 "//components/os_crypt:unit_tests", |
102 "//components/password_manager/core/browser:unit_tests", | 103 "//components/password_manager/core/browser:unit_tests", |
103 "//components/password_manager/core/common:unit_tests", | 104 "//components/password_manager/core/common:unit_tests", |
104 "//components/password_manager/sync/browser:unit_tests", | 105 "//components/password_manager/sync/browser:unit_tests", |
105 "//components/precache/core:unit_tests", | 106 "//components/precache/core:unit_tests", |
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
468 "//base/test:test_support_perf", | 469 "//base/test:test_support_perf", |
469 "//components/scheduler", | 470 "//components/scheduler", |
470 "//components/visitedlink/browser", | 471 "//components/visitedlink/browser", |
471 "//content/test:test_support", | 472 "//content/test:test_support", |
472 "//testing/gtest", | 473 "//testing/gtest", |
473 "//testing/perf", | 474 "//testing/perf", |
474 "//url", | 475 "//url", |
475 ] | 476 ] |
476 } | 477 } |
477 } | 478 } |
OLD | NEW |