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..3eb6d51a9bfc72a8315c90c0f774c79fb56f3203 100644 |
--- a/ios/chrome/browser/dom_distiller/BUILD.gn |
+++ b/ios/chrome/browser/dom_distiller/BUILD.gn |
@@ -6,19 +6,28 @@ source_set("dom_distiller") { |
sources = [ |
"distiller_viewer.cc", |
"distiller_viewer.h", |
- "dom_distiller_service_factory.cc", |
"dom_distiller_service_factory.h", |
+ "dom_distiller_service_factory.mm", |
+ "web_state_pool_impl.h", |
+ "web_state_pool_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", |