| 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 |
| 11 # to reference the files so they can be compiled by the build system. | 11 # to reference the files so they can be compiled by the build system. |
| 12 group("all_components") { | 12 group("all_components") { |
| 13 testonly = true # You shouldn't actually link to this. | 13 testonly = true # You shouldn't actually link to this. |
| 14 visibility = [ "//:*" ] # Only for the root targets to bring in. | 14 visibility = [ "//:*" ] # Only for the root targets to bring in. |
| 15 | 15 |
| 16 deps = [ | 16 deps = [ |
| 17 "//components/about_handler", | 17 "//components/about_handler", |
| 18 "//components/auto_login_parser", | 18 "//components/auto_login_parser", |
| 19 "//components/autofill/content/browser", | 19 "//components/autofill/content/browser", |
| 20 "//components/autofill/content/common", | 20 "//components/autofill/content/common", |
| 21 "//components/autofill/content/renderer", | 21 "//components/autofill/content/renderer", |
| 22 "//components/bookmarks/browser", | 22 "//components/bookmarks/browser", |
| 23 "//components/bookmarks/common", | 23 "//components/bookmarks/common", |
| 24 "//components/bookmarks/managed", | 24 "//components/bookmarks/managed", |
| 25 "//components/bookmarks/test", | 25 "//components/bookmarks/test", |
| 26 "//components/bubble", |
| 26 "//components/captive_portal", | 27 "//components/captive_portal", |
| 27 "//components/cdm/browser", | 28 "//components/cdm/browser", |
| 28 "//components/cdm/common", | 29 "//components/cdm/common", |
| 29 "//components/cdm/renderer", | 30 "//components/cdm/renderer", |
| 30 "//components/cloud_devices/common", | 31 "//components/cloud_devices/common", |
| 31 "//components/chrome_apps", | 32 "//components/chrome_apps", |
| 32 "//components/component_updater", | 33 "//components/component_updater", |
| 33 "//components/content_settings/core/browser", | 34 "//components/content_settings/core/browser", |
| 34 "//components/content_settings/core/common", | 35 "//components/content_settings/core/common", |
| 35 "//components/crash/app", | 36 "//components/crash/app", |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 # Add only ":unit_tests" dependencies here. If your tests have dependencies | 297 # Add only ":unit_tests" dependencies here. If your tests have dependencies |
| 297 # (this would at least include the component itself), they should be on the | 298 # (this would at least include the component itself), they should be on the |
| 298 # test source set and not here. | 299 # test source set and not here. |
| 299 deps = [ | 300 deps = [ |
| 300 "//components/auto_login_parser:unit_tests", | 301 "//components/auto_login_parser:unit_tests", |
| 301 "//components/autofill/content/browser:unit_tests", | 302 "//components/autofill/content/browser:unit_tests", |
| 302 "//components/autofill/core/browser:unit_tests", | 303 "//components/autofill/core/browser:unit_tests", |
| 303 "//components/autofill/core/common:unit_tests", | 304 "//components/autofill/core/common:unit_tests", |
| 304 "//components/bookmarks/browser:unit_tests", | 305 "//components/bookmarks/browser:unit_tests", |
| 305 "//components/bookmarks/managed:unit_tests", | 306 "//components/bookmarks/managed:unit_tests", |
| 307 "//components/bubble:unit_tests", |
| 306 "//components/captive_portal:unit_tests", | 308 "//components/captive_portal:unit_tests", |
| 307 "//components/cloud_devices/common:unit_tests", | 309 "//components/cloud_devices/common:unit_tests", |
| 308 "//components/component_updater:unit_tests", | 310 "//components/component_updater:unit_tests", |
| 309 "//components/content_settings/core/browser:unit_tests", | 311 "//components/content_settings/core/browser:unit_tests", |
| 310 "//components/content_settings/core/common:unit_tests", | 312 "//components/content_settings/core/common:unit_tests", |
| 311 "//components/crx_file:unit_tests", | 313 "//components/crx_file:unit_tests", |
| 312 "//components/data_reduction_proxy/content/browser:unit_tests", | 314 "//components/data_reduction_proxy/content/browser:unit_tests", |
| 313 "//components/data_reduction_proxy/core/browser:unit_tests", | 315 "//components/data_reduction_proxy/core/browser:unit_tests", |
| 314 "//components/data_reduction_proxy/core/common:unit_tests", | 316 "//components/data_reduction_proxy/core/common:unit_tests", |
| 315 "//components/device_event_log:unit_tests", | 317 "//components/device_event_log:unit_tests", |
| (...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 579 | 581 |
| 580 deps = [ | 582 deps = [ |
| 581 "//base", | 583 "//base", |
| 582 "//base/test:test_support_perf", | 584 "//base/test:test_support_perf", |
| 583 "//testing/gtest", | 585 "//testing/gtest", |
| 584 "//testing/perf", | 586 "//testing/perf", |
| 585 "//content/test:test_support", | 587 "//content/test:test_support", |
| 586 "//components/visitedlink/browser", | 588 "//components/visitedlink/browser", |
| 587 ] | 589 ] |
| 588 } | 590 } |
| OLD | NEW |