Chromium Code Reviews| 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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 312 "//components/gcm_driver/crypto:unit_tests", | 312 "//components/gcm_driver/crypto:unit_tests", |
| 313 "//components/gcm_driver/instance_id:unit_tests", | 313 "//components/gcm_driver/instance_id:unit_tests", |
| 314 "//components/google/core/browser:unit_tests", | 314 "//components/google/core/browser:unit_tests", |
| 315 "//components/invalidation/impl:unittests", | 315 "//components/invalidation/impl:unittests", |
| 316 "//components/login:unit_tests", | 316 "//components/login:unit_tests", |
| 317 "//components/metrics:unit_tests", | 317 "//components/metrics:unit_tests", |
| 318 "//components/mime_util:unit_tests", | 318 "//components/mime_util:unit_tests", |
| 319 "//components/offline_pages:unit_tests", | 319 "//components/offline_pages:unit_tests", |
| 320 "//components/omnibox/browser:unit_tests", | 320 "//components/omnibox/browser:unit_tests", |
| 321 "//components/packed_ct_ev_whitelist:unit_tests", | 321 "//components/packed_ct_ev_whitelist:unit_tests", |
| 322 "//components/policy:policy_component_browser", | |
|
dgn
2015/07/31 08:41:05
This is not a :unit_tests target and should be low
agrieve
2015/07/31 14:23:28
Just moved it down for now. Thanks!
| |
| 322 "//components/undo:unit_tests", | 323 "//components/undo:unit_tests", |
| 323 "//components/secure_display:unit_tests", | 324 "//components/secure_display:unit_tests", |
| 324 "//components/update_client:unit_tests", | 325 "//components/update_client:unit_tests", |
| 325 "//components/variations:unit_tests", | 326 "//components/variations:unit_tests", |
| 326 "//components/webcrypto:unit_tests", | 327 "//components/webcrypto:unit_tests", |
| 327 "//components/web_resource:unit_tests", | 328 "//components/web_resource:unit_tests", |
| 328 "//components/webdata/common:unit_tests", | 329 "//components/webdata/common:unit_tests", |
| 329 | 330 |
| 330 # These are the deps required by the code in this target. | 331 # These are the deps required by the code in this target. |
| 331 "//base", | 332 "//base", |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 496 | 497 |
| 497 deps = [ | 498 deps = [ |
| 498 "//base", | 499 "//base", |
| 499 "//base/test:test_support_perf", | 500 "//base/test:test_support_perf", |
| 500 "//testing/gtest", | 501 "//testing/gtest", |
| 501 "//testing/perf", | 502 "//testing/perf", |
| 502 "//content/test:test_support", | 503 "//content/test:test_support", |
| 503 "//components/visitedlink/browser", | 504 "//components/visitedlink/browser", |
| 504 ] | 505 ] |
| 505 } | 506 } |
| OLD | NEW |