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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index b51f697640def4c185a4cf2f3d4f5a4b58ebeadc..2667ae8ba91984d34e2155b261d1ebdbea9891c4 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -24,6 +24,7 @@ group("all_components") {
"//components/favicon_base",
"//components/favicon/core",
"//components/feedback",
+ "//components/gcm_driver",
"//components/history/core/browser",
"//components/history/core/common",
"//components/history/core/test",
@@ -38,6 +39,7 @@ group("all_components") {
"//components/query_parser",
"//components/rappor",
"//components/resources:components_resources",
+ "//components/signin/core/browser",
"//components/startup_metric_utils",
"//components/strings",
"//components/tracing",
@@ -83,6 +85,7 @@ group("all_components") {
"//components/favicon_base", # Should work, needs checking.
"//components/favicon/core", # Blocked on keyed service.
"//components/feedback", # Blocked on content.
+ "//components/gcm_driver", # 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.
@@ -90,6 +93,7 @@ group("all_components") {
"//components/keyed_service/content", # Blocked on content.
"//components/policy", # Blocked on content (indirectly via autofill).
"//components/rappor", # Should work, needs checking.
+ "//components/signin/core/browser", # Should work, needs checking.
"//components/translate/content/browser", # Blocked on content.
"//components/translate/content/common", # Blocked on content.
"//components/translate/content/renderer", # Blocked on content.
« 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