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 17 matching lines...) Expand all Loading... |
28 "//components/cdm/browser", | 28 "//components/cdm/browser", |
29 "//components/cdm/common", | 29 "//components/cdm/common", |
30 "//components/cdm/renderer", | 30 "//components/cdm/renderer", |
31 "//components/certificate_reporting", | 31 "//components/certificate_reporting", |
32 "//components/cloud_devices/common", | 32 "//components/cloud_devices/common", |
33 "//components/chrome_apps", | 33 "//components/chrome_apps", |
34 "//components/component_updater", | 34 "//components/component_updater", |
35 "//components/compression", | 35 "//components/compression", |
36 "//components/content_settings/core/browser", | 36 "//components/content_settings/core/browser", |
37 "//components/content_settings/core/common", | 37 "//components/content_settings/core/common", |
38 "//components/crash/content/app", | 38 "//components/crash/app", |
39 "//components/crash/content/browser", | 39 "//components/crash/browser", |
40 "//components/crx_file", | 40 "//components/crx_file", |
41 "//components/data_reduction_proxy/core/browser", | 41 "//components/data_reduction_proxy/core/browser", |
42 "//components/data_reduction_proxy/core/common", | 42 "//components/data_reduction_proxy/core/common", |
43 "//components/device_event_log", | 43 "//components/device_event_log", |
44 "//components/devtools_discovery", | 44 "//components/devtools_discovery", |
45 "//components/devtools_http_handler", | 45 "//components/devtools_http_handler", |
46 "//components/dom_distiller/core", | 46 "//components/dom_distiller/core", |
47 "//components/domain_reliability", | 47 "//components/domain_reliability", |
48 "//components/enhanced_bookmarks", | 48 "//components/enhanced_bookmarks", |
49 "//components/favicon/core", | 49 "//components/favicon/core", |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 "//components/pdf/common", | 182 "//components/pdf/common", |
183 "//components/pdf/renderer", | 183 "//components/pdf/renderer", |
184 ] | 184 ] |
185 } | 185 } |
186 | 186 |
187 if (is_android) { | 187 if (is_android) { |
188 deps -= [ | 188 deps -= [ |
189 "//components/autofill/content/browser", # Blocked on content/blink. | 189 "//components/autofill/content/browser", # Blocked on content/blink. |
190 "//components/autofill/content/common", # Blocked on content. | 190 "//components/autofill/content/common", # Blocked on content. |
191 "//components/autofill/content/renderer", # Blocked on content/blink. | 191 "//components/autofill/content/renderer", # Blocked on content/blink. |
192 "//components/crash/content/app", # Should work, needs checking. | 192 "//components/crash/app", # Should work, needs checking. |
193 "//components/crash/content/browser", # Should work, needs checking. | 193 "//components/crash/browser", # Should work, needs checking. |
194 "//components/captive_portal", # Should work, needs checking. | 194 "//components/captive_portal", # Should work, needs checking. |
195 "//components/cloud_devices/common", # Should work, needs checking. | 195 "//components/cloud_devices/common", # Should work, needs checking. |
196 "//components/cdm/browser", # Blocked on content. | 196 "//components/cdm/browser", # Blocked on content. |
197 "//components/cdm/common", # Blocked on content. | 197 "//components/cdm/common", # Blocked on content. |
198 "//components/cdm/renderer", # Blocked on content. | 198 "//components/cdm/renderer", # Blocked on content. |
199 "//components/data_reduction_proxy/core/browser", # Should work, needs ch
ecking. | 199 "//components/data_reduction_proxy/core/browser", # Should work, needs ch
ecking. |
200 "//components/data_reduction_proxy/core/common", # Should work, needs che
cking. | 200 "//components/data_reduction_proxy/core/common", # Should work, needs che
cking. |
201 "//components/dom_distiller/core", # Blocked on content. | 201 "//components/dom_distiller/core", # Blocked on content. |
202 "//components/domain_reliability", # Blocked on content. | 202 "//components/domain_reliability", # Blocked on content. |
203 "//components/favicon/core", # Blocked on keyed service. | 203 "//components/favicon/core", # Blocked on keyed service. |
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
592 | 592 |
593 deps = [ | 593 deps = [ |
594 "//base", | 594 "//base", |
595 "//base/test:test_support_perf", | 595 "//base/test:test_support_perf", |
596 "//testing/gtest", | 596 "//testing/gtest", |
597 "//testing/perf", | 597 "//testing/perf", |
598 "//content/test:test_support", | 598 "//content/test:test_support", |
599 "//components/visitedlink/browser", | 599 "//components/visitedlink/browser", |
600 ] | 600 ] |
601 } | 601 } |
OLD | NEW |