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

Side by Side Diff: components/BUILD.gn

Issue 1191393008: Introduce a layering in the invalidation component as public and impl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explicitly forbid content to prevent future additions Created 5 years, 6 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
« no previous file with comments | « chrome/test/android/BUILD.gn ('k') | components/components_tests.gyp » ('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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 # Collection of all components. You wouldn't link to this, but this is rather 10 # Collection of all components. You wouldn't link to this, but this is rather
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "//components/favicon_base", 48 "//components/favicon_base",
49 "//components/feedback", 49 "//components/feedback",
50 "//components/gcm_driver", 50 "//components/gcm_driver",
51 "//components/gcm_driver/instance_id", 51 "//components/gcm_driver/instance_id",
52 "//components/google/core/browser", 52 "//components/google/core/browser",
53 "//components/history/content/browser", 53 "//components/history/content/browser",
54 "//components/history/core/browser", 54 "//components/history/core/browser",
55 "//components/history/core/common", 55 "//components/history/core/common",
56 "//components/history/core/test", 56 "//components/history/core/test",
57 "//components/infobars/core", 57 "//components/infobars/core",
58 "//components/invalidation", 58 "//components/invalidation/impl",
59 "//components/json_schema", 59 "//components/json_schema",
60 "//components/keyed_service/content", 60 "//components/keyed_service/content",
61 "//components/language_usage_metrics", 61 "//components/language_usage_metrics",
62 "//components/leveldb_proto", 62 "//components/leveldb_proto",
63 "//components/login", 63 "//components/login",
64 "//components/metrics", 64 "//components/metrics",
65 "//components/mime_util", 65 "//components/mime_util",
66 "//components/navigation_interception", 66 "//components/navigation_interception",
67 "//components/navigation_metrics", 67 "//components/navigation_metrics",
68 "//components/network_time", 68 "//components/network_time",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 "//components/favicon/core", # Blocked on keyed service. 186 "//components/favicon/core", # Blocked on keyed service.
187 "//components/favicon_base", # Should work, needs checking. 187 "//components/favicon_base", # Should work, needs checking.
188 "//components/feedback", # Blocked on content. 188 "//components/feedback", # Blocked on content.
189 "//components/gcm_driver", # Should work, needs checking. 189 "//components/gcm_driver", # Should work, needs checking.
190 "//components/gcm_driver/instance_id", # Should work, needs checking. 190 "//components/gcm_driver/instance_id", # Should work, needs checking.
191 "//components/google/core/browser", # Should work, needs checking. 191 "//components/google/core/browser", # Should work, needs checking.
192 "//components/history/core/browser", # Should work, needs checking. 192 "//components/history/core/browser", # Should work, needs checking.
193 "//components/history/core/common", # Should work, needs checking. 193 "//components/history/core/common", # Should work, needs checking.
194 "//components/history/core/test", # Should work, needs checking. 194 "//components/history/core/test", # Should work, needs checking.
195 "//components/infobars/core", # Should work, needs checking. 195 "//components/infobars/core", # Should work, needs checking.
196 "//components/invalidation", # Should work, needs checking. 196 "//components/invalidation/impl", # Should work, needs checking.
197 "//components/json_schema", # Should work, needs checking. 197 "//components/json_schema", # Should work, needs checking.
198 "//components/keyed_service/content", # Blocked on content. 198 "//components/keyed_service/content", # Blocked on content.
199 "//components/navigation_interception", # Blocked on content. 199 "//components/navigation_interception", # Blocked on content.
200 "//components/omnibox", # Should work, needs checking. 200 "//components/omnibox", # Should work, needs checking.
201 "//components/password_manager/content/browser", # Blocked on content. 201 "//components/password_manager/content/browser", # Blocked on content.
202 "//components/password_manager/core/browser", # Should work, needs checki ng. 202 "//components/password_manager/core/browser", # Should work, needs checki ng.
203 "//components/password_manager/core/common", # Should work, needs checkin g. 203 "//components/password_manager/core/common", # Should work, needs checkin g.
204 "//components/plugins/renderer", # Blocked on blink. 204 "//components/plugins/renderer", # Blocked on blink.
205 "//components/power", # Blocked on content. 205 "//components/power", # Blocked on content.
206 "//components/policy", # Blocked on content (indirectly via autofill). 206 "//components/policy", # Blocked on content (indirectly via autofill).
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 "//components/crx_file:unit_tests", 277 "//components/crx_file:unit_tests",
278 "//components/data_reduction_proxy/content/browser:unit_tests", 278 "//components/data_reduction_proxy/content/browser:unit_tests",
279 "//components/data_reduction_proxy/core/browser:unit_tests", 279 "//components/data_reduction_proxy/core/browser:unit_tests",
280 "//components/data_reduction_proxy/core/common:unit_tests", 280 "//components/data_reduction_proxy/core/common:unit_tests",
281 "//components/device_event_log:unit_tests", 281 "//components/device_event_log:unit_tests",
282 "//components/devtools_http_handler:unit_tests", 282 "//components/devtools_http_handler:unit_tests",
283 "//components/dom_distiller/core:unit_tests", 283 "//components/dom_distiller/core:unit_tests",
284 "//components/domain_reliability:unit_tests", 284 "//components/domain_reliability:unit_tests",
285 "//components/favicon_base:unit_tests", 285 "//components/favicon_base:unit_tests",
286 "//components/google/core/browser:unit_tests", 286 "//components/google/core/browser:unit_tests",
287 "//components/invalidation:unittests", 287 "//components/invalidation/impl:unittests",
288 "//components/login:unit_tests", 288 "//components/login:unit_tests",
289 "//components/metrics:unit_tests", 289 "//components/metrics:unit_tests",
290 "//components/mime_util:unit_tests", 290 "//components/mime_util:unit_tests",
291 "//components/offline_pages:unit_tests", 291 "//components/offline_pages:unit_tests",
292 "//components/omnibox:unit_tests", 292 "//components/omnibox:unit_tests",
293 "//components/packed_ct_ev_whitelist:unit_tests", 293 "//components/packed_ct_ev_whitelist:unit_tests",
294 "//components/undo:unit_tests", 294 "//components/undo:unit_tests",
295 "//components/update_client:unit_tests", 295 "//components/update_client:unit_tests",
296 "//components/variations:unit_tests", 296 "//components/variations:unit_tests",
297 "//components/web_resource:unit_tests", 297 "//components/web_resource:unit_tests",
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 425
426 deps = [ 426 deps = [
427 "//base", 427 "//base",
428 "//base/test:test_support_perf", 428 "//base/test:test_support_perf",
429 "//testing/gtest", 429 "//testing/gtest",
430 "//testing/perf", 430 "//testing/perf",
431 "//content/test:test_support", 431 "//content/test:test_support",
432 "//components/visitedlink/browser", 432 "//components/visitedlink/browser",
433 ] 433 ]
434 } 434 }
OLDNEW
« no previous file with comments | « chrome/test/android/BUILD.gn ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698