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 20 matching lines...) Expand all Loading... |
31 "//components/content_settings/core/common", | 31 "//components/content_settings/core/common", |
32 "//components/crash/app", | 32 "//components/crash/app", |
33 "//components/crash/browser", | 33 "//components/crash/browser", |
34 "//components/crx_file", | 34 "//components/crx_file", |
35 "//components/data_reduction_proxy/core/browser", | 35 "//components/data_reduction_proxy/core/browser", |
36 "//components/data_reduction_proxy/core/common", | 36 "//components/data_reduction_proxy/core/common", |
37 "//components/device_event_log", | 37 "//components/device_event_log", |
38 "//components/dom_distiller/core", | 38 "//components/dom_distiller/core", |
39 "//components/domain_reliability", | 39 "//components/domain_reliability", |
40 "//components/enhanced_bookmarks", | 40 "//components/enhanced_bookmarks", |
41 "//components/favicon/core", | 41 "//components/favicon/core/browser", |
42 "//components/favicon_base", | 42 "//components/favicon_base", |
43 "//components/feedback", | 43 "//components/feedback", |
44 "//components/gcm_driver", | 44 "//components/gcm_driver", |
45 "//components/google/core/browser", | 45 "//components/google/core/browser", |
46 "//components/history/content/browser", | 46 "//components/history/content/browser", |
47 "//components/history/core/browser", | 47 "//components/history/core/browser", |
48 "//components/history/core/common", | 48 "//components/history/core/common", |
49 "//components/history/core/test", | 49 "//components/history/core/test", |
50 "//components/infobars/core", | 50 "//components/infobars/core", |
51 "//components/invalidation", | 51 "//components/invalidation", |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 "//components/crash/browser", # Should work, needs checking. | 155 "//components/crash/browser", # Should work, needs checking. |
156 "//components/captive_portal", # Should work, needs checking. | 156 "//components/captive_portal", # Should work, needs checking. |
157 "//components/cloud_devices/common", # Should work, needs checking. | 157 "//components/cloud_devices/common", # Should work, needs checking. |
158 "//components/cdm/browser", # Blocked on content. | 158 "//components/cdm/browser", # Blocked on content. |
159 "//components/cdm/common", # Blocked on content. | 159 "//components/cdm/common", # Blocked on content. |
160 "//components/cdm/renderer", # Blocked on content. | 160 "//components/cdm/renderer", # Blocked on content. |
161 "//components/data_reduction_proxy/core/browser", # Should work, needs ch
ecking. | 161 "//components/data_reduction_proxy/core/browser", # Should work, needs ch
ecking. |
162 "//components/data_reduction_proxy/core/common", # Should work, needs che
cking. | 162 "//components/data_reduction_proxy/core/common", # Should work, needs che
cking. |
163 "//components/dom_distiller/core", # Blocked on content. | 163 "//components/dom_distiller/core", # Blocked on content. |
164 "//components/domain_reliability", # Blocked on content. | 164 "//components/domain_reliability", # Blocked on content. |
| 165 "//components/favicon/core/browser", # Blocked on keyed service. |
165 "//components/favicon_base", # Should work, needs checking. | 166 "//components/favicon_base", # Should work, needs checking. |
166 "//components/favicon/core", # Blocked on keyed service. | 167 "//components/feedback", # Blocked on content. |
167 "//components/gcm_driver", # Should work, needs checking. | 168 "//components/gcm_driver", # Should work, needs checking. |
168 "//components/google/core/browser", # Should work, needs checking. | 169 "//components/google/core/browser", # Should work, needs checking. |
169 "//components/history/core/browser", # Should work, needs checking. | 170 "//components/history/core/browser", # Should work, needs checking. |
170 "//components/history/core/common", # Should work, needs checking. | 171 "//components/history/core/common", # Should work, needs checking. |
171 "//components/history/core/test", # Should work, needs checking. | 172 "//components/history/core/test", # Should work, needs checking. |
172 "//components/infobars/core", # Should work, needs checking. | 173 "//components/infobars/core", # Should work, needs checking. |
173 "//components/invalidation", # Should work, needs checking. | 174 "//components/invalidation", # Should work, needs checking. |
174 "//components/json_schema", # Should work, needs checking. | 175 "//components/json_schema", # Should work, needs checking. |
175 "//components/keyed_service/content", # Blocked on content. | 176 "//components/keyed_service/content", # Blocked on content. |
176 "//components/navigation_interception", # Blocked on content. | 177 "//components/navigation_interception", # Blocked on content. |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
355 | 356 |
356 deps = [ | 357 deps = [ |
357 "//base", | 358 "//base", |
358 "//base/test:test_support_perf", | 359 "//base/test:test_support_perf", |
359 "//testing/gtest", | 360 "//testing/gtest", |
360 "//content/test:test_support", | 361 "//content/test:test_support", |
361 "//components/visitedlink/browser", | 362 "//components/visitedlink/browser", |
362 ] | 363 ] |
363 } | 364 } |
364 } | 365 } |
OLD | NEW |