| 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/network_time", | 49 "//components/network_time", |
| 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/power", |
| 59 "//components/policy", | 60 "//components/policy", |
| 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", |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 ] | 197 ] |
| 197 | 198 |
| 198 # TODO(GYP) need this target. | 199 # TODO(GYP) need this target. |
| 199 #'breakpad/app/crash_keys_win_unittest.cc', | 200 #'breakpad/app/crash_keys_win_unittest.cc', |
| 200 | 201 |
| 201 # Precache tests need these defines. | 202 # Precache tests need these defines. |
| 202 #configs += [ "//components/precache/core:precache_config" ] | 203 #configs += [ "//components/precache/core:precache_config" ] |
| 203 } | 204 } |
| 204 | 205 |
| 205 } | 206 } |
| OLD | NEW |