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

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
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | components/gcm_driver.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 f86c640c7a25a8382591c273a6ced0416c5894b8..f2583c7a7f14aa7efe3e9837bbc71ece09b56769 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -25,6 +25,7 @@ group("all_components") {
"//components/favicon/core",
"//components/favicon_base",
"//components/feedback",
+ "//components/gcm_driver",
"//components/history/core/browser",
"//components/history/core/common",
"//components/history/core/test",
@@ -44,6 +45,7 @@ group("all_components") {
"//components/rappor",
"//components/resources:components_resources",
"//components/search_engines",
+ "//components/signin/core/browser",
"//components/startup_metric_utils",
"//components/strings",
"//components/tracing",
@@ -89,6 +91,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.
@@ -99,6 +102,7 @@ group("all_components") {
"//components/policy", # Blocked on content (indirectly via autofill).
"//components/rappor", # Should work, needs checking.
"//components/search_engines", # 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698