Index: components/BUILD.gn |
diff --git a/components/BUILD.gn b/components/BUILD.gn |
index ca0a8c265d0536339e93c6d35a0bb8bc683d187d..ce9b42d2018003f1ac18ceecf31b82fbbc40ac04 100644 |
--- a/components/BUILD.gn |
+++ b/components/BUILD.gn |
@@ -45,7 +45,6 @@ group("all_components") { |
"//components/history/core/common", |
"//components/history/core/test", |
"//components/infobars/core", |
- "//components/infobars/test:test_support", |
"//components/invalidation", |
"//components/json_schema", |
"//components/keyed_service/content", |
@@ -158,7 +157,6 @@ group("all_components") { |
"//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. |