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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 "//components/pairing", | 55 "//components/pairing", |
56 "//components/password_manager/content/browser", | 56 "//components/password_manager/content/browser", |
57 "//components/password_manager/core/browser", | 57 "//components/password_manager/core/browser", |
58 "//components/password_manager/core/common", | 58 "//components/password_manager/core/common", |
59 "//components/plugins/renderer", | 59 "//components/plugins/renderer", |
60 "//components/policy", | 60 "//components/policy", |
61 "//components/power", | 61 "//components/power", |
62 "//components/precache/core", | 62 "//components/precache/core", |
63 "//components/precache/content", | 63 "//components/precache/content", |
64 "//components/pref_registry", | 64 "//components/pref_registry", |
| 65 "//components/proximity_auth", |
65 "//components/query_parser", | 66 "//components/query_parser", |
66 "//components/rappor", | 67 "//components/rappor", |
67 "//components/resources:components_resources", | 68 "//components/resources:components_resources", |
68 "//components/search", | 69 "//components/search", |
69 "//components/search_engines", | 70 "//components/search_engines", |
70 "//components/search_provider_logos", | 71 "//components/search_provider_logos", |
71 "//components/sessions", | 72 "//components/sessions", |
72 "//components/signin/core/browser", | 73 "//components/signin/core/browser", |
73 "//components/startup_metric_utils", | 74 "//components/startup_metric_utils", |
74 "//components/strings", | 75 "//components/strings", |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 ] | 200 ] |
200 | 201 |
201 # TODO(GYP) need this target. | 202 # TODO(GYP) need this target. |
202 #'breakpad/app/crash_keys_win_unittest.cc', | 203 #'breakpad/app/crash_keys_win_unittest.cc', |
203 | 204 |
204 # Precache tests need these defines. | 205 # Precache tests need these defines. |
205 #configs += [ "//components/precache/core:precache_config" ] | 206 #configs += [ "//components/precache/core:precache_config" ] |
206 } | 207 } |
207 | 208 |
208 } | 209 } |
OLD | NEW |