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

Unified Diff: components/BUILD.gn

Issue 983043003: Componentize FaviconService and FaviconHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@favicon_service
Patch Set: Fix android_aosp (reverted the change by mistake by switching computer) 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/components.gyp » ('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 12e023ab0646cc6872dfa8ae9d4f2fd69056006f..ed5b887d6a8254196c05a927988f311d443aa253 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -38,7 +38,7 @@ group("all_components") {
"//components/dom_distiller/core",
"//components/domain_reliability",
"//components/enhanced_bookmarks",
- "//components/favicon/core",
+ "//components/favicon/core/browser",
"//components/favicon_base",
"//components/feedback",
"//components/gcm_driver",
@@ -162,8 +162,9 @@ 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_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/google/core/browser", # Should work, needs checking.
"//components/history/core/browser", # Should work, needs checking.
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698