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