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

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

Issue 2141313002: Settings Router Refactor: Implement new Route class w/ test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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" output_all_resource_defines= "false"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
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 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
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" 650 <structure name="IDR_SETTINGS_PROTOCOL_HANDLERS_HTML"
651 file="site_settings/protocol_handlers.html" 651 file="site_settings/protocol_handlers.html"
652 type="chrome_html" /> 652 type="chrome_html" />
653 <structure name="IDR_SETTINGS_PROTOCOL_HANDLERS_JS" 653 <structure name="IDR_SETTINGS_PROTOCOL_HANDLERS_JS"
654 file="site_settings/protocol_handlers.js" 654 file="site_settings/protocol_handlers.js"
655 type="chrome_html" /> 655 type="chrome_html" />
656 <structure name="IDR_SETTINGS_ROUTE_HTML"
657 file="route.html"
658 type="chrome_html" />
659 <structure name="IDR_SETTINGS_ROUTE_JS"
660 file="route.js"
661 type="chrome_html" />
656 <structure name="IDR_SETTINGS_CR_SETTINGS_ROUTER_HTML" 662 <structure name="IDR_SETTINGS_CR_SETTINGS_ROUTER_HTML"
657 file="settings_page/settings_router.html" 663 file="settings_page/settings_router.html"
658 type="chrome_html" /> 664 type="chrome_html" />
659 <structure name="IDR_SETTINGS_CR_SETTINGS_ROUTER_JS" 665 <structure name="IDR_SETTINGS_CR_SETTINGS_ROUTER_JS"
660 file="settings_page/settings_router.js" 666 file="settings_page/settings_router.js"
661 type="chrome_html" 667 type="chrome_html"
662 flattenhtml="true" 668 flattenhtml="true"
663 allowexternalscript="true" /> 669 allowexternalscript="true" />
664 <structure name="IDR_SETTINGS_SITE_DATA_HTML" 670 <structure name="IDR_SETTINGS_SITE_DATA_HTML"
665 file="site_settings/site_data.html" 671 file="site_settings/site_data.html"
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
1020 type="chrome_html" /> 1026 type="chrome_html" />
1021 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1027 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1022 file="people_page/users_page.html" 1028 file="people_page/users_page.html"
1023 type="chrome_html" 1029 type="chrome_html"
1024 flattenhtml="true" 1030 flattenhtml="true"
1025 allowexternalscript="true" /> 1031 allowexternalscript="true" />
1026 </if> 1032 </if>
1027 </structures> 1033 </structures>
1028 </release> 1034 </release>
1029 </grit> 1035 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/route.js ('k') | chrome/test/data/webui/settings/cr_settings_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698