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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 "//components/password_manager/core/browser:unit_tests", | 110 "//components/password_manager/core/browser:unit_tests", |
111 "//components/password_manager/core/common:unit_tests", | 111 "//components/password_manager/core/common:unit_tests", |
112 "//components/password_manager/sync/browser:unit_tests", | 112 "//components/password_manager/sync/browser:unit_tests", |
113 "//components/physical_web/data_source:unit_tests", | 113 "//components/physical_web/data_source:unit_tests", |
114 "//components/precache/core:unit_tests", | 114 "//components/precache/core:unit_tests", |
115 "//components/prefs:unit_tests", | 115 "//components/prefs:unit_tests", |
116 "//components/previews/core:unit_tests", | 116 "//components/previews/core:unit_tests", |
117 "//components/proxy_config:unit_tests", | 117 "//components/proxy_config:unit_tests", |
118 "//components/query_parser:unit_tests", | 118 "//components/query_parser:unit_tests", |
119 "//components/rappor:unit_tests", | 119 "//components/rappor:unit_tests", |
| 120 "//components/reporting:unit_tests", |
120 "//components/search:unit_tests", | 121 "//components/search:unit_tests", |
121 "//components/search_engines:unit_tests", | 122 "//components/search_engines:unit_tests", |
122 "//components/search_provider_logos:unit_tests", | 123 "//components/search_provider_logos:unit_tests", |
123 "//components/security_state:unit_tests", | 124 "//components/security_state:unit_tests", |
124 "//components/sessions:unit_tests", | 125 "//components/sessions:unit_tests", |
125 "//components/signin/core/browser:unit_tests", | 126 "//components/signin/core/browser:unit_tests", |
126 "//components/ssl_config:unit_tests", | 127 "//components/ssl_config:unit_tests", |
127 "//components/ssl_errors:unit_tests", | 128 "//components/ssl_errors:unit_tests", |
128 "//components/subresource_filter/core/browser:unit_tests", | 129 "//components/subresource_filter/core/browser:unit_tests", |
129 "//components/subresource_filter/core/common:unit_tests", | 130 "//components/subresource_filter/core/common:unit_tests", |
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
486 "//base/test:test_support", | 487 "//base/test:test_support", |
487 "//components/visitedlink/browser", | 488 "//components/visitedlink/browser", |
488 "//content/test:test_support", | 489 "//content/test:test_support", |
489 "//mojo/edk/test:run_all_perftests", | 490 "//mojo/edk/test:run_all_perftests", |
490 "//testing/gtest", | 491 "//testing/gtest", |
491 "//testing/perf", | 492 "//testing/perf", |
492 "//url", | 493 "//url", |
493 ] | 494 ] |
494 } | 495 } |
495 } | 496 } |
OLD | NEW |