| 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 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 type="chrome_html" /> | 474 type="chrome_html" /> |
| 475 <structure name="IDR_SETTINGS_PRIVACY_PAGE_HTML" | 475 <structure name="IDR_SETTINGS_PRIVACY_PAGE_HTML" |
| 476 file="privacy_page/privacy_page.html" | 476 file="privacy_page/privacy_page.html" |
| 477 type="chrome_html" | 477 type="chrome_html" |
| 478 flattenhtml="true" | 478 flattenhtml="true" |
| 479 allowexternalscript="true" /> | 479 allowexternalscript="true" /> |
| 480 <structure name="IDR_SETTINGS_PRIVACY_PAGE_JS" | 480 <structure name="IDR_SETTINGS_PRIVACY_PAGE_JS" |
| 481 file="privacy_page/privacy_page.js" | 481 file="privacy_page/privacy_page.js" |
| 482 flattenhtml="true" | 482 flattenhtml="true" |
| 483 type="chrome_html" /> | 483 type="chrome_html" /> |
| 484 <if expr="is_win or is_macosx"> |
| 485 <structure name="IDR_SETTINGS_PRIVACY_PAGE_BROWSER_PROXY_HTML" |
| 486 file="privacy_page/privacy_page_browser_proxy.html" |
| 487 type="chrome_html" /> |
| 488 <structure name="IDR_SETTINGS_PRIVACY_PAGE_BROWSER_PROXY_JS" |
| 489 file="privacy_page/privacy_page_browser_proxy.js" |
| 490 type="chrome_html" /> |
| 491 </if> |
| 484 <structure name="IDR_SETTINGS_CR_SETTINGS_ROUTER_HTML" | 492 <structure name="IDR_SETTINGS_CR_SETTINGS_ROUTER_HTML" |
| 485 file="settings_page/settings_router.html" | 493 file="settings_page/settings_router.html" |
| 486 type="chrome_html" /> | 494 type="chrome_html" /> |
| 487 <structure name="IDR_SETTINGS_CR_SETTINGS_ROUTER_JS" | 495 <structure name="IDR_SETTINGS_CR_SETTINGS_ROUTER_JS" |
| 488 file="settings_page/settings_router.js" | 496 file="settings_page/settings_router.js" |
| 489 type="chrome_html" | 497 type="chrome_html" |
| 490 flattenhtml="true" | 498 flattenhtml="true" |
| 491 allowexternalscript="true" /> | 499 allowexternalscript="true" /> |
| 492 <structure name="IDR_SETTINGS_SITE_LIST_CSS" | 500 <structure name="IDR_SETTINGS_SITE_LIST_CSS" |
| 493 file="site_settings/site_list.css" | 501 file="site_settings/site_list.css" |
| (...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 878 type="chrome_html" | 886 type="chrome_html" |
| 879 flattenhtml="true" | 887 flattenhtml="true" |
| 880 allowexternalscript="true" /> | 888 allowexternalscript="true" /> |
| 881 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" | 889 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" |
| 882 file="people_page/users_page.css" | 890 file="people_page/users_page.css" |
| 883 type="chrome_html" /> | 891 type="chrome_html" /> |
| 884 </if> | 892 </if> |
| 885 </structures> | 893 </structures> |
| 886 </release> | 894 </release> |
| 887 </grit> | 895 </grit> |
| OLD | NEW |