| 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.
|
|
|