| 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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 <structure name="IDR_SETTINGS_PEOPLE_PAGE_HTML" | 338 <structure name="IDR_SETTINGS_PEOPLE_PAGE_HTML" |
| 339 file="people_page/people_page.html" | 339 file="people_page/people_page.html" |
| 340 type="chrome_html" | 340 type="chrome_html" |
| 341 flattenhtml="true" | 341 flattenhtml="true" |
| 342 allowexternalscript="true" /> | 342 allowexternalscript="true" /> |
| 343 <structure name="IDR_SETTINGS_PEOPLE_PAGE_JS" | 343 <structure name="IDR_SETTINGS_PEOPLE_PAGE_JS" |
| 344 file="people_page/people_page.js" | 344 file="people_page/people_page.js" |
| 345 type="chrome_html" | 345 type="chrome_html" |
| 346 flattenhtml="true" | 346 flattenhtml="true" |
| 347 allowexternalscript="true" /> | 347 allowexternalscript="true" /> |
| 348 <if expr="not chromeos"> |
| 349 <structure name="IDR_SETTINGS_PEOPLE_PAGE_MANAGE_PROFILE_CSS" |
| 350 file="people_page/manage_profile.css" |
| 351 type="chrome_html" /> |
| 352 <structure name="IDR_SETTINGS_PEOPLE_PAGE_MANAGE_PROFILE_HTML" |
| 353 file="people_page/manage_profile.html" |
| 354 type="chrome_html" |
| 355 flattenhtml="true" |
| 356 allowexternalscript="true" /> |
| 357 <structure name="IDR_SETTINGS_PEOPLE_PAGE_MANAGE_PROFILE_JS" |
| 358 file="people_page/manage_profile.js" |
| 359 type="chrome_html" /> |
| 360 </if> |
| 348 <structure name="IDR_SETTINGS_PREF_UTIL_HTML" | 361 <structure name="IDR_SETTINGS_PREF_UTIL_HTML" |
| 349 file="prefs/pref_util.html" | 362 file="prefs/pref_util.html" |
| 350 type="chrome_html" /> | 363 type="chrome_html" /> |
| 351 <structure name="IDR_SETTINGS_PREF_UTIL_JS" | 364 <structure name="IDR_SETTINGS_PREF_UTIL_JS" |
| 352 file="prefs/pref_util.js" | 365 file="prefs/pref_util.js" |
| 353 type="chrome_html" /> | 366 type="chrome_html" /> |
| 354 <structure name="IDR_SETTINGS_PREFS_HTML" | 367 <structure name="IDR_SETTINGS_PREFS_HTML" |
| 355 file="prefs/prefs.html" | 368 file="prefs/prefs.html" |
| 356 type="chrome_html" /> | 369 type="chrome_html" /> |
| 357 <structure name="IDR_SETTINGS_PREFS_JS" | 370 <structure name="IDR_SETTINGS_PREFS_JS" |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 677 type="chrome_html" | 690 type="chrome_html" |
| 678 flattenhtml="true" | 691 flattenhtml="true" |
| 679 allowexternalscript="true" /> | 692 allowexternalscript="true" /> |
| 680 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" | 693 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" |
| 681 file="people_page/users_page.css" | 694 file="people_page/users_page.css" |
| 682 type="chrome_html" /> | 695 type="chrome_html" /> |
| 683 </if> | 696 </if> |
| 684 </structures> | 697 </structures> |
| 685 </release> | 698 </release> |
| 686 </grit> | 699 </grit> |
| OLD | NEW |