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 2541093002: DO NOT COMMIT (Closed)
Patch Set: 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 | « components/favicon/ios/web_favicon_driver.h ('k') | ios/chrome/browser/dom_distiller/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..ae676a39eeecd26974e70a8a6160cdd3a551a3dc 100644
--- a/ios/chrome/browser/dom_distiller/BUILD.gn
+++ b/ios/chrome/browser/dom_distiller/BUILD.gn
@@ -4,6 +4,10 @@
source_set("dom_distiller") {
sources = [
+ "distiller_favicon.h",
+ "distiller_favicon.mm",
+ "distiller_favicon_driver.h",
+ "distiller_favicon_driver.mm",
"distiller_viewer.cc",
"distiller_viewer.h",
"dom_distiller_service_factory.cc",
@@ -13,12 +17,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",
« no previous file with comments | « components/favicon/ios/web_favicon_driver.h ('k') | ios/chrome/browser/dom_distiller/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698