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

Unified Diff: components/favicon/core/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 | « components/favicon.gypi ('k') | components/favicon/core/DEPS » ('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 05bd40bf35b29d1ebf4cd07eed81cf54eb3bbfdf..f7ffefaf689cc64ca9c2f282b693e269d3748f65 100644
--- a/components/favicon/core/BUILD.gn
+++ b/components/favicon/core/BUILD.gn
@@ -4,14 +4,24 @@
static_library("core") {
sources = [
+ "favicon_client.h",
"favicon_driver.h",
+ "favicon_handler.cc",
+ "favicon_handler.h",
+ "favicon_service.cc",
+ "favicon_service.h",
+ "favicon_tab_helper_observer.h",
"favicon_url.cc",
"favicon_url.h",
]
deps = [
+ "//components/bookmarks/browser",
"//components/favicon_base",
- "//ui/gfx/geometry",
+ "//components/history/core/browser",
+ "//components/keyed_service/core",
+ "//skia",
+ "//ui/gfx",
"//url",
]
}
« no previous file with comments | « components/favicon.gypi ('k') | components/favicon/core/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698