| 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> |
| 11 <if expr="not is_win and not is_macosx and not is_ios"> | 11 <if expr="not is_win and not is_macosx and not is_ios"> |
| 12 <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_lin
ux.html" flattenhtml="true" type="chrome_html" /> | 12 <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_lin
ux.html" flattenhtml="true" type="chrome_html" /> |
| 13 </if> | 13 </if> |
| 14 <if expr="is_macosx or is_ios"> | 14 <if expr="is_macosx or is_ios"> |
| 15 <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_mac
.html" flattenhtml="true" type="chrome_html" /> | 15 <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_mac
.html" flattenhtml="true" type="chrome_html" /> |
| 16 </if> | 16 </if> |
| 17 <if expr="is_win"> | 17 <if expr="is_win"> |
| 18 <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory.htm
l" flattenhtml="true" type="chrome_html" /> | 18 <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory.htm
l" flattenhtml="true" type="chrome_html" /> |
| 19 </if> | 19 </if> |
| 20 <structure name="IDR_ABOUT_MEMORY_CSS" file="resources\about_memory.css" t
ype="chrome_html" /> | 20 <structure name="IDR_ABOUT_MEMORY_CSS" file="resources\about_memory.css" f
lattenhtml="true" type="chrome_html" /> |
| 21 <structure name="IDR_ABOUT_VERSION_HTML" file="resources\about_version.htm
l" flattenhtml="true" allowexternalscript="true" type="chrome_html" /> | 21 <structure name="IDR_ABOUT_VERSION_HTML" file="resources\about_version.htm
l" flattenhtml="true" allowexternalscript="true" type="chrome_html" /> |
| 22 <if expr="enable_app_list"> | 22 <if expr="enable_app_list"> |
| 23 <structure name="IDR_APP_LIST_START_PAGE_CSS" file="resources\app_list\s
tart_page.css" flattenhtml="true" type="chrome_html" /> | 23 <structure name="IDR_APP_LIST_START_PAGE_CSS" file="resources\app_list\s
tart_page.css" flattenhtml="true" type="chrome_html" /> |
| 24 <structure name="IDR_APP_LIST_START_PAGE_HTML" file="resources\app_list\
start_page.html" flattenhtml="true" type="chrome_html" /> | 24 <structure name="IDR_APP_LIST_START_PAGE_HTML" file="resources\app_list\
start_page.html" flattenhtml="true" type="chrome_html" /> |
| 25 <structure name="IDR_APP_LIST_START_PAGE_JS" file="resources\app_list\st
art_page.js" flattenhtml="true" type="chrome_html" /> | 25 <structure name="IDR_APP_LIST_START_PAGE_JS" file="resources\app_list\st
art_page.js" flattenhtml="true" type="chrome_html" /> |
| 26 </if> | 26 </if> |
| 27 <if expr="not is_android"> | 27 <if expr="not is_android"> |
| 28 <structure name="IDR_DOWNLOADS_DOWNLOADS_HTML" file="resources\downloads
\downloads.html" flattenhtml="true" allowexternalscript="true" type="chrome_html
" /> | 28 <structure name="IDR_DOWNLOADS_DOWNLOADS_HTML" file="resources\downloads
\downloads.html" flattenhtml="true" allowexternalscript="true" type="chrome_html
" /> |
| 29 <structure name="IDR_MD_DOWNLOADS_DOWNLOADS_HTML" file="resources\md_dow
nloads\downloads.html" flattenhtml="true" allowexternalscript="true" type="chrom
e_html" /> | 29 <structure name="IDR_MD_DOWNLOADS_DOWNLOADS_HTML" file="resources\md_dow
nloads\downloads.html" flattenhtml="true" allowexternalscript="true" type="chrom
e_html" /> |
| 30 </if> | 30 </if> |
| (...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 </if> | 429 </if> |
| 430 <include name="IDR_WHISPERNET_PROXY_MANIFEST" file="resources\whispernet_p
roxy\manifest.json" type="BINDATA" /> | 430 <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" /> | 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_CSS" file="resources\md_settings\md_sett
ings.css" type="BINDATA" /> | 432 <include name="IDR_MD_SETTINGS_UI_CSS" file="resources\md_settings\md_sett
ings.css" type="BINDATA" /> |
| 433 <if expr="enable_media_router"> | 433 <if expr="enable_media_router"> |
| 434 <part file="media_router_resources.grdp" /> | 434 <part file="media_router_resources.grdp" /> |
| 435 </if> | 435 </if> |
| 436 </includes> | 436 </includes> |
| 437 </release> | 437 </release> |
| 438 </grit> | 438 </grit> |
| OLD | NEW |