| 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/auto_login_parser", | 17 "//components/auto_login_parser", |
| 18 "//components/autofill/content/browser", | 18 "//components/autofill/content/browser", |
| 19 "//components/autofill/content/common", | 19 "//components/autofill/content/common", |
| 20 "//components/autofill/content/renderer", | 20 "//components/autofill/content/renderer", |
| 21 "//components/bookmarks/browser", | 21 "//components/bookmarks/browser", |
| 22 "//components/bookmarks/common", | 22 "//components/bookmarks/common", |
| 23 "//components/bookmarks/managed", | 23 "//components/bookmarks/managed", |
| 24 "//components/bookmarks/test", | 24 "//components/bookmarks/test", |
| 25 "//components/captive_portal", | 25 "//components/captive_portal", |
| 26 "//components/cdm/browser", | 26 "//components/cdm/browser", |
| 27 "//components/cdm/common", | 27 "//components/cdm/common", |
| 28 "//components/cdm/renderer", | 28 "//components/cdm/renderer", |
| 29 "//components/certificate_transparency", |
| 29 "//components/cloud_devices/common", | 30 "//components/cloud_devices/common", |
| 30 "//components/chrome_apps", | 31 "//components/chrome_apps", |
| 31 "//components/component_updater", | 32 "//components/component_updater", |
| 32 "//components/content_settings/core/browser", | 33 "//components/content_settings/core/browser", |
| 33 "//components/content_settings/core/common", | 34 "//components/content_settings/core/common", |
| 34 "//components/copresence", | 35 "//components/copresence", |
| 35 "//components/crash/app", | 36 "//components/crash/app", |
| 36 "//components/crash/browser", | 37 "//components/crash/browser", |
| 37 "//components/crx_file", | 38 "//components/crx_file", |
| 38 "//components/data_reduction_proxy/core/browser", | 39 "//components/data_reduction_proxy/core/browser", |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 } | 169 } |
| 169 | 170 |
| 170 if (is_android) { | 171 if (is_android) { |
| 171 deps -= [ | 172 deps -= [ |
| 172 "//components/autofill/content/browser", # Blocked on content/blink. | 173 "//components/autofill/content/browser", # Blocked on content/blink. |
| 173 "//components/autofill/content/common", # Blocked on content. | 174 "//components/autofill/content/common", # Blocked on content. |
| 174 "//components/autofill/content/renderer", # Blocked on content/blink. | 175 "//components/autofill/content/renderer", # Blocked on content/blink. |
| 175 "//components/crash/app", # Should work, needs checking. | 176 "//components/crash/app", # Should work, needs checking. |
| 176 "//components/crash/browser", # Should work, needs checking. | 177 "//components/crash/browser", # Should work, needs checking. |
| 177 "//components/captive_portal", # Should work, needs checking. | 178 "//components/captive_portal", # Should work, needs checking. |
| 179 "//components/certificate_transparency", # Blocked on content. |
| 178 "//components/cloud_devices/common", # Should work, needs checking. | 180 "//components/cloud_devices/common", # Should work, needs checking. |
| 179 "//components/cdm/browser", # Blocked on content. | 181 "//components/cdm/browser", # Blocked on content. |
| 180 "//components/cdm/common", # Blocked on content. | 182 "//components/cdm/common", # Blocked on content. |
| 181 "//components/cdm/renderer", # Blocked on content. | 183 "//components/cdm/renderer", # Blocked on content. |
| 182 "//components/data_reduction_proxy/core/browser", # Should work, needs ch
ecking. | 184 "//components/data_reduction_proxy/core/browser", # Should work, needs ch
ecking. |
| 183 "//components/data_reduction_proxy/core/common", # Should work, needs che
cking. | 185 "//components/data_reduction_proxy/core/common", # Should work, needs che
cking. |
| 184 "//components/dom_distiller/core", # Blocked on content. | 186 "//components/dom_distiller/core", # Blocked on content. |
| 185 "//components/domain_reliability", # Blocked on content. | 187 "//components/domain_reliability", # Blocked on content. |
| 186 "//components/favicon/core", # Blocked on keyed service. | 188 "//components/favicon/core", # Blocked on keyed service. |
| 187 "//components/favicon_base", # Should work, needs checking. | 189 "//components/favicon_base", # Should work, needs checking. |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 | 431 |
| 430 deps = [ | 432 deps = [ |
| 431 "//base", | 433 "//base", |
| 432 "//base/test:test_support_perf", | 434 "//base/test:test_support_perf", |
| 433 "//testing/gtest", | 435 "//testing/gtest", |
| 434 "//testing/perf", | 436 "//testing/perf", |
| 435 "//content/test:test_support", | 437 "//content/test:test_support", |
| 436 "//components/visitedlink/browser", | 438 "//components/visitedlink/browser", |
| 437 ] | 439 ] |
| 438 } | 440 } |
| OLD | NEW |