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

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: Address feedback 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 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 flattenhtml="true" 640 flattenhtml="true"
641 type="chrome_html" /> 641 type="chrome_html" />
642 <if expr="is_win or is_macosx"> 642 <if expr="is_win or is_macosx">
643 <structure name="IDR_SETTINGS_PRIVACY_PAGE_BROWSER_PROXY_HTML" 643 <structure name="IDR_SETTINGS_PRIVACY_PAGE_BROWSER_PROXY_HTML"
644 file="privacy_page/privacy_page_browser_proxy.html" 644 file="privacy_page/privacy_page_browser_proxy.html"
645 type="chrome_html" /> 645 type="chrome_html" />
646 <structure name="IDR_SETTINGS_PRIVACY_PAGE_BROWSER_PROXY_JS" 646 <structure name="IDR_SETTINGS_PRIVACY_PAGE_BROWSER_PROXY_JS"
647 file="privacy_page/privacy_page_browser_proxy.js" 647 file="privacy_page/privacy_page_browser_proxy.js"
648 type="chrome_html" /> 648 type="chrome_html" />
649 </if> 649 </if>
650 <structure name="IDR_SETTINGS_PROTOCOL_HANDLERS_HTML"
651 file="site_settings/protocol_handlers.html"
652 type="chrome_html" />
653 <structure name="IDR_SETTINGS_PROTOCOL_HANDLERS_JS"
654 file="site_settings/protocol_handlers.js"
655 type="chrome_html" />
650 <structure name="IDR_SETTINGS_CR_SETTINGS_ROUTER_HTML" 656 <structure name="IDR_SETTINGS_CR_SETTINGS_ROUTER_HTML"
651 file="settings_page/settings_router.html" 657 file="settings_page/settings_router.html"
652 type="chrome_html" /> 658 type="chrome_html" />
653 <structure name="IDR_SETTINGS_CR_SETTINGS_ROUTER_JS" 659 <structure name="IDR_SETTINGS_CR_SETTINGS_ROUTER_JS"
654 file="settings_page/settings_router.js" 660 file="settings_page/settings_router.js"
655 type="chrome_html" 661 type="chrome_html"
656 flattenhtml="true" 662 flattenhtml="true"
657 allowexternalscript="true" /> 663 allowexternalscript="true" />
658 <structure name="IDR_SETTINGS_SITE_DATA_HTML" 664 <structure name="IDR_SETTINGS_SITE_DATA_HTML"
659 file="site_settings/site_data.html" 665 file="site_settings/site_data.html"
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
998 type="chrome_html" /> 1004 type="chrome_html" />
999 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1005 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1000 file="people_page/users_page.html" 1006 file="people_page/users_page.html"
1001 type="chrome_html" 1007 type="chrome_html"
1002 flattenhtml="true" 1008 flattenhtml="true"
1003 allowexternalscript="true" /> 1009 allowexternalscript="true" />
1004 </if> 1010 </if>
1005 </structures> 1011 </structures>
1006 </release> 1012 </release>
1007 </grit> 1013 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698