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

Unified Diff: components/dom_distiller_resources.grd

Issue 105723002: Add the scheme chrome-distiller:// and hook up data source. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased 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_resources.grd
diff --git a/components/dom_distiller_resources.grd b/components/dom_distiller_resources.grd
index 1faf5d58f5fa76806a51a0619c2ba347a7113bf9..c9cbc503b03eb892e1c5770c8da786ff29d10969 100644
--- a/components/dom_distiller_resources.grd
+++ b/components/dom_distiller_resources.grd
@@ -13,6 +13,9 @@
<include name="IDR_ABOUT_DOM_DISTILLER_CSS" file="dom_distiller/webui/resources/about_dom_distiller.css" type="BINDATA" />
<include name="IDR_ABOUT_DOM_DISTILLER_JS" file="dom_distiller/webui/resources/about_dom_distiller.js" type="BINDATA" />
<include name="IDR_DISTILLER_JS" file="../third_party/readability/js/readability.js" type="BINDATA" />
+ <include name="IDR_DOM_DISTILLER_VIEWER_CSS" file="dom_distiller/webui/resources/dom_distiller_viewer.css" type="BINDATA" />
+ <include name="IDR_DOM_DISTILLER_VIEWER_HTML" file="dom_distiller/webui/resources/dom_distiller_viewer.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
+ <include name="IDR_DOM_DISTILLER_VIEWER_JS" file="dom_distiller/webui/resources/dom_distiller_viewer.js" type="BINDATA" />
</includes>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698