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

Unified Diff: components/dom_distiller.gypi

Issue 105723002: Add the scheme chrome-distiller:// and hook up data source. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed unnecessary dependency on DomDistillerService Created 7 years 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.gypi
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index 622930bdb804670f3e72f83191822ad6a2a323d2..63eb4a286b59af12d8f60bfa15133ec169a955ee 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -26,6 +26,10 @@
'dom_distiller/webui/dom_distiller_handler.h',
'dom_distiller/webui/dom_distiller_ui.cc',
'dom_distiller/webui/dom_distiller_ui.h',
+ 'dom_distiller/webui/dom_distiller_viewer_handler.cc',
+ 'dom_distiller/webui/dom_distiller_viewer_handler.h',
+ 'dom_distiller/webui/dom_distiller_viewer_ui.cc',
+ 'dom_distiller/webui/dom_distiller_viewer_ui.h',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698