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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 "//components/omaha_query_params", | 50 "//components/omaha_query_params", |
51 "//components/omnibox", | 51 "//components/omnibox", |
52 "//components/onc", | 52 "//components/onc", |
53 "//components/os_crypt", | 53 "//components/os_crypt", |
54 "//components/pairing", | 54 "//components/pairing", |
55 "//components/password_manager/content/browser", | 55 "//components/password_manager/content/browser", |
56 "//components/password_manager/core/browser", | 56 "//components/password_manager/core/browser", |
57 "//components/password_manager/core/common", | 57 "//components/password_manager/core/common", |
58 "//components/plugins/renderer", | 58 "//components/plugins/renderer", |
59 "//components/policy", | 59 "//components/policy", |
| 60 "//components/power", |
60 "//components/precache/core", | 61 "//components/precache/core", |
61 "//components/precache/content", | 62 "//components/precache/content", |
62 "//components/pref_registry", | 63 "//components/pref_registry", |
63 "//components/query_parser", | 64 "//components/query_parser", |
64 "//components/rappor", | 65 "//components/rappor", |
65 "//components/resources:components_resources", | 66 "//components/resources:components_resources", |
66 "//components/search", | 67 "//components/search", |
67 "//components/search_engines", | 68 "//components/search_engines", |
68 "//components/search_provider_logos", | 69 "//components/search_provider_logos", |
69 "//components/sessions", | 70 "//components/sessions", |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 "//components/infobars/test:test_support", # Should work, needs checking. | 131 "//components/infobars/test:test_support", # Should work, needs checking. |
131 "//components/invalidation", # Should work, needs checking. | 132 "//components/invalidation", # Should work, needs checking. |
132 "//components/json_schema", # Should work, needs checking. | 133 "//components/json_schema", # Should work, needs checking. |
133 "//components/keyed_service/content", # Blocked on content. | 134 "//components/keyed_service/content", # Blocked on content. |
134 "//components/navigation_interception", # Blocked on content. | 135 "//components/navigation_interception", # Blocked on content. |
135 "//components/omnibox", # Should work, needs checking. | 136 "//components/omnibox", # Should work, needs checking. |
136 "//components/password_manager/content/browser", # Blocked on content. | 137 "//components/password_manager/content/browser", # Blocked on content. |
137 "//components/password_manager/core/browser", # Should work, needs checki
ng. | 138 "//components/password_manager/core/browser", # Should work, needs checki
ng. |
138 "//components/password_manager/core/common", # Should work, needs checkin
g. | 139 "//components/password_manager/core/common", # Should work, needs checkin
g. |
139 "//components/plugins/renderer", # Blocked on blink. | 140 "//components/plugins/renderer", # Blocked on blink. |
| 141 "//components/power", # Blocked on content. |
140 "//components/policy", # Blocked on content (indirectly via autofill). | 142 "//components/policy", # Blocked on content (indirectly via autofill). |
141 "//components/precache/content", # Blocked on content. | 143 "//components/precache/content", # Blocked on content. |
142 "//components/precache/core", # Should work, needs checking. | 144 "//components/precache/core", # Should work, needs checking. |
143 "//components/rappor", # Should work, needs checking. | 145 "//components/rappor", # Should work, needs checking. |
144 "//components/search_engines", # Should work, needs checking. | 146 "//components/search_engines", # Should work, needs checking. |
145 "//components/search_provider_logos", # Should work, needs checking. | 147 "//components/search_provider_logos", # Should work, needs checking. |
146 "//components/sessions", # Blocked on content. | 148 "//components/sessions", # Blocked on content. |
147 "//components/signin/core/browser", # Should work, needs checking. | 149 "//components/signin/core/browser", # Should work, needs checking. |
148 "//components/translate/content/browser", # Blocked on content. | 150 "//components/translate/content/browser", # Blocked on content. |
149 "//components/translate/content/common", # Blocked on content. | 151 "//components/translate/content/common", # Blocked on content. |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 ] | 198 ] |
197 | 199 |
198 # TODO(GYP) need this target. | 200 # TODO(GYP) need this target. |
199 #'breakpad/app/crash_keys_win_unittest.cc', | 201 #'breakpad/app/crash_keys_win_unittest.cc', |
200 | 202 |
201 # Precache tests need these defines. | 203 # Precache tests need these defines. |
202 #configs += [ "//components/precache/core:precache_config" ] | 204 #configs += [ "//components/precache/core:precache_config" ] |
203 } | 205 } |
204 | 206 |
205 } | 207 } |
OLD | NEW |