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 # Collection of all components. You wouldn't link to this, but this is rather | 10 # Collection of all components. You wouldn't link to this, but this is rather |
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
255 "//components/domain_reliability:unit_tests", | 255 "//components/domain_reliability:unit_tests", |
256 "//components/favicon_base:unit_tests", | 256 "//components/favicon_base:unit_tests", |
257 "//components/google/core/browser:unit_tests", | 257 "//components/google/core/browser:unit_tests", |
258 "//components/invalidation:unittests", | 258 "//components/invalidation:unittests", |
259 "//components/login:unit_tests", | 259 "//components/login:unit_tests", |
260 "//components/metrics:unit_tests", | 260 "//components/metrics:unit_tests", |
261 "//components/omnibox:unit_tests", | 261 "//components/omnibox:unit_tests", |
262 "//components/ownership:unit_tests", | 262 "//components/ownership:unit_tests", |
263 "//components/packed_ct_ev_whitelist:unit_tests", | 263 "//components/packed_ct_ev_whitelist:unit_tests", |
264 "//components/proximity_auth:unit_tests", | 264 "//components/proximity_auth:unit_tests", |
| 265 "//components/signin/core/browser:test_support", |
265 "//components/update_client:unit_tests", | 266 "//components/update_client:unit_tests", |
266 "//components/variations:unit_tests", | 267 "//components/variations:unit_tests", |
267 "//components/web_resource:unit_tests", | 268 "//components/web_resource:unit_tests", |
268 "//components/webdata/common:unit_tests", | 269 "//components/webdata/common:unit_tests", |
269 | 270 |
270 # These are the deps required by the code in this target. | 271 # These are the deps required by the code in this target. |
271 "//base", | 272 "//base", |
272 "//base/test:test_support", | 273 "//base/test:test_support", |
273 "//content/test:test_support", | 274 "//content/test:test_support", |
274 "//ui/base", | 275 "//ui/base", |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] | 369 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
369 | 370 |
370 deps = [ | 371 deps = [ |
371 "//base", | 372 "//base", |
372 "//base/test:test_support_perf", | 373 "//base/test:test_support_perf", |
373 "//testing/gtest", | 374 "//testing/gtest", |
374 "//content/test:test_support", | 375 "//content/test:test_support", |
375 "//components/visitedlink/browser", | 376 "//components/visitedlink/browser", |
376 ] | 377 ] |
377 } | 378 } |
OLD | NEW |