| 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 type="chrome_html" /> | 147 type="chrome_html" /> |
| 148 <structure name="IDR_SETTINGS_PREFS_TYPES_JS" | 148 <structure name="IDR_SETTINGS_PREFS_TYPES_JS" |
| 149 file="prefs/prefs_types.js" | 149 file="prefs/prefs_types.js" |
| 150 type="chrome_html" /> | 150 type="chrome_html" /> |
| 151 <structure name="IDR_SETTINGS_PREF_TRACKER_HTML" | 151 <structure name="IDR_SETTINGS_PREF_TRACKER_HTML" |
| 152 file="pref_tracker/pref_tracker.html" | 152 file="pref_tracker/pref_tracker.html" |
| 153 type="chrome_html" /> | 153 type="chrome_html" /> |
| 154 <structure name="IDR_SETTINGS_PREF_TRACKER_JS" | 154 <structure name="IDR_SETTINGS_PREF_TRACKER_JS" |
| 155 file="pref_tracker/pref_tracker.js" | 155 file="pref_tracker/pref_tracker.js" |
| 156 type="chrome_html" /> | 156 type="chrome_html" /> |
| 157 <structure name="IDR_SETTINGS_LOCATION_PAGE_CSS" |
| 158 file="location_page/location_page.css" |
| 159 type="chrome_html" /> |
| 160 <structure name="IDR_SETTINGS_LOCATION_PAGE_HTML" |
| 161 file="location_page/location_page.html" |
| 162 type="chrome_html" /> |
| 163 <structure name="IDR_SETTINGS_LOCATION_PAGE_JS" |
| 164 file="location_page/location_page.js" |
| 165 type="chrome_html" /> |
| 157 <structure name="IDR_SETTINGS_PRIVACY_PAGE_CSS" | 166 <structure name="IDR_SETTINGS_PRIVACY_PAGE_CSS" |
| 158 file="privacy_page/privacy_page.css" | 167 file="privacy_page/privacy_page.css" |
| 159 type="chrome_html" /> | 168 type="chrome_html" /> |
| 160 <structure name="IDR_SETTINGS_PRIVACY_PAGE_HTML" | 169 <structure name="IDR_SETTINGS_PRIVACY_PAGE_HTML" |
| 161 file="privacy_page/privacy_page.html" | 170 file="privacy_page/privacy_page.html" |
| 162 type="chrome_html" | 171 type="chrome_html" |
| 163 flattenhtml="true" | 172 flattenhtml="true" |
| 164 allowexternalscript="true" /> | 173 allowexternalscript="true" /> |
| 165 <structure name="IDR_SETTINGS_PRIVACY_PAGE_JS" | 174 <structure name="IDR_SETTINGS_PRIVACY_PAGE_JS" |
| 166 file="privacy_page/privacy_page.js" | 175 file="privacy_page/privacy_page.js" |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 type="chrome_html" | 392 type="chrome_html" |
| 384 flattenhtml="true" | 393 flattenhtml="true" |
| 385 allowexternalscript="true" /> | 394 allowexternalscript="true" /> |
| 386 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" | 395 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" |
| 387 file="users_page/users_page.css" | 396 file="users_page/users_page.css" |
| 388 type="chrome_html" /> | 397 type="chrome_html" /> |
| 389 </if> | 398 </if> |
| 390 </structures> | 399 </structures> |
| 391 </release> | 400 </release> |
| 392 </grit> | 401 </grit> |
| OLD | NEW |