| 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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 <structure name="IDR_SETTINGS_PEOPLE_PAGE_HTML" | 347 <structure name="IDR_SETTINGS_PEOPLE_PAGE_HTML" |
| 348 file="people_page/people_page.html" | 348 file="people_page/people_page.html" |
| 349 type="chrome_html" | 349 type="chrome_html" |
| 350 flattenhtml="true" | 350 flattenhtml="true" |
| 351 allowexternalscript="true" /> | 351 allowexternalscript="true" /> |
| 352 <structure name="IDR_SETTINGS_PEOPLE_PAGE_JS" | 352 <structure name="IDR_SETTINGS_PEOPLE_PAGE_JS" |
| 353 file="people_page/people_page.js" | 353 file="people_page/people_page.js" |
| 354 type="chrome_html" | 354 type="chrome_html" |
| 355 flattenhtml="true" | 355 flattenhtml="true" |
| 356 allowexternalscript="true" /> | 356 allowexternalscript="true" /> |
| 357 <if expr="not chromeos"> |
| 358 <structure name="IDR_SETTINGS_PEOPLE_PAGE_MANAGE_PROFILE_CSS" |
| 359 file="people_page/manage_profile.css" |
| 360 type="chrome_html" /> |
| 361 <structure name="IDR_SETTINGS_PEOPLE_PAGE_MANAGE_PROFILE_HTML" |
| 362 file="people_page/manage_profile.html" |
| 363 type="chrome_html" |
| 364 flattenhtml="true" |
| 365 allowexternalscript="true" /> |
| 366 <structure name="IDR_SETTINGS_PEOPLE_PAGE_MANAGE_PROFILE_JS" |
| 367 file="people_page/manage_profile.js" |
| 368 type="chrome_html" /> |
| 369 </if> |
| 357 <structure name="IDR_SETTINGS_PREF_UTIL_HTML" | 370 <structure name="IDR_SETTINGS_PREF_UTIL_HTML" |
| 358 file="prefs/pref_util.html" | 371 file="prefs/pref_util.html" |
| 359 type="chrome_html" /> | 372 type="chrome_html" /> |
| 360 <structure name="IDR_SETTINGS_PREF_UTIL_JS" | 373 <structure name="IDR_SETTINGS_PREF_UTIL_JS" |
| 361 file="prefs/pref_util.js" | 374 file="prefs/pref_util.js" |
| 362 type="chrome_html" /> | 375 type="chrome_html" /> |
| 363 <structure name="IDR_SETTINGS_PREFS_HTML" | 376 <structure name="IDR_SETTINGS_PREFS_HTML" |
| 364 file="prefs/prefs.html" | 377 file="prefs/prefs.html" |
| 365 type="chrome_html" /> | 378 type="chrome_html" /> |
| 366 <structure name="IDR_SETTINGS_PREFS_JS" | 379 <structure name="IDR_SETTINGS_PREFS_JS" |
| (...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 710 type="chrome_html" | 723 type="chrome_html" |
| 711 flattenhtml="true" | 724 flattenhtml="true" |
| 712 allowexternalscript="true" /> | 725 allowexternalscript="true" /> |
| 713 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" | 726 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" |
| 714 file="people_page/users_page.css" | 727 file="people_page/users_page.css" |
| 715 type="chrome_html" /> | 728 type="chrome_html" /> |
| 716 </if> | 729 </if> |
| 717 </structures> | 730 </structures> |
| 718 </release> | 731 </release> |
| 719 </grit> | 732 </grit> |
| OLD | NEW |