OLD | NEW |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <grit-part> | 2 <grit-part> |
3 <include name="IDR_ABOUT_DOM_DISTILLER_HTML" file="../dom_distiller/webui/reso urces/about_dom_distiller.html" flattenhtml="true" allowexternalscript="true" ty pe="BINDATA" /> | 3 <include name="IDR_ABOUT_DOM_DISTILLER_HTML" file="../dom_distiller/webui/reso urces/about_dom_distiller.html" flattenhtml="true" allowexternalscript="true" ty pe="BINDATA" /> |
4 <include name="IDR_ABOUT_DOM_DISTILLER_CSS" file="../dom_distiller/webui/resou rces/about_dom_distiller.css" type="BINDATA" /> | 4 <include name="IDR_ABOUT_DOM_DISTILLER_CSS" file="../dom_distiller/webui/resou rces/about_dom_distiller.css" type="BINDATA" /> |
5 <include name="IDR_ABOUT_DOM_DISTILLER_JS" file="../dom_distiller/webui/resour ces/about_dom_distiller.js" type="BINDATA" /> | 5 <include name="IDR_ABOUT_DOM_DISTILLER_JS" file="../dom_distiller/webui/resour ces/about_dom_distiller.js" type="BINDATA" /> |
6 <include name="IDR_DOM_DISTILLER_VIEWER_HTML" file="../dom_distiller/core/html /dom_distiller_viewer.html" type="BINDATA" /> | 6 <include name="IDR_DOM_DISTILLER_VIEWER_HTML" file="../dom_distiller/core/html /dom_distiller_viewer.html" type="BINDATA" /> |
7 <include name="IDR_DOM_DISTILLER_VIEWER_JS" file="../dom_distiller/core/javasc ript/dom_distiller_viewer.js" type="BINDATA" /> | 7 <include name="IDR_DOM_DISTILLER_VIEWER_JS" file="../dom_distiller/core/javasc ript/dom_distiller_viewer.js" type="BINDATA" /> |
8 <if expr="not is_ios"> | 8 <if expr="not is_ios"> |
9 <include name="IDR_DISTILLER_JS" file="../dom_distiller/core/javascript/domd istiller.js" flattenhtml="true" type="BINDATA" /> | 9 <include name="IDR_DISTILLER_JS" file="../../third_party/dom_distiller_js/pa ckage/js/domdistiller_wrapped.js" type="BINDATA" /> |
noyau (Ping after 24h)
2015/03/11 14:30:59
I'm not for that change. This file needs iOS speci
cjhopman
2015/03/12 02:03:14
Yeah, we should definitely merge these into one fi
| |
10 </if> | 10 </if> |
11 <if expr="is_ios"> | 11 <if expr="is_ios"> |
12 <include name="IDR_DISTILLER_JS" file="../dom_distiller/ios/javascript/domdi stiller.js" flattenhtml="true" type="BINDATA" /> | 12 <include name="IDR_DISTILLER_JS" file="../dom_distiller/ios/javascript/domdi stiller.js" flattenhtml="true" type="BINDATA" /> |
13 </if> | 13 </if> |
14 <include name="IDR_DISTILLER_CSS" file="../dom_distiller/core/css/distilledpag e.css" type="BINDATA" /> | 14 <include name="IDR_DISTILLER_CSS" file="../dom_distiller/core/css/distilledpag e.css" type="BINDATA" /> |
15 <include name="IDR_IS_DISTILLABLE_JS" file="../dom_distiller/core/javascript/i s_distillable_trigger.js" type="BINDATA" /> | 15 <include name="IDR_IS_DISTILLABLE_JS" file="../dom_distiller/core/javascript/i s_distillable_trigger.js" type="BINDATA" /> |
16 </grit-part> | 16 </grit-part> |
OLD | NEW |