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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 "//components/query_parser", | 97 "//components/query_parser", |
98 "//components/rappor", | 98 "//components/rappor", |
99 "//components/renderer_context_menu", | 99 "//components/renderer_context_menu", |
100 "//components/resources:components_resources", | 100 "//components/resources:components_resources", |
101 "//components/search", | 101 "//components/search", |
102 "//components/search_engines", | 102 "//components/search_engines", |
103 "//components/search_provider_logos", | 103 "//components/search_provider_logos", |
104 "//components/security_interstitials/core", | 104 "//components/security_interstitials/core", |
105 "//components/sessions", | 105 "//components/sessions", |
106 "//components/signin/core/browser", | 106 "//components/signin/core/browser", |
| 107 "//components/ssl_errors", |
107 "//components/startup_metric_utils", | 108 "//components/startup_metric_utils", |
108 "//components/strings", | 109 "//components/strings", |
109 "//components/sync_driver", | 110 "//components/sync_driver", |
110 "//components/syncable_prefs", | 111 "//components/syncable_prefs", |
111 "//components/tracing", | 112 "//components/tracing", |
112 "//components/tracing:startup_tracing", | 113 "//components/tracing:startup_tracing", |
113 "//components/translate/content/browser", | 114 "//components/translate/content/browser", |
114 "//components/translate/content/common", | 115 "//components/translate/content/common", |
115 "//components/translate/content/renderer", | 116 "//components/translate/content/renderer", |
116 "//components/translate/core/browser", | 117 "//components/translate/core/browser", |
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
592 | 593 |
593 deps = [ | 594 deps = [ |
594 "//base", | 595 "//base", |
595 "//base/test:test_support_perf", | 596 "//base/test:test_support_perf", |
596 "//testing/gtest", | 597 "//testing/gtest", |
597 "//testing/perf", | 598 "//testing/perf", |
598 "//content/test:test_support", | 599 "//content/test:test_support", |
599 "//components/visitedlink/browser", | 600 "//components/visitedlink/browser", |
600 ] | 601 ] |
601 } | 602 } |
OLD | NEW |