Index: components/dom_distiller/content/BUILD.gn |
diff --git a/components/dom_distiller/content/BUILD.gn b/components/dom_distiller/content/BUILD.gn |
index 35af9dda77b93143d6cb19287571398c9f2b8b1c..61dd8e6bdd164d6fde6165befee21479145c7dab 100644 |
--- a/components/dom_distiller/content/BUILD.gn |
+++ b/components/dom_distiller/content/BUILD.gn |
@@ -6,6 +6,8 @@ if (!is_ios) { |
# GYP version: components/dom_distiller.gypi:dom_distiller_content |
static_library("content") { |
sources = [ |
+ "distillable_page_utils.cc", |
+ "distillable_page_utils.h", |
"distiller_page_web_contents.cc", |
"distiller_page_web_contents.h", |
"dom_distiller_viewer_source.cc", |