OLD | NEW |
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/browser_resources.h" type="rc_header"> | 4 <output filename="grit/browser_resources.h" type="rc_header"> |
5 <emit emit_type='prepend'></emit> | 5 <emit emit_type='prepend'></emit> |
6 </output> | 6 </output> |
7 <output filename="browser_resources.pak" type="data_package" /> | 7 <output filename="browser_resources.pak" type="data_package" /> |
8 </outputs> | 8 </outputs> |
9 <release seq="1"> | 9 <release seq="1"> |
10 <structures> | 10 <structures> |
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
260 <if expr="desktop_linux or (is_android and enable_plugins)"> | 260 <if expr="desktop_linux or (is_android and enable_plugins)"> |
261 <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugi
ns_linux.json" type="BINDATA" /> | 261 <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugi
ns_linux.json" type="BINDATA" /> |
262 </if> | 262 </if> |
263 <if expr="is_android"> | 263 <if expr="is_android"> |
264 <include name="IDR_POLICY_CSS" file="resources\policy_android.css" type=
"BINDATA"/> | 264 <include name="IDR_POLICY_CSS" file="resources\policy_android.css" type=
"BINDATA"/> |
265 </if> | 265 </if> |
266 <if expr="not is_android"> | 266 <if expr="not is_android"> |
267 <include name="IDR_POLICY_CSS" file="resources\policy.css" type="BINDATA
"/> | 267 <include name="IDR_POLICY_CSS" file="resources\policy.css" type="BINDATA
"/> |
268 </if> | 268 </if> |
269 <include name="IDR_POLICY_HTML" file="resources\policy.html" flattenhtml="
true" allowexternalscript="true" type="BINDATA"/> | 269 <include name="IDR_POLICY_HTML" file="resources\policy.html" flattenhtml="
true" allowexternalscript="true" type="BINDATA"/> |
270 <include name="IDR_MD_POLICY_HTML" file="resources\md_policy\md_policy.htm
l" flattenhtml="true" allowexternalscript="true" type="BINDATA"/> | |
271 <include name="IDR_POLICY_JS" file="resources\policy.js" type="BINDATA"/> | 270 <include name="IDR_POLICY_JS" file="resources\policy.js" type="BINDATA"/> |
272 <if expr="enable_print_preview"> | 271 <if expr="enable_print_preview"> |
273 <include name="IDR_PRINT_PREVIEW_HTML" file="resources\print_preview\pri
nt_preview.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> | 272 <include name="IDR_PRINT_PREVIEW_HTML" file="resources\print_preview\pri
nt_preview.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
274 <include name="IDR_PRINT_PREVIEW_JS" file="resources\print_preview\print
_preview.js" flattenhtml="true" type="BINDATA" /> | 273 <include name="IDR_PRINT_PREVIEW_JS" file="resources\print_preview\print
_preview.js" flattenhtml="true" type="BINDATA" /> |
275 <include name="IDR_PRINT_PREVIEW_IMAGES_PRINTER" | 274 <include name="IDR_PRINT_PREVIEW_IMAGES_PRINTER" |
276 file="resources\print_preview\images\printer.png" type="BINDATA
" /> | 275 file="resources\print_preview\images\printer.png" type="BINDATA
" /> |
277 <include name="IDR_PRINT_PREVIEW_IMAGES_PRINTER_SHARED" | 276 <include name="IDR_PRINT_PREVIEW_IMAGES_PRINTER_SHARED" |
278 file="resources\print_preview\images\printer_shared.png" type="
BINDATA" /> | 277 file="resources\print_preview\images\printer_shared.png" type="
BINDATA" /> |
279 <include name="IDR_PRINT_PREVIEW_IMAGES_GOOGLE_DOC" | 278 <include name="IDR_PRINT_PREVIEW_IMAGES_GOOGLE_DOC" |
280 file="resources\print_preview\images\google_doc.png" type="BIND
ATA" /> | 279 file="resources\print_preview\images\google_doc.png" type="BIND
ATA" /> |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
462 </if> | 461 </if> |
463 <include name="IDR_BRAILLE_MANIFEST" file="resources\chromeos\braille_im
e\manifest.json" type="BINDATA" /> | 462 <include name="IDR_BRAILLE_MANIFEST" file="resources\chromeos\braille_im
e\manifest.json" type="BINDATA" /> |
464 </if> | 463 </if> |
465 <include name="IDR_WHISPERNET_PROXY_MANIFEST" file="resources\whispernet_p
roxy\manifest.json" type="BINDATA" /> | 464 <include name="IDR_WHISPERNET_PROXY_MANIFEST" file="resources\whispernet_p
roxy\manifest.json" type="BINDATA" /> |
466 <if expr="enable_media_router"> | 465 <if expr="enable_media_router"> |
467 <part file="media_router_resources.grdp" /> | 466 <part file="media_router_resources.grdp" /> |
468 </if> | 467 </if> |
469 </includes> | 468 </includes> |
470 </release> | 469 </release> |
471 </grit> | 470 </grit> |
OLD | NEW |