summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller/ios/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'components/dom_distiller/ios/BUILD.gn')
-rw-r--r--components/dom_distiller/ios/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/dom_distiller/ios/BUILD.gn b/components/dom_distiller/ios/BUILD.gn
index 35a4a18..fe60646 100644
--- a/components/dom_distiller/ios/BUILD.gn
+++ b/components/dom_distiller/ios/BUILD.gn
@@ -11,8 +11,11 @@ source_set("ios") {
]
deps = [
+ "//base",
"//components/dom_distiller/core",
"//components/dom_distiller/core/proto",
"//ios/public/provider/web",
+ "//ios/web",
+ "//url",
]
}