| 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 = [ |
| 11 "//components/autocomplete", | 11 "//components/autocomplete", |
| 12 "//components/autofill/content/browser", | 12 "//components/autofill/content/browser", |
| 13 "//components/autofill/content/common", | 13 "//components/autofill/content/common", |
| 14 "//components/autofill/content/renderer", | 14 "//components/autofill/content/renderer", |
| 15 "//components/bookmarks/browser", | 15 "//components/bookmarks/browser", |
| 16 "//components/bookmarks/common", | 16 "//components/bookmarks/common", |
| 17 "//components/bookmarks/test", | 17 "//components/bookmarks/test", |
| 18 "//components/captive_portal", | 18 "//components/captive_portal", |
| 19 "//components/cloud_devices/common", | 19 "//components/cloud_devices/common", |
| 20 "//components/data_reduction_proxy/browser", | 20 "//components/data_reduction_proxy/browser", |
| 21 "//components/data_reduction_proxy/common", | 21 "//components/data_reduction_proxy/common", |
| 22 "//components/dom_distiller/core", | 22 "//components/dom_distiller/core", |
| 23 "//components/domain_reliability", | 23 "//components/domain_reliability", |
| 24 "//components/enhanced_bookmarks", | 24 "//components/enhanced_bookmarks", |
| 25 "//components/favicon/core", | 25 "//components/favicon/core", |
| 26 "//components/favicon_base", | 26 "//components/favicon_base", |
| 27 "//components/feedback", | 27 "//components/feedback", |
| 28 "//components/gcm_driver", | 28 "//components/gcm_driver", |
| 29 "//components/google/core/browser", |
| 29 "//components/history/core/browser", | 30 "//components/history/core/browser", |
| 30 "//components/history/core/common", | 31 "//components/history/core/common", |
| 31 "//components/history/core/test", | 32 "//components/history/core/test", |
| 33 "//components/infobars/core", |
| 34 "//components/infobars/test:test_support", |
| 35 "//components/invalidation", |
| 32 "//components/json_schema", | 36 "//components/json_schema", |
| 33 "//components/language_usage_metrics", | 37 "//components/language_usage_metrics", |
| 34 "//components/leveldb_proto", | 38 "//components/leveldb_proto", |
| 35 "//components/metrics", | 39 "//components/metrics", |
| 40 "//components/navigation_interception", |
| 36 "//components/navigation_metrics", | 41 "//components/navigation_metrics", |
| 42 "//components/network_time", |
| 37 "//components/omaha_query_params", | 43 "//components/omaha_query_params", |
| 38 "//components/onc", | 44 "//components/onc", |
| 39 "//components/os_crypt", | 45 "//components/os_crypt", |
| 46 "//components/password_manager/content/browser", |
| 47 "//components/password_manager/core/browser", |
| 48 "//components/password_manager/core/common", |
| 49 "//components/plugins/renderer", |
| 40 "//components/policy", | 50 "//components/policy", |
| 41 "//components/precache/core", | 51 "//components/precache/core", |
| 42 "//components/precache/content", | 52 "//components/precache/content", |
| 43 "//components/pref_registry", | 53 "//components/pref_registry", |
| 44 "//components/query_parser", | 54 "//components/query_parser", |
| 45 "//components/rappor", | 55 "//components/rappor", |
| 46 "//components/resources:components_resources", | 56 "//components/resources:components_resources", |
| 47 "//components/search_engines", | 57 "//components/search_engines", |
| 58 "//components/search_provider_logos", |
| 59 "//components/sessions", |
| 48 "//components/signin/core/browser", | 60 "//components/signin/core/browser", |
| 49 "//components/startup_metric_utils", | 61 "//components/startup_metric_utils", |
| 50 "//components/strings", | 62 "//components/strings", |
| 51 "//components/tracing", | 63 "//components/tracing", |
| 52 "//components/translate/content/browser", | 64 "//components/translate/content/browser", |
| 53 "//components/translate/content/common", | 65 "//components/translate/content/common", |
| 54 "//components/translate/content/renderer", | 66 "//components/translate/content/renderer", |
| 55 "//components/translate/core/browser", | 67 "//components/translate/core/browser", |
| 56 "//components/translate/core/common", | 68 "//components/translate/core/common", |
| 57 "//components/url_fixer", | 69 "//components/url_fixer", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 85 "//components/captive_portal", # Should work, needs checking. | 97 "//components/captive_portal", # Should work, needs checking. |
| 86 "//components/cloud_devices/common", # Should work, needs checking. | 98 "//components/cloud_devices/common", # Should work, needs checking. |
| 87 "//components/data_reduction_proxy/browser", # Should work, needs checkin
g. | 99 "//components/data_reduction_proxy/browser", # Should work, needs checkin
g. |
| 88 "//components/data_reduction_proxy/common", # Should work, needs checking
. | 100 "//components/data_reduction_proxy/common", # Should work, needs checking
. |
| 89 "//components/dom_distiller/core", # Blocked on content. | 101 "//components/dom_distiller/core", # Blocked on content. |
| 90 "//components/domain_reliability", # Blocked on content. | 102 "//components/domain_reliability", # Blocked on content. |
| 91 "//components/favicon_base", # Should work, needs checking. | 103 "//components/favicon_base", # Should work, needs checking. |
| 92 "//components/favicon/core", # Blocked on keyed service. | 104 "//components/favicon/core", # Blocked on keyed service. |
| 93 "//components/feedback", # Blocked on content. | 105 "//components/feedback", # Blocked on content. |
| 94 "//components/gcm_driver", # Should work, needs checking. | 106 "//components/gcm_driver", # Should work, needs checking. |
| 107 "//components/google/core/browser", # Should work, needs checking. |
| 95 "//components/history/core/browser", # Should work, needs checking. | 108 "//components/history/core/browser", # Should work, needs checking. |
| 96 "//components/history/core/common", # Should work, needs checking. | 109 "//components/history/core/common", # Should work, needs checking. |
| 97 "//components/history/core/test", # Should work, needs checking. | 110 "//components/history/core/test", # Should work, needs checking. |
| 111 "//components/infobars/core", # Should work, needs checking. |
| 112 "//components/infobars/test:test_support", # Should work, needs checking. |
| 113 "//components/invalidation", # Should work, needs checking. |
| 98 "//components/json_schema", # Should work, needs checking. | 114 "//components/json_schema", # Should work, needs checking. |
| 99 "//components/keyed_service/content", # Blocked on content. | 115 "//components/keyed_service/content", # Blocked on content. |
| 116 "//components/navigation_interception", # Blocked on content. |
| 117 "//components/password_manager/content/browser", # Blocked on content. |
| 118 "//components/password_manager/core/browser", # Should work, needs checki
ng. |
| 119 "//components/password_manager/core/common", # Should work, needs checkin
g. |
| 120 "//components/plugins/renderer", # Blocked on blink. |
| 121 "//components/policy", # Blocked on content (indirectly via autofill). |
| 122 "//components/precache/content", # Blocked on content. |
| 100 "//components/precache/core", # Should work, needs checking. | 123 "//components/precache/core", # Should work, needs checking. |
| 101 "//components/precache/content", # Blocked on content. | |
| 102 "//components/policy", # Blocked on content (indirectly via autofill). | |
| 103 "//components/rappor", # Should work, needs checking. | 124 "//components/rappor", # Should work, needs checking. |
| 104 "//components/search_engines", # Should work, needs checking. | 125 "//components/search_engines", # Should work, needs checking. |
| 126 "//components/search_provider_logos", # Should work, needs checking. |
| 127 "//components/sessions", # Blocked on content. |
| 105 "//components/signin/core/browser", # Should work, needs checking. | 128 "//components/signin/core/browser", # Should work, needs checking. |
| 106 "//components/translate/content/browser", # Blocked on content. | 129 "//components/translate/content/browser", # Blocked on content. |
| 107 "//components/translate/content/common", # Blocked on content. | 130 "//components/translate/content/common", # Blocked on content. |
| 108 "//components/translate/content/renderer", # Blocked on content. | 131 "//components/translate/content/renderer", # Blocked on content. |
| 109 "//components/usb_service", # Blocked on content. | 132 "//components/usb_service", # Blocked on content. |
| 110 "//components/user_prefs", # Blocked on content. | 133 "//components/user_prefs", # Blocked on content. |
| 111 "//components/visitedlink/browser", # Blocked on content. | 134 "//components/visitedlink/browser", # Blocked on content. |
| 112 "//components/visitedlink/common", # Blocked on content. | 135 "//components/visitedlink/common", # Blocked on content. |
| 113 "//components/visitedlink/renderer", # Blocked on blink | 136 "//components/visitedlink/renderer", # Blocked on blink |
| 114 "//components/web_modal", # Blocked on content. | 137 "//components/web_modal", # Blocked on content. |
| 115 ] | 138 ] |
| 116 } | 139 } |
| 117 | 140 |
| 118 if (!is_ios && !is_android) { | 141 if (!is_ios && !is_android) { |
| 119 deps += [ | 142 deps += [ |
| 120 "//components/storage_monitor", | 143 "//components/storage_monitor", |
| 121 ] | 144 ] |
| 122 } | 145 } |
| 123 } | 146 } |
| 124 | 147 |
| 125 # TODO(GYP) components_unittests | 148 # TODO(GYP) components_unittests |
| 126 #test("components_unittests") { | 149 #test("components_unittests") { |
| 127 ## # Precache tests need these defines. | 150 ## # Precache tests need these defines. |
| 128 # configs += [ "//components/precache/core:precache_config" ] | 151 # configs += [ "//components/precache/core:precache_config" ] |
| 129 #} | 152 #} |
| OLD | NEW |