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

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

Issue 2529283002: Save favicon during reading list distillation (Closed)
Patch Set: Fix constructor Created 4 years 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..9f11c95f0d6d083799f013318217dd00fbf8e961 100644
--- a/ios/chrome/browser/dom_distiller/BUILD.gn
+++ b/ios/chrome/browser/dom_distiller/BUILD.gn
@@ -8,17 +8,25 @@ source_set("dom_distiller") {
"distiller_viewer.h",
"dom_distiller_service_factory.cc",
"dom_distiller_service_factory.h",
+ "web_state_dispatcher_impl.h",
+ "web_state_dispatcher_impl.mm",
]
deps = [
"//base",
- "//components/dom_distiller/core",
"//components/dom_distiller/ios",
+ "//components/favicon/core",
+ "//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