| 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 type="chrome_html" /> | 181 type="chrome_html" /> |
| 182 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_HTML" | 182 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_HTML" |
| 183 file="controls/settings_radio_group.html" | 183 file="controls/settings_radio_group.html" |
| 184 type="chrome_html" /> | 184 type="chrome_html" /> |
| 185 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_JS" | 185 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_JS" |
| 186 file="controls/settings_radio_group.js" | 186 file="controls/settings_radio_group.js" |
| 187 type="chrome_html" /> | 187 type="chrome_html" /> |
| 188 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_CSS" | 188 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_CSS" |
| 189 file="controls/settings_radio_group.css" | 189 file="controls/settings_radio_group.css" |
| 190 type="chrome_html" /> | 190 type="chrome_html" /> |
| 191 <structure name="IDR_SETTINGS_DEFAULT_BROWSER_PAGE_CSS" |
| 192 file="default_browser_page/default_browser_page.css" |
| 193 type="chrome_html" /> |
| 194 <structure name="IDR_SETTINGS_DEFAULT_BROWSER_PAGE_HTML" |
| 195 file="default_browser_page/default_browser_page.html" |
| 196 type="chrome_html" |
| 197 flattenhtml="true" |
| 198 allowexternalscript="true" /> |
| 199 <structure name="IDR_SETTINGS_DEFAULT_BROWSERE_PAGE_JS" |
| 200 file="default_browser_page/default_browser_page.js" |
| 201 type="chrome_html" /> |
| 191 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_CSS" | 202 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_CSS" |
| 192 file="downloads_page/downloads_page.css" | 203 file="downloads_page/downloads_page.css" |
| 193 type="chrome_html" /> | 204 type="chrome_html" /> |
| 194 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_HTML" | 205 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_HTML" |
| 195 file="downloads_page/downloads_page.html" | 206 file="downloads_page/downloads_page.html" |
| 196 type="chrome_html" /> | 207 type="chrome_html" /> |
| 197 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_JS" | 208 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_JS" |
| 198 file="downloads_page/downloads_page.js" | 209 file="downloads_page/downloads_page.js" |
| 199 type="chrome_html" /> | 210 type="chrome_html" /> |
| 200 <structure name="IDR_SETTINGS_LANGUAGES_HTML" | 211 <structure name="IDR_SETTINGS_LANGUAGES_HTML" |
| (...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 type="chrome_html" | 524 type="chrome_html" |
| 514 flattenhtml="true" | 525 flattenhtml="true" |
| 515 allowexternalscript="true" /> | 526 allowexternalscript="true" /> |
| 516 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" | 527 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" |
| 517 file="users_page/users_page.css" | 528 file="users_page/users_page.css" |
| 518 type="chrome_html" /> | 529 type="chrome_html" /> |
| 519 </if> | 530 </if> |
| 520 </structures> | 531 </structures> |
| 521 </release> | 532 </release> |
| 522 </grit> | 533 </grit> |
| OLD | NEW |