| 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" /> | 
| 68       <structure name="IDR_SETTINGS_ON_STARTUP_PAGE_HTML" | 74       <structure name="IDR_SETTINGS_ON_STARTUP_PAGE_HTML" | 
| 69                  file="on_startup_page/on_startup_page.html" | 75                  file="on_startup_page/on_startup_page.html" | 
| 70                  type="chrome_html" /> | 76                  type="chrome_html" /> | 
| 71       <structure name="IDR_SETTINGS_ON_STARTUP_PAGE_JS" | 77       <structure name="IDR_SETTINGS_ON_STARTUP_PAGE_JS" | 
| 72                  file="on_startup_page/on_startup_page.js" | 78                  file="on_startup_page/on_startup_page.js" | 
| 73                  type="chrome_html" /> | 79                  type="chrome_html" /> | 
| 74       <structure name="IDR_SETTINGS_ON_STARTUP_SHARED_CSS" | 80       <structure name="IDR_SETTINGS_ON_STARTUP_SHARED_CSS" | 
| 75                  file="on_startup_page/on_startup_shared.css" | 81                  file="on_startup_page/on_startup_shared.css" | 
| 76                  type="chrome_html" /> | 82                  type="chrome_html" /> | 
| 77       <structure name="IDR_SETTINGS_STARTUP_URLS_PAGE_HTML" | 83       <structure name="IDR_SETTINGS_STARTUP_URLS_PAGE_HTML" | 
| (...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 521                    type="chrome_html" | 527                    type="chrome_html" | 
| 522                    flattenhtml="true" | 528                    flattenhtml="true" | 
| 523                    allowexternalscript="true" /> | 529                    allowexternalscript="true" /> | 
| 524         <structure name="IDR_SETTINGS_USERS_PAGE_CSS" | 530         <structure name="IDR_SETTINGS_USERS_PAGE_CSS" | 
| 525                    file="users_page/users_page.css" | 531                    file="users_page/users_page.css" | 
| 526                    type="chrome_html" /> | 532                    type="chrome_html" /> | 
| 527       </if> | 533       </if> | 
| 528     </structures> | 534     </structures> | 
| 529   </release> | 535   </release> | 
| 530 </grit> | 536 </grit> | 
| OLD | NEW | 
|---|