| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 "//components/bubble", | 53 "//components/bubble", |
| 54 "//components/captive_portal", | 54 "//components/captive_portal", |
| 55 "//components/cdm/browser", | 55 "//components/cdm/browser", |
| 56 "//components/cdm/common", | 56 "//components/cdm/common", |
| 57 "//components/cdm/renderer", | 57 "//components/cdm/renderer", |
| 58 "//components/cloud_devices/common", | 58 "//components/cloud_devices/common", |
| 59 "//components/chrome_apps", | 59 "//components/chrome_apps", |
| 60 "//components/compression", | 60 "//components/compression", |
| 61 "//components/content_settings/core/browser", | 61 "//components/content_settings/core/browser", |
| 62 "//components/content_settings/core/common", | 62 "//components/content_settings/core/common", |
| 63 "//components/cookie_config", |
| 63 "//components/crash/content/app", | 64 "//components/crash/content/app", |
| 64 "//components/crash/content/browser", | 65 "//components/crash/content/browser", |
| 65 "//components/crx_file", | 66 "//components/crx_file", |
| 66 "//components/data_reduction_proxy/core/browser", | 67 "//components/data_reduction_proxy/core/browser", |
| 67 "//components/data_reduction_proxy/core/common", | 68 "//components/data_reduction_proxy/core/common", |
| 68 "//components/device_event_log", | 69 "//components/device_event_log", |
| 69 "//components/devtools_discovery", | 70 "//components/devtools_discovery", |
| 70 "//components/devtools_http_handler", | 71 "//components/devtools_http_handler", |
| 71 "//components/dom_distiller/core", | 72 "//components/dom_distiller/core", |
| 72 "//components/domain_reliability", | 73 "//components/domain_reliability", |
| (...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 596 ] | 597 ] |
| 597 if (!is_ios) { | 598 if (!is_ios) { |
| 598 deps += [ | 599 deps += [ |
| 599 "//base", | 600 "//base", |
| 600 "//base/test:test_support_perf", | 601 "//base/test:test_support_perf", |
| 601 "//content/test:test_support", | 602 "//content/test:test_support", |
| 602 "//components/visitedlink/browser", | 603 "//components/visitedlink/browser", |
| 603 ] | 604 ] |
| 604 } | 605 } |
| 605 } | 606 } |
| OLD | NEW |