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