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

Unified 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: less android 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/google.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index f2583c7a7f14aa7efe3e9837bbc71ece09b56769..e3d71c27465d9c0e1f4769b6113c345888edc3a0 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -26,17 +26,27 @@ group("all_components") {
"//components/favicon_base",
"//components/feedback",
"//components/gcm_driver",
+ "//components/google/core/browser",
"//components/history/core/browser",
"//components/history/core/common",
"//components/history/core/test",
+ "//components/infobars/core",
+ "//components/infobars/test:test_support",
+ "//components/invalidation",
"//components/json_schema",
"//components/language_usage_metrics",
"//components/leveldb_proto",
"//components/metrics",
+ "//components/navigation_interception",
"//components/navigation_metrics",
+ "//components/network_time",
"//components/omaha_query_params",
"//components/onc",
"//components/os_crypt",
+ "//components/password_manager/content/browser",
+ "//components/password_manager/core/browser",
+ "//components/password_manager/core/common",
+ "//components/plugins/renderer",
"//components/policy",
"//components/precache/core",
"//components/precache/content",
@@ -45,6 +55,8 @@ group("all_components") {
"//components/rappor",
"//components/resources:components_resources",
"//components/search_engines",
+ "//components/search_provider_logos",
+ "//components/sessions",
"//components/signin/core/browser",
"//components/startup_metric_utils",
"//components/strings",
@@ -92,16 +104,27 @@ group("all_components") {
"//components/favicon/core", # Blocked on keyed service.
"//components/feedback", # Blocked on content.
"//components/gcm_driver", # Should work, needs checking.
+ "//components/google/core/browser", # Should work, needs checking.
"//components/history/core/browser", # Should work, needs checking.
"//components/history/core/common", # Should work, needs checking.
"//components/history/core/test", # Should work, needs checking.
+ "//components/infobars/core", # Should work, needs checking.
+ "//components/infobars/test:test_support", # Should work, needs checking.
+ "//components/invalidation", # Should work, needs checking.
"//components/json_schema", # Should work, needs checking.
"//components/keyed_service/content", # Blocked on content.
- "//components/precache/core", # Should work, needs checking.
- "//components/precache/content", # Blocked on content.
+ "//components/navigation_interception", # Blocked on content.
+ "//components/password_manager/content/browser", # Blocked on content.
+ "//components/password_manager/core/browser", # Should work, needs checking.
+ "//components/password_manager/core/common", # Should work, needs checking.
+ "//components/plugins/renderer", # Blocked on blink.
"//components/policy", # Blocked on content (indirectly via autofill).
+ "//components/precache/content", # Blocked on content.
+ "//components/precache/core", # Should work, needs checking.
"//components/rappor", # Should work, needs checking.
"//components/search_engines", # Should work, needs checking.
+ "//components/search_provider_logos", # Should work, needs checking.
+ "//components/sessions", # Blocked on content.
"//components/signin/core/browser", # Should work, needs checking.
"//components/translate/content/browser", # Blocked on content.
"//components/translate/content/common", # Blocked on content.
« no previous file with comments | « no previous file | components/google.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698