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

Unified Diff: ios/chrome/browser/dom_distiller/BUILD.gn

Issue 2529283002: Save favicon during reading list distillation (Closed)
Patch Set: Add a comment Created 4 years, 1 month 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: ios/chrome/browser/dom_distiller/BUILD.gn
diff --git a/ios/chrome/browser/dom_distiller/BUILD.gn b/ios/chrome/browser/dom_distiller/BUILD.gn
index 67b4e9e30af5a4bb68066b54a345daa4a315539e..a4a33a42eb5be2354dd770a071f04cb582f2166e 100644
--- a/ios/chrome/browser/dom_distiller/BUILD.gn
+++ b/ios/chrome/browser/dom_distiller/BUILD.gn
@@ -4,6 +4,8 @@
source_set("dom_distiller") {
sources = [
+ "distiller_favicon.h",
+ "distiller_favicon.mm",
"distiller_viewer.cc",
"distiller_viewer.h",
"dom_distiller_service_factory.cc",
@@ -13,12 +15,18 @@ source_set("dom_distiller") {
"//base",
"//components/dom_distiller/core",
"//components/dom_distiller/ios",
+ "//components/favicon/ios",
"//components/keyed_service/core",
"//components/keyed_service/ios",
"//components/leveldb_proto",
+ "//ios/chrome/browser/bookmarks",
"//ios/chrome/browser/browser_state",
+ "//ios/chrome/browser/favicon",
+ "//ios/chrome/browser/history",
+ "//ios/public/provider/web",
"//ios/web",
"//ui/gfx",
+ "//url",
]
public_deps = [
"//components/dom_distiller/core",

Powered by Google App Engine
This is Rietveld 408576698