Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: components/dom_distiller/content/BUILD.gn

Issue 1386043002: Open distiller UI setting through JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing file Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/dom_distiller/content/BUILD.gn
diff --git a/components/dom_distiller/content/BUILD.gn b/components/dom_distiller/content/BUILD.gn
index cc9137bc0e8840a1bccb2f6fcf54e9c99b892374..ef7c32fc3ad1597e2ee0b608dab2ad2aa6be8d02 100644
--- a/components/dom_distiller/content/BUILD.gn
+++ b/components/dom_distiller/content/BUILD.gn
@@ -25,9 +25,9 @@ static_library("content_browser") {
"browser/distiller_javascript_utils.h",
"browser/distiller_page_web_contents.cc",
"browser/distiller_page_web_contents.h",
+ "browser/distiller_ui_handle.h",
"browser/dom_distiller_viewer_source.cc",
"browser/dom_distiller_viewer_source.h",
- "browser/external_feedback_reporter.h",
"browser/web_contents_main_frame_observer.cc",
"browser/web_contents_main_frame_observer.h",
]

Powered by Google App Engine
This is Rietveld 408576698