| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 file="basic_page/basic_page.js" | 58 file="basic_page/basic_page.js" |
| 59 type="chrome_html" /> | 59 type="chrome_html" /> |
| 60 <structure name="IDR_SETTINGS_BASIC_PAGE_HTML" | 60 <structure name="IDR_SETTINGS_BASIC_PAGE_HTML" |
| 61 file="basic_page/basic_page.html" | 61 file="basic_page/basic_page.html" |
| 62 type="chrome_html" | 62 type="chrome_html" |
| 63 flattenhtml="true" | 63 flattenhtml="true" |
| 64 allowexternalscript="true" /> | 64 allowexternalscript="true" /> |
| 65 <structure name="IDR_SETTINGS_BASIC_PAGE_CSS" | 65 <structure name="IDR_SETTINGS_BASIC_PAGE_CSS" |
| 66 file="basic_page/basic_page.css" | 66 file="basic_page/basic_page.css" |
| 67 type="chrome_html" /> | 67 type="chrome_html" /> |
| 68 <structure name="IDR_SETTINGS_I18N_BEHAVIOR_HTML" | |
| 69 file="i18n_behavior/i18n_behavior.html" | |
| 70 type="chrome_html" /> | |
| 71 <structure name="IDR_SETTINGS_I18N_BEHAVIOR_JS" | |
| 72 file="i18n_behavior/i18n_behavior.js" | |
| 73 type="chrome_html" /> | |
| 74 <structure name="IDR_SETTINGS_ON_STARTUP_PAGE_HTML" | 68 <structure name="IDR_SETTINGS_ON_STARTUP_PAGE_HTML" |
| 75 file="on_startup_page/on_startup_page.html" | 69 file="on_startup_page/on_startup_page.html" |
| 76 type="chrome_html" /> | 70 type="chrome_html" /> |
| 77 <structure name="IDR_SETTINGS_ON_STARTUP_PAGE_JS" | 71 <structure name="IDR_SETTINGS_ON_STARTUP_PAGE_JS" |
| 78 file="on_startup_page/on_startup_page.js" | 72 file="on_startup_page/on_startup_page.js" |
| 79 type="chrome_html" /> | 73 type="chrome_html" /> |
| 80 <structure name="IDR_SETTINGS_ON_STARTUP_SHARED_CSS" | 74 <structure name="IDR_SETTINGS_ON_STARTUP_SHARED_CSS" |
| 81 file="on_startup_page/on_startup_shared.css" | 75 file="on_startup_page/on_startup_shared.css" |
| 82 type="chrome_html" /> | 76 type="chrome_html" /> |
| 83 <structure name="IDR_SETTINGS_STARTUP_URLS_PAGE_HTML" | 77 <structure name="IDR_SETTINGS_STARTUP_URLS_PAGE_HTML" |
| (...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 type="chrome_html" | 536 type="chrome_html" |
| 543 flattenhtml="true" | 537 flattenhtml="true" |
| 544 allowexternalscript="true" /> | 538 allowexternalscript="true" /> |
| 545 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" | 539 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" |
| 546 file="users_page/users_page.css" | 540 file="users_page/users_page.css" |
| 547 type="chrome_html" /> | 541 type="chrome_html" /> |
| 548 </if> | 542 </if> |
| 549 </structures> | 543 </structures> |
| 550 </release> | 544 </release> |
| 551 </grit> | 545 </grit> |
| OLD | NEW |