Index: components/dom_distiller/content/BUILD.gn |
diff --git a/components/dom_distiller/content/BUILD.gn b/components/dom_distiller/content/BUILD.gn |
index 5e471276becd788a2efcb025cd4c17cc04761ec1..2fb10928801477af1458fa4caf62fafd36f1530a 100644 |
--- a/components/dom_distiller/content/BUILD.gn |
+++ b/components/dom_distiller/content/BUILD.gn |
@@ -18,12 +18,15 @@ if (!is_ios) { |
"//components/dom_distiller/core", |
] |
deps = [ |
+ "//base", |
"//components/resources", |
"//components/strings", |
"//content/public/browser", |
"//net", |
"//skia", |
"//sync", |
+ "//ui/gfx", |
+ "//url", |
] |
} |
} |