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

Side by Side Diff: components/BUILD.gn

Issue 443043003: Rename components/autocomplete to components/omnibox (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/auto_login_parser", 11 "//components/auto_login_parser",
12 "//components/autocomplete",
13 "//components/autofill/content/browser", 12 "//components/autofill/content/browser",
14 "//components/autofill/content/common", 13 "//components/autofill/content/common",
15 "//components/autofill/content/renderer", 14 "//components/autofill/content/renderer",
16 "//components/bookmarks/browser", 15 "//components/bookmarks/browser",
17 "//components/bookmarks/common", 16 "//components/bookmarks/common",
18 "//components/bookmarks/test", 17 "//components/bookmarks/test",
19 "//components/breakpad/app", 18 "//components/breakpad/app",
20 "//components/breakpad/browser", 19 "//components/breakpad/browser",
21 "//components/captive_portal", 20 "//components/captive_portal",
22 "//components/cdm/browser", 21 "//components/cdm/browser",
(...skipping 19 matching lines...) Expand all
42 "//components/invalidation", 41 "//components/invalidation",
43 "//components/json_schema", 42 "//components/json_schema",
44 "//components/keyed_service/content", 43 "//components/keyed_service/content",
45 "//components/language_usage_metrics", 44 "//components/language_usage_metrics",
46 "//components/leveldb_proto", 45 "//components/leveldb_proto",
47 "//components/metrics", 46 "//components/metrics",
48 "//components/navigation_interception", 47 "//components/navigation_interception",
49 "//components/navigation_metrics", 48 "//components/navigation_metrics",
50 "//components/network_time", 49 "//components/network_time",
51 "//components/omaha_query_params", 50 "//components/omaha_query_params",
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/policy", 59 "//components/policy",
60 "//components/precache/core", 60 "//components/precache/core",
61 "//components/precache/content", 61 "//components/precache/content",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 if (!is_chromeos) { 97 if (!is_chromeos) {
98 deps -= [ "//components/pairing" ] 98 deps -= [ "//components/pairing" ]
99 } 99 }
100 100
101 if (is_ios) { 101 if (is_ios) {
102 deps -= [ "//components/keyed_service/content" ] 102 deps -= [ "//components/keyed_service/content" ]
103 } 103 }
104 104
105 if (is_android) { 105 if (is_android) {
106 deps -= [ 106 deps -= [
107 "//components/autocomplete", # Should work, needs checking.
108 "//components/autofill/content/browser", # Blocked on content/blink. 107 "//components/autofill/content/browser", # Blocked on content/blink.
109 "//components/autofill/content/common", # Blocked on content. 108 "//components/autofill/content/common", # Blocked on content.
110 "//components/autofill/content/renderer", # Blocked on content/blink. 109 "//components/autofill/content/renderer", # Blocked on content/blink.
111 "//components/breakpad/app", # Should work, needs checking. 110 "//components/breakpad/app", # Should work, needs checking.
112 "//components/breakpad/browser", # Should work, needs checking. 111 "//components/breakpad/browser", # Should work, needs checking.
113 "//components/captive_portal", # Should work, needs checking. 112 "//components/captive_portal", # Should work, needs checking.
114 "//components/cloud_devices/common", # Should work, needs checking. 113 "//components/cloud_devices/common", # Should work, needs checking.
115 "//components/cdm/browser", # Blocked on content. 114 "//components/cdm/browser", # Blocked on content.
116 "//components/cdm/common", # Blocked on content. 115 "//components/cdm/common", # Blocked on content.
117 "//components/cdm/renderer", # Blocked on content. 116 "//components/cdm/renderer", # Blocked on content.
118 "//components/data_reduction_proxy/browser", # Should work, needs checkin g. 117 "//components/data_reduction_proxy/browser", # Should work, needs checkin g.
119 "//components/data_reduction_proxy/common", # Should work, needs checking . 118 "//components/data_reduction_proxy/common", # Should work, needs checking .
120 "//components/dom_distiller/core", # Blocked on content. 119 "//components/dom_distiller/core", # Blocked on content.
121 "//components/domain_reliability", # Blocked on content. 120 "//components/domain_reliability", # Blocked on content.
122 "//components/favicon_base", # Should work, needs checking. 121 "//components/favicon_base", # Should work, needs checking.
123 "//components/favicon/core", # Blocked on keyed service. 122 "//components/favicon/core", # Blocked on keyed service.
124 "//components/feedback", # Blocked on content. 123 "//components/feedback", # Blocked on content.
125 "//components/gcm_driver", # Should work, needs checking. 124 "//components/gcm_driver", # Should work, needs checking.
126 "//components/google/core/browser", # Should work, needs checking. 125 "//components/google/core/browser", # Should work, needs checking.
127 "//components/history/core/browser", # Should work, needs checking. 126 "//components/history/core/browser", # Should work, needs checking.
128 "//components/history/core/common", # Should work, needs checking. 127 "//components/history/core/common", # Should work, needs checking.
129 "//components/history/core/test", # Should work, needs checking. 128 "//components/history/core/test", # Should work, needs checking.
130 "//components/infobars/core", # Should work, needs checking. 129 "//components/infobars/core", # Should work, needs checking.
131 "//components/infobars/test:test_support", # Should work, needs checking. 130 "//components/infobars/test:test_support", # Should work, needs checking.
132 "//components/invalidation", # Should work, needs checking. 131 "//components/invalidation", # Should work, needs checking.
133 "//components/json_schema", # Should work, needs checking. 132 "//components/json_schema", # Should work, needs checking.
134 "//components/keyed_service/content", # Blocked on content. 133 "//components/keyed_service/content", # Blocked on content.
135 "//components/navigation_interception", # Blocked on content. 134 "//components/navigation_interception", # Blocked on content.
135 "//components/omnibox", # Should work, needs checking.
136 "//components/password_manager/content/browser", # Blocked on content. 136 "//components/password_manager/content/browser", # Blocked on content.
137 "//components/password_manager/core/browser", # Should work, needs checki ng. 137 "//components/password_manager/core/browser", # Should work, needs checki ng.
138 "//components/password_manager/core/common", # Should work, needs checkin g. 138 "//components/password_manager/core/common", # Should work, needs checkin g.
139 "//components/plugins/renderer", # Blocked on blink. 139 "//components/plugins/renderer", # Blocked on blink.
140 "//components/policy", # Blocked on content (indirectly via autofill). 140 "//components/policy", # Blocked on content (indirectly via autofill).
141 "//components/precache/content", # Blocked on content. 141 "//components/precache/content", # Blocked on content.
142 "//components/precache/core", # Should work, needs checking. 142 "//components/precache/core", # Should work, needs checking.
143 "//components/rappor", # Should work, needs checking. 143 "//components/rappor", # Should work, needs checking.
144 "//components/search_engines", # Should work, needs checking. 144 "//components/search_engines", # Should work, needs checking.
145 "//components/search_provider_logos", # Should work, needs checking. 145 "//components/search_provider_logos", # Should work, needs checking.
(...skipping 29 matching lines...) Expand all
175 test("components_unittests") { 175 test("components_unittests") {
176 sources = [ 176 sources = [
177 "test/run_all_unittests.cc", 177 "test/run_all_unittests.cc",
178 ] 178 ]
179 179
180 # Add only ":unit_tests" dependencies here. If your tests have dependencies 180 # Add only ":unit_tests" dependencies here. If your tests have dependencies
181 # (this would at least include the component itself), they should be on the 181 # (this would at least include the component itself), they should be on the
182 # test source set and not here. 182 # test source set and not here.
183 deps = [ 183 deps = [
184 "//components/auto_login_parser:unit_tests", 184 "//components/auto_login_parser:unit_tests",
185 "//components/autocomplete:unit_tests",
186 "//components/autofill/content/browser:unit_tests", 185 "//components/autofill/content/browser:unit_tests",
187 "//components/autofill/core/browser:unit_tests", 186 "//components/autofill/core/browser:unit_tests",
188 "//components/autofill/core/common:unit_tests", 187 "//components/autofill/core/common:unit_tests",
189 "//components/bookmarks/browser:unit_tests", 188 "//components/bookmarks/browser:unit_tests",
190 "//components/captive_portal:unit_tests", 189 "//components/captive_portal:unit_tests",
191 "//components/cloud_devices/common:unit_tests", 190 "//components/cloud_devices/common:unit_tests",
192 "//components/data_reduction_proxy/browser:unit_tests", 191 "//components/data_reduction_proxy/browser:unit_tests",
193 "//components/data_reduction_proxy/common:unit_tests", 192 "//components/data_reduction_proxy/common:unit_tests",
194 "//components/dom_distiller/core:unit_tests", 193 "//components/dom_distiller/core:unit_tests",
195 "//components/domain_reliability:unit_tests", 194 "//components/domain_reliability:unit_tests",
195 "//components/omnibox:unit_tests",
196 ] 196 ]
197 197
198 # TODO(GYP) need this target. 198 # TODO(GYP) need this target.
199 #'breakpad/app/crash_keys_win_unittest.cc', 199 #'breakpad/app/crash_keys_win_unittest.cc',
200 200
201 # Precache tests need these defines. 201 # Precache tests need these defines.
202 #configs += [ "//components/precache/core:precache_config" ] 202 #configs += [ "//components/precache/core:precache_config" ]
203 } 203 }
204 204
205 } 205 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698