| Index: components/dom_distiller/ios/BUILD.gn
|
| diff --git a/components/dom_distiller/ios/BUILD.gn b/components/dom_distiller/ios/BUILD.gn
|
| index 35a4a1843d08923b40f773480aaa321564daf598..fe606465c15e701a96bfc01351ee60c32f5fd07a 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",
|
| ]
|
| }
|
|
|