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

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

Issue 2360873005: MD Settings: Cleanup, remove unnecessary <cr-settings> wrapper. (Closed)
Patch Set: Remove more Created 4 years, 2 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 864 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 <structure name="IDR_SETTINGS_SYSTEM_PAGE_HTML" 875 <structure name="IDR_SETTINGS_SYSTEM_PAGE_HTML"
876 file="system_page/system_page.html" 876 file="system_page/system_page.html"
877 preprocess="true" 877 preprocess="true"
878 type="chrome_html" /> 878 type="chrome_html" />
879 <structure name="IDR_SETTINGS_SYSTEM_PAGE_JS" 879 <structure name="IDR_SETTINGS_SYSTEM_PAGE_JS"
880 file="system_page/system_page.js" 880 file="system_page/system_page.js"
881 type="chrome_html" /> 881 type="chrome_html" />
882 <structure name="IDR_SETTINGS_SETTINGS_HTML" 882 <structure name="IDR_SETTINGS_SETTINGS_HTML"
883 file="settings.html" 883 file="settings.html"
884 type="chrome_html" /> 884 type="chrome_html" />
885 <structure name="IDR_SETTINGS_SETTINGS_JS"
886 file="settings.js"
887 type="chrome_html" />
888 <structure name="IDR_SETTINGS_USB_DEVICES_HTML" 885 <structure name="IDR_SETTINGS_USB_DEVICES_HTML"
889 file="site_settings/usb_devices.html" 886 file="site_settings/usb_devices.html"
890 type="chrome_html" /> 887 type="chrome_html" />
891 <structure name="IDR_SETTINGS_USB_DEVICES_JS" 888 <structure name="IDR_SETTINGS_USB_DEVICES_JS"
892 file="site_settings/usb_devices.js" 889 file="site_settings/usb_devices.js"
893 type="chrome_html" /> 890 type="chrome_html" />
894 <structure name="IDR_SETTINGS_WEBSITE_USAGE_PRIVATE_API_HTML" 891 <structure name="IDR_SETTINGS_WEBSITE_USAGE_PRIVATE_API_HTML"
895 file="site_settings/website_usage_private_api.html" 892 file="site_settings/website_usage_private_api.html"
896 type="chrome_html" /> 893 type="chrome_html" />
897 <structure name="IDR_SETTINGS_WEBSITE_USAGE_PRIVATE_API_JS" 894 <structure name="IDR_SETTINGS_WEBSITE_USAGE_PRIVATE_API_JS"
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
1111 type="chrome_html" /> 1108 type="chrome_html" />
1112 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1109 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1113 file="people_page/users_page.html" 1110 file="people_page/users_page.html"
1114 type="chrome_html" 1111 type="chrome_html"
1115 flattenhtml="true" 1112 flattenhtml="true"
1116 allowexternalscript="true" /> 1113 allowexternalscript="true" />
1117 </if> 1114 </if>
1118 </structures> 1115 </structures>
1119 </release> 1116 </release>
1120 </grit> 1117 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/settings.js ('k') | chrome/browser/resources/settings/settings_ui/settings_ui.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698