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

Unified Diff: components/BUILD.gn

Issue 1021223002: Remove //components/favicon/core/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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/test/base/testing_profile.cc ('k') | components/favicon.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 b191f5e03defed83bbe1bf4d6e28b6acaa993461..88c872a8743b3b5bde510868e147eea024abe4b9 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -39,7 +39,7 @@ group("all_components") {
"//components/dom_distiller/core",
"//components/domain_reliability",
"//components/enhanced_bookmarks",
- "//components/favicon/core/browser",
+ "//components/favicon/core",
"//components/favicon_base",
"//components/feedback",
"//components/gcm_driver",
@@ -163,7 +163,7 @@ group("all_components") {
"//components/data_reduction_proxy/core/common", # Should work, needs checking.
"//components/dom_distiller/core", # Blocked on content.
"//components/domain_reliability", # Blocked on content.
- "//components/favicon/core/browser", # Blocked on keyed service.
+ "//components/favicon/core", # Blocked on keyed service.
"//components/favicon_base", # Should work, needs checking.
"//components/feedback", # Blocked on content.
"//components/gcm_driver", # Should work, needs checking.
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | components/favicon.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698