| 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 "//components/history/core/browser", | 81 "//components/history/core/browser", |
| 82 "//components/history/core/common", | 82 "//components/history/core/common", |
| 83 "//components/history/core/test", | 83 "//components/history/core/test", |
| 84 "//components/invalidation/impl", | 84 "//components/invalidation/impl", |
| 85 "//components/json_schema", | 85 "//components/json_schema", |
| 86 "//components/keyed_service/content", | 86 "//components/keyed_service/content", |
| 87 "//components/language_usage_metrics", | 87 "//components/language_usage_metrics", |
| 88 "//components/login", | 88 "//components/login", |
| 89 "//components/memory_pressure", | 89 "//components/memory_pressure", |
| 90 "//components/metrics", | 90 "//components/metrics", |
| 91 "//components/metrics_services_manager", |
| 91 "//components/mime_util", | 92 "//components/mime_util", |
| 92 "//components/navigation_interception", | 93 "//components/navigation_interception", |
| 93 "//components/navigation_metrics", | 94 "//components/navigation_metrics", |
| 94 "//components/network_hints/browser", | 95 "//components/network_hints/browser", |
| 95 "//components/network_hints/common", | 96 "//components/network_hints/common", |
| 96 "//components/network_hints/renderer", | 97 "//components/network_hints/renderer", |
| 97 "//components/network_time", | 98 "//components/network_time", |
| 98 "//components/offline_pages", | 99 "//components/offline_pages", |
| 99 "//components/onc", | 100 "//components/onc", |
| 100 "//components/open_from_clipboard", | 101 "//components/open_from_clipboard", |
| (...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 615 ] | 616 ] |
| 616 if (!is_ios) { | 617 if (!is_ios) { |
| 617 deps += [ | 618 deps += [ |
| 618 "//base", | 619 "//base", |
| 619 "//base/test:test_support_perf", | 620 "//base/test:test_support_perf", |
| 620 "//content/test:test_support", | 621 "//content/test:test_support", |
| 621 "//components/visitedlink/browser", | 622 "//components/visitedlink/browser", |
| 622 ] | 623 ] |
| 623 } | 624 } |
| 624 } | 625 } |
| OLD | NEW |