| 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 12 matching lines...) Expand all Loading... |
| 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/cloud_devices/common", | 29 "//components/cloud_devices/common", |
| 30 "//components/component_updater", | 30 "//components/component_updater", |
| 31 "//components/content_settings/core/browser", | 31 "//components/content_settings/core/browser", |
| 32 "//components/content_settings/core/common", | 32 "//components/content_settings/core/common", |
| 33 "//components/copresence", |
| 33 "//components/crash/app", | 34 "//components/crash/app", |
| 34 "//components/crash/browser", | 35 "//components/crash/browser", |
| 35 "//components/crx_file", | 36 "//components/crx_file", |
| 36 "//components/data_reduction_proxy/core/browser", | 37 "//components/data_reduction_proxy/core/browser", |
| 37 "//components/data_reduction_proxy/core/common", | 38 "//components/data_reduction_proxy/core/common", |
| 38 "//components/device_event_log", | 39 "//components/device_event_log", |
| 39 "//components/devtools_discovery", | 40 "//components/devtools_discovery", |
| 40 "//components/devtools_http_handler", | 41 "//components/devtools_http_handler", |
| 41 "//components/dom_distiller/core", | 42 "//components/dom_distiller/core", |
| 42 "//components/domain_reliability", | 43 "//components/domain_reliability", |
| (...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 | 420 |
| 420 deps = [ | 421 deps = [ |
| 421 "//base", | 422 "//base", |
| 422 "//base/test:test_support_perf", | 423 "//base/test:test_support_perf", |
| 423 "//testing/gtest", | 424 "//testing/gtest", |
| 424 "//testing/perf", | 425 "//testing/perf", |
| 425 "//content/test:test_support", | 426 "//content/test:test_support", |
| 426 "//components/visitedlink/browser", | 427 "//components/visitedlink/browser", |
| 427 ] | 428 ] |
| 428 } | 429 } |
| OLD | NEW |