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

Unified Diff: components/dom_distiller/ios/BUILD.gn

Issue 2529283002: Save favicon during reading list distillation (Closed)
Patch Set: Fix test 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
« no previous file with comments | « no previous file | components/dom_distiller/ios/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller/ios/BUILD.gn
diff --git a/components/dom_distiller/ios/BUILD.gn b/components/dom_distiller/ios/BUILD.gn
index fe606465c15e701a96bfc01351ee60c32f5fd07a..241042b316957e3559b55c1a55252e323320844d 100644
--- a/components/dom_distiller/ios/BUILD.gn
+++ b/components/dom_distiller/ios/BUILD.gn
@@ -8,13 +8,14 @@ source_set("ios") {
"distiller_page_factory_ios.mm",
"distiller_page_ios.h",
"distiller_page_ios.mm",
+ "favicon_web_state_dispatcher.h",
]
deps = [
"//base",
"//components/dom_distiller/core",
"//components/dom_distiller/core/proto",
- "//ios/public/provider/web",
+ "//components/favicon/ios",
"//ios/web",
"//url",
]
« no previous file with comments | « no previous file | components/dom_distiller/ios/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698