| 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" /> |
| 11 <output filename="settings_resources.pak" type="data_package" /> | 11 <output filename="settings_resources.pak" type="data_package" /> |
| 12 </outputs> | 12 </outputs> |
| 13 <release seq="1"> | 13 <release seq="1"> |
| 14 <structures> | 14 <structures> |
| 15 <structure name="IDR_SETTINGS_A11Y_PAGE_JS" | 15 <structure name="IDR_SETTINGS_A11Y_PAGE_JS" |
| 16 file="a11y_page/a11y_page.js" | 16 file="a11y_page/a11y_page.js" |
| 17 flattenhtml="true" |
| 17 type="chrome_html" /> | 18 type="chrome_html" /> |
| 18 <structure name="IDR_SETTINGS_A11Y_PAGE_HTML" | 19 <structure name="IDR_SETTINGS_A11Y_PAGE_HTML" |
| 19 file="a11y_page/a11y_page.html" | 20 file="a11y_page/a11y_page.html" |
| 20 type="chrome_html" | 21 type="chrome_html" |
| 21 flattenhtml="true" | 22 flattenhtml="true" |
| 22 allowexternalscript="true" /> | 23 allowexternalscript="true" /> |
| 23 <structure name="IDR_SETTINGS_ADVANCED_PAGE_JS" | 24 <structure name="IDR_SETTINGS_ADVANCED_PAGE_JS" |
| 24 file="advanced_page/advanced_page.js" | 25 file="advanced_page/advanced_page.js" |
| 25 flattenhtml="true" | 26 flattenhtml="true" |
| 26 type="chrome_html" /> | 27 type="chrome_html" /> |
| (...skipping 837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 864 type="chrome_html" | 865 type="chrome_html" |
| 865 flattenhtml="true" | 866 flattenhtml="true" |
| 866 allowexternalscript="true" /> | 867 allowexternalscript="true" /> |
| 867 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" | 868 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" |
| 868 file="people_page/users_page.css" | 869 file="people_page/users_page.css" |
| 869 type="chrome_html" /> | 870 type="chrome_html" /> |
| 870 </if> | 871 </if> |
| 871 </structures> | 872 </structures> |
| 872 </release> | 873 </release> |
| 873 </grit> | 874 </grit> |
| OLD | NEW |