| 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/auto_login_parser", | 11 "//components/auto_login_parser", |
| 12 "//components/autocomplete", | 12 "//components/autocomplete", |
| 13 "//components/autofill/content/browser", | 13 "//components/autofill/content/browser", |
| 14 "//components/autofill/content/common", | 14 "//components/autofill/content/common", |
| 15 "//components/autofill/content/renderer", | 15 "//components/autofill/content/renderer", |
| 16 "//components/bookmarks/browser", | 16 "//components/bookmarks/browser", |
| 17 "//components/bookmarks/common", | 17 "//components/bookmarks/common", |
| 18 "//components/bookmarks/test", | 18 "//components/bookmarks/test", |
| 19 "//components/captive_portal", | 19 "//components/captive_portal", |
| 20 "//components/cdm/browser", |
| 21 "//components/cdm/common", |
| 22 "//components/cdm/renderer", |
| 20 "//components/cloud_devices/common", | 23 "//components/cloud_devices/common", |
| 21 "//components/component_updater", | 24 "//components/component_updater", |
| 22 "//components/data_reduction_proxy/browser", | 25 "//components/data_reduction_proxy/browser", |
| 23 "//components/data_reduction_proxy/common", | 26 "//components/data_reduction_proxy/common", |
| 24 "//components/dom_distiller/core", | 27 "//components/dom_distiller/core", |
| 25 "//components/domain_reliability", | 28 "//components/domain_reliability", |
| 26 "//components/enhanced_bookmarks", | 29 "//components/enhanced_bookmarks", |
| 27 "//components/favicon/core", | 30 "//components/favicon/core", |
| 28 "//components/favicon_base", | 31 "//components/favicon_base", |
| 29 "//components/feedback", | 32 "//components/feedback", |
| 30 "//components/gcm_driver", | 33 "//components/gcm_driver", |
| 31 "//components/google/core/browser", | 34 "//components/google/core/browser", |
| 32 "//components/history/core/browser", | 35 "//components/history/core/browser", |
| 33 "//components/history/core/common", | 36 "//components/history/core/common", |
| 34 "//components/history/core/test", | 37 "//components/history/core/test", |
| 35 "//components/infobars/core", | 38 "//components/infobars/core", |
| 36 "//components/infobars/test:test_support", | 39 "//components/infobars/test:test_support", |
| 37 "//components/invalidation", | 40 "//components/invalidation", |
| 38 "//components/json_schema", | 41 "//components/json_schema", |
| 42 "//components/keyed_service/content", |
| 39 "//components/language_usage_metrics", | 43 "//components/language_usage_metrics", |
| 40 "//components/leveldb_proto", | 44 "//components/leveldb_proto", |
| 41 "//components/metrics", | 45 "//components/metrics", |
| 42 "//components/navigation_interception", | 46 "//components/navigation_interception", |
| 43 "//components/navigation_metrics", | 47 "//components/navigation_metrics", |
| 44 "//components/network_time", | 48 "//components/network_time", |
| 45 "//components/omaha_query_params", | 49 "//components/omaha_query_params", |
| 46 "//components/onc", | 50 "//components/onc", |
| 47 "//components/os_crypt", | 51 "//components/os_crypt", |
| 52 "//components/pairing", |
| 48 "//components/password_manager/content/browser", | 53 "//components/password_manager/content/browser", |
| 49 "//components/password_manager/core/browser", | 54 "//components/password_manager/core/browser", |
| 50 "//components/password_manager/core/common", | 55 "//components/password_manager/core/common", |
| 51 "//components/plugins/renderer", | 56 "//components/plugins/renderer", |
| 52 "//components/policy", | 57 "//components/policy", |
| 53 "//components/precache/core", | 58 "//components/precache/core", |
| 54 "//components/precache/content", | 59 "//components/precache/content", |
| 55 "//components/pref_registry", | 60 "//components/pref_registry", |
| 56 "//components/query_parser", | 61 "//components/query_parser", |
| 57 "//components/rappor", | 62 "//components/rappor", |
| 58 "//components/resources:components_resources", | 63 "//components/resources:components_resources", |
| 59 "//components/search_engines", | 64 "//components/search_engines", |
| 60 "//components/search_provider_logos", | 65 "//components/search_provider_logos", |
| 61 "//components/sessions", | 66 "//components/sessions", |
| 62 "//components/signin/core/browser", | 67 "//components/signin/core/browser", |
| 63 "//components/startup_metric_utils", | 68 "//components/startup_metric_utils", |
| 64 "//components/strings", | 69 "//components/strings", |
| 70 "//components/sync_driver", |
| 65 "//components/tracing", | 71 "//components/tracing", |
| 66 "//components/translate/content/browser", | 72 "//components/translate/content/browser", |
| 67 "//components/translate/content/common", | 73 "//components/translate/content/common", |
| 68 "//components/translate/content/renderer", | 74 "//components/translate/content/renderer", |
| 69 "//components/translate/core/browser", | 75 "//components/translate/core/browser", |
| 70 "//components/translate/core/common", | 76 "//components/translate/core/common", |
| 71 "//components/url_fixer", | 77 "//components/url_fixer", |
| 72 "//components/url_matcher", | 78 "//components/url_matcher", |
| 73 "//components/usb_service", | 79 "//components/usb_service", |
| 74 "//components/user_manager", | 80 "//components/user_manager", |
| 75 "//components/user_prefs", | 81 "//components/user_prefs", |
| 76 "//components/variations", | 82 "//components/variations", |
| 77 "//components/visitedlink/browser", | 83 "//components/visitedlink/browser", |
| 78 "//components/visitedlink/common", | 84 "//components/visitedlink/common", |
| 79 "//components/visitedlink/renderer", | 85 "//components/visitedlink/renderer", |
| 80 "//components/web_modal", | 86 "//components/web_modal", |
| 81 "//components/webdata/common", | 87 "//components/webdata/common", |
| 88 "//components/wifi", |
| 82 ] | 89 ] |
| 83 | 90 |
| 84 if (is_win || is_mac) { | 91 if (!is_win && !is_mac) { |
| 85 deps += [ | 92 deps -= [ "//components/wifi" ] |
| 86 "//components/wifi", | 93 } |
| 87 ] | 94 if (!is_chromeos) { |
| 95 deps -= [ "//components/pairing" ] |
| 88 } | 96 } |
| 89 | 97 |
| 90 if (is_chromeos) { | 98 if (is_ios) { |
| 91 deps += [ | 99 deps -= [ "//components/keyed_service/content" ] |
| 92 "//components/pairing", | |
| 93 ] | |
| 94 } | |
| 95 | |
| 96 if (!is_ios) { | |
| 97 deps += [ "//components/keyed_service/content" ] | |
| 98 } | 100 } |
| 99 | 101 |
| 100 if (is_android) { | 102 if (is_android) { |
| 101 deps -= [ | 103 deps -= [ |
| 102 "//components/autocomplete", # Should work, needs checking. | 104 "//components/autocomplete", # Should work, needs checking. |
| 103 "//components/autofill/content/browser", # Blocked on content/blink. | 105 "//components/autofill/content/browser", # Blocked on content/blink. |
| 104 "//components/autofill/content/common", # Blocked on content. | 106 "//components/autofill/content/common", # Blocked on content. |
| 105 "//components/autofill/content/renderer", # Blocked on content/blink. | 107 "//components/autofill/content/renderer", # Blocked on content/blink. |
| 106 "//components/captive_portal", # Should work, needs checking. | 108 "//components/captive_portal", # Should work, needs checking. |
| 107 "//components/cloud_devices/common", # Should work, needs checking. | 109 "//components/cloud_devices/common", # Should work, needs checking. |
| 110 "//components/cdm/browser", # Blocked on content. |
| 111 "//components/cdm/common", # Blocked on content. |
| 112 "//components/cdm/renderer", # Blocked on content. |
| 108 "//components/data_reduction_proxy/browser", # Should work, needs checkin
g. | 113 "//components/data_reduction_proxy/browser", # Should work, needs checkin
g. |
| 109 "//components/data_reduction_proxy/common", # Should work, needs checking
. | 114 "//components/data_reduction_proxy/common", # Should work, needs checking
. |
| 110 "//components/dom_distiller/core", # Blocked on content. | 115 "//components/dom_distiller/core", # Blocked on content. |
| 111 "//components/domain_reliability", # Blocked on content. | 116 "//components/domain_reliability", # Blocked on content. |
| 112 "//components/favicon_base", # Should work, needs checking. | 117 "//components/favicon_base", # Should work, needs checking. |
| 113 "//components/favicon/core", # Blocked on keyed service. | 118 "//components/favicon/core", # Blocked on keyed service. |
| 114 "//components/feedback", # Blocked on content. | 119 "//components/feedback", # Blocked on content. |
| 115 "//components/gcm_driver", # Should work, needs checking. | 120 "//components/gcm_driver", # Should work, needs checking. |
| 116 "//components/google/core/browser", # Should work, needs checking. | 121 "//components/google/core/browser", # Should work, needs checking. |
| 117 "//components/history/core/browser", # Should work, needs checking. | 122 "//components/history/core/browser", # Should work, needs checking. |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 ] | 190 ] |
| 186 | 191 |
| 187 # TODO(GYP) need this target. | 192 # TODO(GYP) need this target. |
| 188 #'breakpad/app/crash_keys_win_unittest.cc', | 193 #'breakpad/app/crash_keys_win_unittest.cc', |
| 189 | 194 |
| 190 # Precache tests need these defines. | 195 # Precache tests need these defines. |
| 191 #configs += [ "//components/precache/core:precache_config" ] | 196 #configs += [ "//components/precache/core:precache_config" ] |
| 192 } | 197 } |
| 193 | 198 |
| 194 } | 199 } |
| OLD | NEW |