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

Unified Diff: components/favicon/core/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 | « components/favicon/DEPS ('k') | components/favicon/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/favicon/core/BUILD.gn
diff --git a/components/favicon/core/BUILD.gn b/components/favicon/core/BUILD.gn
index 0f834cb1d8538adcac7c91f4c4ab32260d29539e..05bd40bf35b29d1ebf4cd07eed81cf54eb3bbfdf 100644
--- a/components/favicon/core/BUILD.gn
+++ b/components/favicon/core/BUILD.gn
@@ -4,7 +4,6 @@
static_library("core") {
sources = [
- "browser/favicon_client.h",
"favicon_driver.h",
"favicon_url.cc",
"favicon_url.h",
@@ -12,7 +11,7 @@ static_library("core") {
deps = [
"//components/favicon_base",
- "//components/keyed_service/core",
"//ui/gfx/geometry",
+ "//url",
]
}
« no previous file with comments | « components/favicon/DEPS ('k') | components/favicon/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698