| 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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 "//components/data_reduction_proxy/core/common:unit_tests", | 307 "//components/data_reduction_proxy/core/common:unit_tests", |
| 308 "//components/device_event_log:unit_tests", | 308 "//components/device_event_log:unit_tests", |
| 309 "//components/devtools_http_handler:unit_tests", | 309 "//components/devtools_http_handler:unit_tests", |
| 310 "//components/dom_distiller/core:unit_tests", | 310 "//components/dom_distiller/core:unit_tests", |
| 311 "//components/domain_reliability:unit_tests", | 311 "//components/domain_reliability:unit_tests", |
| 312 "//components/favicon_base:unit_tests", | 312 "//components/favicon_base:unit_tests", |
| 313 "//components/gcm_driver/crypto:unit_tests", | 313 "//components/gcm_driver/crypto:unit_tests", |
| 314 "//components/gcm_driver/instance_id:unit_tests", | 314 "//components/gcm_driver/instance_id:unit_tests", |
| 315 "//components/gcm_driver:unit_tests", | 315 "//components/gcm_driver:unit_tests", |
| 316 "//components/google/core/browser:unit_tests", | 316 "//components/google/core/browser:unit_tests", |
| 317 "//components/history/content/browser:unit_tests", |
| 318 "//components/history/core/browser:unit_tests", |
| 319 "//components/history/core/common:unit_tests", |
| 317 "//components/invalidation/impl:unittests", | 320 "//components/invalidation/impl:unittests", |
| 318 "//components/login:unit_tests", | 321 "//components/login:unit_tests", |
| 319 "//components/metrics:unit_tests", | 322 "//components/metrics:unit_tests", |
| 320 "//components/mime_util:unit_tests", | 323 "//components/mime_util:unit_tests", |
| 321 "//components/offline_pages:unit_tests", | 324 "//components/offline_pages:unit_tests", |
| 322 "//components/omnibox/browser:unit_tests", | 325 "//components/omnibox/browser:unit_tests", |
| 323 "//components/open_from_clipboard:unit_tests", | 326 "//components/open_from_clipboard:unit_tests", |
| 324 "//components/packed_ct_ev_whitelist:unit_tests", | 327 "//components/packed_ct_ev_whitelist:unit_tests", |
| 325 "//components/undo:unit_tests", | 328 "//components/undo:unit_tests", |
| 326 "//components/url_formatter:unit_tests", | 329 "//components/url_formatter:unit_tests", |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 502 | 505 |
| 503 deps = [ | 506 deps = [ |
| 504 "//base", | 507 "//base", |
| 505 "//base/test:test_support_perf", | 508 "//base/test:test_support_perf", |
| 506 "//testing/gtest", | 509 "//testing/gtest", |
| 507 "//testing/perf", | 510 "//testing/perf", |
| 508 "//content/test:test_support", | 511 "//content/test:test_support", |
| 509 "//components/visitedlink/browser", | 512 "//components/visitedlink/browser", |
| 510 ] | 513 ] |
| 511 } | 514 } |
| OLD | NEW |