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 # Collection of all components. You wouldn't link to this, but this is rather | 5 # Collection of all components. You wouldn't link to this, but this is rather |
6 # to reference the files so they can be compiled by the build system. | 6 # to reference the files so they can be compiled by the build system. |
7 group("all_components") { | 7 group("all_components") { |
8 visibility = "//:*" # Only for the root targets to bring in. | 8 visibility = "//:*" # Only for the root targets to bring in. |
9 | 9 |
10 deps = [ | 10 deps = [ |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 "//components/password_manager/core/browser", | 49 "//components/password_manager/core/browser", |
50 "//components/password_manager/core/common", | 50 "//components/password_manager/core/common", |
51 "//components/plugins/renderer", | 51 "//components/plugins/renderer", |
52 "//components/policy", | 52 "//components/policy", |
53 "//components/precache/core", | 53 "//components/precache/core", |
54 "//components/precache/content", | 54 "//components/precache/content", |
55 "//components/pref_registry", | 55 "//components/pref_registry", |
56 "//components/query_parser", | 56 "//components/query_parser", |
57 "//components/rappor", | 57 "//components/rappor", |
58 "//components/resources:components_resources", | 58 "//components/resources:components_resources", |
| 59 "//components/search", |
59 "//components/search_engines", | 60 "//components/search_engines", |
60 "//components/search_provider_logos", | 61 "//components/search_provider_logos", |
61 "//components/sessions", | 62 "//components/sessions", |
62 "//components/signin/core/browser", | 63 "//components/signin/core/browser", |
63 "//components/startup_metric_utils", | 64 "//components/startup_metric_utils", |
64 "//components/strings", | 65 "//components/strings", |
65 "//components/tracing", | 66 "//components/tracing", |
66 "//components/translate/content/browser", | 67 "//components/translate/content/browser", |
67 "//components/translate/content/common", | 68 "//components/translate/content/common", |
68 "//components/translate/content/renderer", | 69 "//components/translate/content/renderer", |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 ] | 186 ] |
186 | 187 |
187 # TODO(GYP) need this target. | 188 # TODO(GYP) need this target. |
188 #'breakpad/app/crash_keys_win_unittest.cc', | 189 #'breakpad/app/crash_keys_win_unittest.cc', |
189 | 190 |
190 # Precache tests need these defines. | 191 # Precache tests need these defines. |
191 #configs += [ "//components/precache/core:precache_config" ] | 192 #configs += [ "//components/precache/core:precache_config" ] |
192 } | 193 } |
193 | 194 |
194 } | 195 } |
OLD | NEW |