Index: components/BUILD.gn |
diff --git a/components/BUILD.gn b/components/BUILD.gn |
index b2b0c5ece7122d3d36698d9b2f9168abaf36ac8a..56ae457a85a702518906d3036821c274fef97bad 100644 |
--- a/components/BUILD.gn |
+++ b/components/BUILD.gn |
@@ -13,7 +13,12 @@ group("all_components") { |
"//components/autofill/content/renderer", |
"//components/cloud_devices/common", |
"//components/dom_distiller/core", |
+ "//components/domain_reliability", |
"//components/favicon_base", |
+ "//components/favicon/core", |
+ "//components/history/core/browser", |
+ "//components/history/core/common", |
+ "//components/history/core/test", |
"//components/json_schema", |
"//components/language_usage_metrics", |
"//components/metrics", |
@@ -29,6 +34,7 @@ group("all_components") { |
"//components/tracing", |
"//components/translate:translate_core_browser", |
"//components/translate:translate_core_common", |
+ "//components/url_fixer", |
"//components/url_matcher", |
"//components/user_prefs", |
"//components/variations", |
@@ -54,6 +60,12 @@ group("all_components") { |
"//components/autofill/content/renderer", # Blocked on content/blink. |
"//components/cloud_devices/common", # Should work, needs checking. |
"//components/dom_distiller/core", # Blocked on content. |
+ "//components/domain_reliability", # Blocked on content. |
+ "//components/favicon_base", # Should work, needs checking. |
+ "//components/favicon/core", # Blocked on keyed service. |
+ "//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/json_schema", # Should work, needs checking. |
"//components/keyed_service/content", # Blocked on content. |
"//components/policy", # Blocked on content (indirectly via autofill). |