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

Side by Side Diff: components/dom_distiller_resources.grd

Issue 138923002: Add support for showing CSS with distilled articles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nit from cjhopman@ Created 6 years, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/dom_distiller_resources.h" type="rc_header"> 4 <output filename="grit/dom_distiller_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="dom_distiller_resources.pak" type="data_package" /> 7 <output filename="dom_distiller_resources.pak" type="data_package" />
8 <output filename="dom_distiller_resources.rc" type="rc_all" /> 8 <output filename="dom_distiller_resources.rc" type="rc_all" />
9 </outputs> 9 </outputs>
10 <release seq="1"> 10 <release seq="1">
11 <includes> 11 <includes>
12 <include name="IDR_ABOUT_DOM_DISTILLER_HTML" file="dom_distiller/webui/res ources/about_dom_distiller.html" flattenhtml="true" allowexternalscript="true" t ype="BINDATA" /> 12 <include name="IDR_ABOUT_DOM_DISTILLER_HTML" file="dom_distiller/webui/res ources/about_dom_distiller.html" flattenhtml="true" allowexternalscript="true" t ype="BINDATA" />
13 <include name="IDR_ABOUT_DOM_DISTILLER_CSS" file="dom_distiller/webui/reso urces/about_dom_distiller.css" type="BINDATA" /> 13 <include name="IDR_ABOUT_DOM_DISTILLER_CSS" file="dom_distiller/webui/reso urces/about_dom_distiller.css" type="BINDATA" />
14 <include name="IDR_ABOUT_DOM_DISTILLER_JS" file="dom_distiller/webui/resou rces/about_dom_distiller.js" type="BINDATA" /> 14 <include name="IDR_ABOUT_DOM_DISTILLER_JS" file="dom_distiller/webui/resou rces/about_dom_distiller.js" type="BINDATA" />
15 <include name="IDR_DOM_DISTILLER_VIEWER_HTML" file="dom_distiller/content/ resources/dom_distiller_viewer.html" type="BINDATA" /> 15 <include name="IDR_DOM_DISTILLER_VIEWER_HTML" file="dom_distiller/content/ resources/dom_distiller_viewer.html" type="BINDATA" />
16 <include name="IDR_DISTILLER_JS" file="../third_party/readability/js/reada bility.js" type="BINDATA" /> 16 <include name="IDR_DISTILLER_JS" file="../third_party/readability/js/reada bility.js" type="BINDATA" />
17 <include name="IDR_DISTILLER_CSS" file="../third_party/readability/css/rea dability.css" type="BINDATA" />
17 </includes> 18 </includes>
18 </release> 19 </release>
19 </grit> 20 </grit>
OLDNEW
« no previous file with comments | « components/dom_distiller/content/resources/dom_distiller_viewer.html ('k') | third_party/readability/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698