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

Side by Side Diff: components/BUILD.gn

Issue 397953005: Add more components to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android fix 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/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/google/core/browser",
28 "//components/history/core/browser", 29 "//components/history/core/browser",
29 "//components/history/core/common", 30 "//components/history/core/common",
30 "//components/history/core/test", 31 "//components/history/core/test",
32 "//components/infobars/core",
33 "//components/infobars/test:test_support",
34 "//components/invalidation",
31 "//components/json_schema", 35 "//components/json_schema",
32 "//components/language_usage_metrics", 36 "//components/language_usage_metrics",
33 "//components/leveldb_proto", 37 "//components/leveldb_proto",
34 "//components/metrics", 38 "//components/metrics",
39 "//components/navigation_interception",
35 "//components/navigation_metrics", 40 "//components/navigation_metrics",
41 "//components/network_time",
36 "//components/omaha_query_params", 42 "//components/omaha_query_params",
37 "//components/onc", 43 "//components/onc",
38 "//components/os_crypt", 44 "//components/os_crypt",
45 "//components/password_manager/content/browser",
46 "//components/password_manager/core/browser",
47 "//components/password_manager/core/common",
48 "//components/plugins/renderer",
39 "//components/policy", 49 "//components/policy",
40 "//components/precache/core", 50 "//components/precache/core",
41 "//components/precache/content", 51 "//components/precache/content",
42 "//components/pref_registry", 52 "//components/pref_registry",
43 "//components/query_parser", 53 "//components/query_parser",
44 "//components/rappor", 54 "//components/rappor",
45 "//components/resources:components_resources", 55 "//components/resources:components_resources",
46 "//components/search_engines", 56 "//components/search_engines",
57 "//components/search_provider_logos",
58 "//components/sessions",
47 "//components/startup_metric_utils", 59 "//components/startup_metric_utils",
48 "//components/strings", 60 "//components/strings",
49 "//components/tracing", 61 "//components/tracing",
50 "//components/translate/content/browser", 62 "//components/translate/content/browser",
51 "//components/translate/content/common", 63 "//components/translate/content/common",
52 "//components/translate/content/renderer", 64 "//components/translate/content/renderer",
53 "//components/translate/core/browser", 65 "//components/translate/core/browser",
54 "//components/translate/core/common", 66 "//components/translate/core/common",
55 "//components/url_fixer", 67 "//components/url_fixer",
56 "//components/url_matcher", 68 "//components/url_matcher",
(...skipping 30 matching lines...) Expand all
87 "//components/dom_distiller/core", # Blocked on content. 99 "//components/dom_distiller/core", # Blocked on content.
88 "//components/domain_reliability", # Blocked on content. 100 "//components/domain_reliability", # Blocked on content.
89 "//components/favicon_base", # Should work, needs checking. 101 "//components/favicon_base", # Should work, needs checking.
90 "//components/favicon/core", # Blocked on keyed service. 102 "//components/favicon/core", # Blocked on keyed service.
91 "//components/feedback", # Blocked on content. 103 "//components/feedback", # Blocked on content.
92 "//components/history/core/browser", # Should work, needs checking. 104 "//components/history/core/browser", # Should work, needs checking.
93 "//components/history/core/common", # Should work, needs checking. 105 "//components/history/core/common", # Should work, needs checking.
94 "//components/history/core/test", # Should work, needs checking. 106 "//components/history/core/test", # Should work, needs checking.
95 "//components/json_schema", # Should work, needs checking. 107 "//components/json_schema", # Should work, needs checking.
96 "//components/keyed_service/content", # Blocked on content. 108 "//components/keyed_service/content", # Blocked on content.
109 "//components/password_manager/content/browser", # Blocked on content.
110 "//components/plugins/renderer", # Blocked on blink.
111 "//components/policy", # Blocked on content (indirectly via autofill).
112 "//components/precache/content", # Blocked on content.
97 "//components/precache/core", # Should work, needs checking. 113 "//components/precache/core", # Should work, needs checking.
98 "//components/precache/content", # Blocked on content.
99 "//components/policy", # Blocked on content (indirectly via autofill).
100 "//components/rappor", # Should work, needs checking. 114 "//components/rappor", # Should work, needs checking.
101 "//components/search_engines", # Should work, needs checking. 115 "//components/search_engines", # Should work, needs checking.
116 "//components/sessions", # Blocked on content.
102 "//components/translate/content/browser", # Blocked on content. 117 "//components/translate/content/browser", # Blocked on content.
103 "//components/translate/content/common", # Blocked on content. 118 "//components/translate/content/common", # Blocked on content.
104 "//components/translate/content/renderer", # Blocked on content. 119 "//components/translate/content/renderer", # Blocked on content.
105 "//components/usb_service", # Blocked on content. 120 "//components/usb_service", # Blocked on content.
106 "//components/user_prefs", # Blocked on content. 121 "//components/user_prefs", # Blocked on content.
107 "//components/visitedlink/browser", # Blocked on content. 122 "//components/visitedlink/browser", # Blocked on content.
108 "//components/visitedlink/common", # Blocked on content. 123 "//components/visitedlink/common", # Blocked on content.
109 "//components/visitedlink/renderer", # Blocked on blink 124 "//components/visitedlink/renderer", # Blocked on blink
110 "//components/web_modal", # Blocked on content. 125 "//components/web_modal", # Blocked on content.
111 ] 126 ]
112 } 127 }
113 128
114 if (!is_ios && !is_android) { 129 if (!is_ios && !is_android) {
115 deps += [ 130 deps += [
116 "//components/storage_monitor", 131 "//components/storage_monitor",
117 ] 132 ]
118 } 133 }
119 } 134 }
120 135
121 # TODO(GYP) components_unittests 136 # TODO(GYP) components_unittests
122 #test("components_unittests") { 137 #test("components_unittests") {
123 ## # Precache tests need these defines. 138 ## # Precache tests need these defines.
124 # configs += [ "//components/precache/core:precache_config" ] 139 # configs += [ "//components/precache/core:precache_config" ]
125 #} 140 #}
OLDNEW
« no previous file with comments | « no previous file | components/google.gypi » ('j') | components/password_manager/core/browser/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698