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

Unified Diff: components/BUILD.gn

Issue 812823002: Remove dependency of infobars component on the embedder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation on Android Created 6 years 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 5e0a01cefbdf7865aeec0f50e1b683239c0fc305..3933e3993ff54753cafd4e16c36c6f3299cb07f8 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",
@@ -162,7 +161,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.
« no previous file with comments | « chrome/browser/ui/website_settings/website_settings_infobar_delegate.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698