| 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/settings_resources.h" type="rc_header"> | 4 <output filename="grit/settings_resources.h" type="rc_header"> |
| 5 <emit emit_type='prepend'></emit> | 5 <emit emit_type='prepend'></emit> |
| 6 </output> | 6 </output> |
| 7 <output filename="grit/settings_resources_map.cc" | 7 <output filename="grit/settings_resources_map.cc" |
| 8 type="resource_file_map_source" /> | 8 type="resource_file_map_source" /> |
| 9 <output filename="grit/settings_resources_map.h" | 9 <output filename="grit/settings_resources_map.h" |
| 10 type="resource_map_header" /> | 10 type="resource_map_header" /> |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 </if> | 216 </if> |
| 217 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_CSS" | 217 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_CSS" |
| 218 file="downloads_page/downloads_page.css" | 218 file="downloads_page/downloads_page.css" |
| 219 type="chrome_html" /> | 219 type="chrome_html" /> |
| 220 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_HTML" | 220 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_HTML" |
| 221 file="downloads_page/downloads_page.html" | 221 file="downloads_page/downloads_page.html" |
| 222 type="chrome_html" /> | 222 type="chrome_html" /> |
| 223 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_JS" | 223 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_JS" |
| 224 file="downloads_page/downloads_page.js" | 224 file="downloads_page/downloads_page.js" |
| 225 type="chrome_html" /> | 225 type="chrome_html" /> |
| 226 <structure name="IDR_SETTINGS_I18n_SETUP_HTML" |
| 227 file="i18n_setup.html" |
| 228 type="chrome_html" /> |
| 226 <structure name="IDR_SETTINGS_POWERWASH_DIALOG_HTML" | 229 <structure name="IDR_SETTINGS_POWERWASH_DIALOG_HTML" |
| 227 file="reset_page/powerwash_dialog.html" | 230 file="reset_page/powerwash_dialog.html" |
| 228 type="chrome_html" /> | 231 type="chrome_html" /> |
| 229 <structure name="IDR_SETTINGS_POWERWASH_DIALOG_JS" | 232 <structure name="IDR_SETTINGS_POWERWASH_DIALOG_JS" |
| 230 file="reset_page/powerwash_dialog.js" | 233 file="reset_page/powerwash_dialog.js" |
| 231 type="chrome_html" /> | 234 type="chrome_html" /> |
| 232 <structure name="IDR_SETTINGS_RESET_PAGE_HTML" | 235 <structure name="IDR_SETTINGS_RESET_PAGE_HTML" |
| 233 file="reset_page/reset_page.html" | 236 file="reset_page/reset_page.html" |
| 234 type="chrome_html" | 237 type="chrome_html" |
| 235 flattenhtml="true" /> | 238 flattenhtml="true" /> |
| (...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 646 type="chrome_html" | 649 type="chrome_html" |
| 647 flattenhtml="true" | 650 flattenhtml="true" |
| 648 allowexternalscript="true" /> | 651 allowexternalscript="true" /> |
| 649 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" | 652 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" |
| 650 file="users_page/users_page.css" | 653 file="users_page/users_page.css" |
| 651 type="chrome_html" /> | 654 type="chrome_html" /> |
| 652 </if> | 655 </if> |
| 653 </structures> | 656 </structures> |
| 654 </release> | 657 </release> |
| 655 </grit> | 658 </grit> |
| OLD | NEW |