Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Side by Side Diff: components/BUILD.gn

Issue 394033002: Add gcm, nfc and bluetooth to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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/favicon_base", 24 "//components/favicon_base",
25 "//components/favicon/core", 25 "//components/favicon/core",
26 "//components/feedback", 26 "//components/feedback",
27 "//components/gcm_driver",
27 "//components/history/core/browser", 28 "//components/history/core/browser",
28 "//components/history/core/common", 29 "//components/history/core/common",
29 "//components/history/core/test", 30 "//components/history/core/test",
30 "//components/json_schema", 31 "//components/json_schema",
31 "//components/language_usage_metrics", 32 "//components/language_usage_metrics",
32 "//components/metrics", 33 "//components/metrics",
33 "//components/navigation_metrics", 34 "//components/navigation_metrics",
34 "//components/onc", 35 "//components/onc",
35 "//components/os_crypt", 36 "//components/os_crypt",
36 "//components/policy", 37 "//components/policy",
37 "//components/pref_registry", 38 "//components/pref_registry",
38 "//components/query_parser", 39 "//components/query_parser",
39 "//components/rappor", 40 "//components/rappor",
40 "//components/resources:components_resources", 41 "//components/resources:components_resources",
42 "//components/signin/core/browser",
41 "//components/startup_metric_utils", 43 "//components/startup_metric_utils",
42 "//components/strings", 44 "//components/strings",
43 "//components/tracing", 45 "//components/tracing",
44 "//components/translate/content/browser", 46 "//components/translate/content/browser",
45 "//components/translate/content/common", 47 "//components/translate/content/common",
46 "//components/translate/content/renderer", 48 "//components/translate/content/renderer",
47 "//components/translate/core/browser", 49 "//components/translate/core/browser",
48 "//components/translate/core/common", 50 "//components/translate/core/common",
49 "//components/url_fixer", 51 "//components/url_fixer",
50 "//components/url_matcher", 52 "//components/url_matcher",
(...skipping 25 matching lines...) Expand all
76 "//components/autofill/content/renderer", # Blocked on content/blink. 78 "//components/autofill/content/renderer", # Blocked on content/blink.
77 "//components/captive_portal", # Should work, needs checking. 79 "//components/captive_portal", # Should work, needs checking.
78 "//components/cloud_devices/common", # Should work, needs checking. 80 "//components/cloud_devices/common", # Should work, needs checking.
79 "//components/data_reduction_proxy/browser", # Should work, needs checkin g. 81 "//components/data_reduction_proxy/browser", # Should work, needs checkin g.
80 "//components/data_reduction_proxy/common", # Should work, needs checking . 82 "//components/data_reduction_proxy/common", # Should work, needs checking .
81 "//components/dom_distiller/core", # Blocked on content. 83 "//components/dom_distiller/core", # Blocked on content.
82 "//components/domain_reliability", # Blocked on content. 84 "//components/domain_reliability", # Blocked on content.
83 "//components/favicon_base", # Should work, needs checking. 85 "//components/favicon_base", # Should work, needs checking.
84 "//components/favicon/core", # Blocked on keyed service. 86 "//components/favicon/core", # Blocked on keyed service.
85 "//components/feedback", # Blocked on content. 87 "//components/feedback", # Blocked on content.
88 "//components/gcm_driver", # Should work, needs checking.
86 "//components/history/core/browser", # Should work, needs checking. 89 "//components/history/core/browser", # Should work, needs checking.
87 "//components/history/core/common", # Should work, needs checking. 90 "//components/history/core/common", # Should work, needs checking.
88 "//components/history/core/test", # Should work, needs checking. 91 "//components/history/core/test", # Should work, needs checking.
89 "//components/json_schema", # Should work, needs checking. 92 "//components/json_schema", # Should work, needs checking.
90 "//components/keyed_service/content", # Blocked on content. 93 "//components/keyed_service/content", # Blocked on content.
91 "//components/policy", # Blocked on content (indirectly via autofill). 94 "//components/policy", # Blocked on content (indirectly via autofill).
92 "//components/rappor", # Should work, needs checking. 95 "//components/rappor", # Should work, needs checking.
96 "//components/signin/core/browser", # Should work, needs checking.
93 "//components/translate/content/browser", # Blocked on content. 97 "//components/translate/content/browser", # Blocked on content.
94 "//components/translate/content/common", # Blocked on content. 98 "//components/translate/content/common", # Blocked on content.
95 "//components/translate/content/renderer", # Blocked on content. 99 "//components/translate/content/renderer", # Blocked on content.
96 "//components/usb_service", # Blocked on content. 100 "//components/usb_service", # Blocked on content.
97 "//components/user_prefs", # Blocked on content. 101 "//components/user_prefs", # Blocked on content.
98 "//components/visitedlink/browser", # Blocked on content. 102 "//components/visitedlink/browser", # Blocked on content.
99 "//components/visitedlink/common", # Blocked on content. 103 "//components/visitedlink/common", # Blocked on content.
100 "//components/visitedlink/renderer", # Blocked on blink 104 "//components/visitedlink/renderer", # Blocked on blink
101 "//components/web_modal", # Blocked on content. 105 "//components/web_modal", # Blocked on content.
102 ] 106 ]
103 } 107 }
104 108
105 if (!is_ios && !is_android) { 109 if (!is_ios && !is_android) {
106 deps += [ 110 deps += [
107 "//components/storage_monitor", 111 "//components/storage_monitor",
108 ] 112 ]
109 } 113 }
110 } 114 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | components/gcm_driver.gypi » ('j') | google_apis/gcm/gcm.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698