Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 2131953002: Site Settings Desktop: Implement protocol handler section. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 flattenhtml="true" 625 flattenhtml="true"
626 type="chrome_html" /> 626 type="chrome_html" />
627 <if expr="is_win or is_macosx"> 627 <if expr="is_win or is_macosx">
628 <structure name="IDR_SETTINGS_PRIVACY_PAGE_BROWSER_PROXY_HTML" 628 <structure name="IDR_SETTINGS_PRIVACY_PAGE_BROWSER_PROXY_HTML"
629 file="privacy_page/privacy_page_browser_proxy.html" 629 file="privacy_page/privacy_page_browser_proxy.html"
630 type="chrome_html" /> 630 type="chrome_html" />
631 <structure name="IDR_SETTINGS_PRIVACY_PAGE_BROWSER_PROXY_JS" 631 <structure name="IDR_SETTINGS_PRIVACY_PAGE_BROWSER_PROXY_JS"
632 file="privacy_page/privacy_page_browser_proxy.js" 632 file="privacy_page/privacy_page_browser_proxy.js"
633 type="chrome_html" /> 633 type="chrome_html" />
634 </if> 634 </if>
635 <structure name="IDR_SETTINGS_PROTOCOL_HANDLERS_HTML"
636 file="site_settings/protocol_handlers.html"
637 type="chrome_html" />
638 <structure name="IDR_SETTINGS_PROTOCOL_HANDLERS_JS"
639 file="site_settings/protocol_handlers.js"
640 type="chrome_html" />
635 <structure name="IDR_SETTINGS_CR_SETTINGS_ROUTER_HTML" 641 <structure name="IDR_SETTINGS_CR_SETTINGS_ROUTER_HTML"
636 file="settings_page/settings_router.html" 642 file="settings_page/settings_router.html"
637 type="chrome_html" /> 643 type="chrome_html" />
638 <structure name="IDR_SETTINGS_CR_SETTINGS_ROUTER_JS" 644 <structure name="IDR_SETTINGS_CR_SETTINGS_ROUTER_JS"
639 file="settings_page/settings_router.js" 645 file="settings_page/settings_router.js"
640 type="chrome_html" 646 type="chrome_html"
641 flattenhtml="true" 647 flattenhtml="true"
642 allowexternalscript="true" /> 648 allowexternalscript="true" />
643 <structure name="IDR_SETTINGS_SITE_LIST_HTML" 649 <structure name="IDR_SETTINGS_SITE_LIST_HTML"
644 file="site_settings/site_list.html" 650 file="site_settings/site_list.html"
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 type="chrome_html" /> 977 type="chrome_html" />
972 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 978 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
973 file="people_page/users_page.html" 979 file="people_page/users_page.html"
974 type="chrome_html" 980 type="chrome_html"
975 flattenhtml="true" 981 flattenhtml="true"
976 allowexternalscript="true" /> 982 allowexternalscript="true" />
977 </if> 983 </if>
978 </structures> 984 </structures>
979 </release> 985 </release>
980 </grit> 986 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698