| 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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 <include name="IDR_POLICY_CSS" file="resources\policy_android.css" type=
"BINDATA"/> | 241 <include name="IDR_POLICY_CSS" file="resources\policy_android.css" type=
"BINDATA"/> |
| 242 </if> | 242 </if> |
| 243 <if expr="not is_android"> | 243 <if expr="not is_android"> |
| 244 <include name="IDR_POLICY_CSS" file="resources\policy.css" type="BINDATA
"/> | 244 <include name="IDR_POLICY_CSS" file="resources\policy.css" type="BINDATA
"/> |
| 245 </if> | 245 </if> |
| 246 <include name="IDR_POLICY_HTML" file="resources\policy.html" flattenhtml="
true" allowexternalscript="true" type="BINDATA"/> | 246 <include name="IDR_POLICY_HTML" file="resources\policy.html" flattenhtml="
true" allowexternalscript="true" type="BINDATA"/> |
| 247 <include name="IDR_POLICY_JS" file="resources\policy.js" type="BINDATA"/> | 247 <include name="IDR_POLICY_JS" file="resources\policy.js" type="BINDATA"/> |
| 248 <if expr="enable_print_preview"> | 248 <if expr="enable_print_preview"> |
| 249 <include name="IDR_PRINT_PREVIEW_HTML" file="resources\print_preview\pri
nt_preview.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> | 249 <include name="IDR_PRINT_PREVIEW_HTML" file="resources\print_preview\pri
nt_preview.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 250 <include name="IDR_PRINT_PREVIEW_JS" file="resources\print_preview\print
_preview.js" flattenhtml="true" type="BINDATA" /> | 250 <include name="IDR_PRINT_PREVIEW_JS" file="resources\print_preview\print
_preview.js" flattenhtml="true" type="BINDATA" /> |
| 251 <include name="IDR_PRINT_PREVIEW_PDF_PREVIEW_HTML" file="resources\print
_preview\pdf_preview.html" flattenhtml="true" allowexternalscript="true" type="B
INDATA" /> |
| 251 <include name="IDR_PRINT_PREVIEW_IMAGES_PRINTER" | 252 <include name="IDR_PRINT_PREVIEW_IMAGES_PRINTER" |
| 252 file="resources\print_preview\images\printer.png" type="BINDATA
" /> | 253 file="resources\print_preview\images\printer.png" type="BINDATA
" /> |
| 253 <include name="IDR_PRINT_PREVIEW_IMAGES_PRINTER_SHARED" | 254 <include name="IDR_PRINT_PREVIEW_IMAGES_PRINTER_SHARED" |
| 254 file="resources\print_preview\images\printer_shared.png" type="
BINDATA" /> | 255 file="resources\print_preview\images\printer_shared.png" type="
BINDATA" /> |
| 255 <include name="IDR_PRINT_PREVIEW_IMAGES_GOOGLE_DOC" | 256 <include name="IDR_PRINT_PREVIEW_IMAGES_GOOGLE_DOC" |
| 256 file="resources\print_preview\images\google_doc.png" type="BIND
ATA" /> | 257 file="resources\print_preview\images\google_doc.png" type="BIND
ATA" /> |
| 257 <include name="IDR_PRINT_PREVIEW_IMAGES_PDF" | 258 <include name="IDR_PRINT_PREVIEW_IMAGES_PDF" |
| 258 file="resources\print_preview\images\pdf.png" type="BINDATA" /> | 259 file="resources\print_preview\images\pdf.png" type="BINDATA" /> |
| 259 <include name="IDR_PRINT_PREVIEW_IMAGES_THIRD_PARTY" | 260 <include name="IDR_PRINT_PREVIEW_IMAGES_THIRD_PARTY" |
| 260 file="resources\print_preview\images\third_party.png" type="BIN
DATA" /> | 261 file="resources\print_preview\images\third_party.png" type="BIN
DATA" /> |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 </if> | 430 </if> |
| 430 <include name="IDR_WHISPERNET_PROXY_MANIFEST" file="resources\whispernet_p
roxy\manifest.json" type="BINDATA" /> | 431 <include name="IDR_WHISPERNET_PROXY_MANIFEST" file="resources\whispernet_p
roxy\manifest.json" type="BINDATA" /> |
| 431 <include name="IDR_MD_SETTINGS_UI_HTML" file="resources\md_settings\md_set
tings.html" type="BINDATA" /> | 432 <include name="IDR_MD_SETTINGS_UI_HTML" file="resources\md_settings\md_set
tings.html" type="BINDATA" /> |
| 432 <include name="IDR_MD_SETTINGS_UI_CSS" file="resources\md_settings\md_sett
ings.css" type="BINDATA" /> | 433 <include name="IDR_MD_SETTINGS_UI_CSS" file="resources\md_settings\md_sett
ings.css" type="BINDATA" /> |
| 433 <if expr="enable_media_router"> | 434 <if expr="enable_media_router"> |
| 434 <part file="media_router_resources.grdp" /> | 435 <part file="media_router_resources.grdp" /> |
| 435 </if> | 436 </if> |
| 436 </includes> | 437 </includes> |
| 437 </release> | 438 </release> |
| 438 </grit> | 439 </grit> |
| OLD | NEW |