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..e198c0624c8de16c3b4e7bd9a0996f46ae8c9ac2 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 = [ |