| 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 "//components/invalidation/impl:unittests", | 293 "//components/invalidation/impl:unittests", |
| 294 "//components/login:unit_tests", | 294 "//components/login:unit_tests", |
| 295 "//components/metrics:unit_tests", | 295 "//components/metrics:unit_tests", |
| 296 "//components/mime_util:unit_tests", | 296 "//components/mime_util:unit_tests", |
| 297 "//components/offline_pages:unit_tests", | 297 "//components/offline_pages:unit_tests", |
| 298 "//components/omnibox/browser:unit_tests", | 298 "//components/omnibox/browser:unit_tests", |
| 299 "//components/packed_ct_ev_whitelist:unit_tests", | 299 "//components/packed_ct_ev_whitelist:unit_tests", |
| 300 "//components/undo:unit_tests", | 300 "//components/undo:unit_tests", |
| 301 "//components/update_client:unit_tests", | 301 "//components/update_client:unit_tests", |
| 302 "//components/variations:unit_tests", | 302 "//components/variations:unit_tests", |
| 303 "//components/webcrypto:unit_tests", |
| 303 "//components/web_resource:unit_tests", | 304 "//components/web_resource:unit_tests", |
| 304 "//components/webcrypto:unit_tests", | |
| 305 "//components/webdata/common:unit_tests", | 305 "//components/webdata/common:unit_tests", |
| 306 | 306 |
| 307 # These are the deps required by the code in this target. | 307 # These are the deps required by the code in this target. |
| 308 "//base", | 308 "//base", |
| 309 "//base/test:test_support", | 309 "//base/test:test_support", |
| 310 "//content/test:test_support", | 310 "//content/test:test_support", |
| 311 "//net", | 311 "//net", |
| 312 "//ui/base", | 312 "//ui/base", |
| 313 "//ui/resources:ui_test_pak", | 313 "//ui/resources:ui_test_pak", |
| 314 ] | 314 ] |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 440 | 440 |
| 441 deps = [ | 441 deps = [ |
| 442 "//base", | 442 "//base", |
| 443 "//base/test:test_support_perf", | 443 "//base/test:test_support_perf", |
| 444 "//testing/gtest", | 444 "//testing/gtest", |
| 445 "//testing/perf", | 445 "//testing/perf", |
| 446 "//content/test:test_support", | 446 "//content/test:test_support", |
| 447 "//components/visitedlink/browser", | 447 "//components/visitedlink/browser", |
| 448 ] | 448 ] |
| 449 } | 449 } |
| OLD | NEW |