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

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

Issue 2323693002: Site Settings Desktop: Implement Zoom Levels category. (Closed)
Patch Set: Address feedback Created 4 years, 3 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 883 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 type="chrome_html" /> 894 type="chrome_html" />
895 <structure name="IDR_SETTINGS_USB_DEVICES_JS" 895 <structure name="IDR_SETTINGS_USB_DEVICES_JS"
896 file="site_settings/usb_devices.js" 896 file="site_settings/usb_devices.js"
897 type="chrome_html" /> 897 type="chrome_html" />
898 <structure name="IDR_SETTINGS_WEBSITE_USAGE_PRIVATE_API_HTML" 898 <structure name="IDR_SETTINGS_WEBSITE_USAGE_PRIVATE_API_HTML"
899 file="site_settings/website_usage_private_api.html" 899 file="site_settings/website_usage_private_api.html"
900 type="chrome_html" /> 900 type="chrome_html" />
901 <structure name="IDR_SETTINGS_WEBSITE_USAGE_PRIVATE_API_JS" 901 <structure name="IDR_SETTINGS_WEBSITE_USAGE_PRIVATE_API_JS"
902 file="site_settings/website_usage_private_api.js" 902 file="site_settings/website_usage_private_api.js"
903 type="chrome_html" /> 903 type="chrome_html" />
904 <structure name="IDR_SETTINGS_ZOOM_LEVELS_HTML"
905 file="site_settings/zoom_levels.html"
906 type="chrome_html" />
907 <structure name="IDR_SETTINGS_ZOOM_LEVELS_JS"
908 file="site_settings/zoom_levels.js"
909 type="chrome_html" />
904 <if expr="chromeos"> 910 <if expr="chromeos">
905 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_DIALOG_HTML" 911 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_DIALOG_HTML"
906 file="bluetooth_page/bluetooth_device_dialog.html" 912 file="bluetooth_page/bluetooth_device_dialog.html"
907 type="chrome_html" /> 913 type="chrome_html" />
908 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_DIALOG_JS" 914 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_DIALOG_JS"
909 file="bluetooth_page/bluetooth_device_dialog.js" 915 file="bluetooth_page/bluetooth_device_dialog.js"
910 type="chrome_html" /> 916 type="chrome_html" />
911 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_LIST_ITEM_HTML" 917 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_LIST_ITEM_HTML"
912 file="bluetooth_page/bluetooth_device_list_item.html" 918 file="bluetooth_page/bluetooth_device_list_item.html"
913 type="chrome_html" /> 919 type="chrome_html" />
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
1109 type="chrome_html" /> 1115 type="chrome_html" />
1110 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1116 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1111 file="people_page/users_page.html" 1117 file="people_page/users_page.html"
1112 type="chrome_html" 1118 type="chrome_html"
1113 flattenhtml="true" 1119 flattenhtml="true"
1114 allowexternalscript="true" /> 1120 allowexternalscript="true" />
1115 </if> 1121 </if>
1116 </structures> 1122 </structures>
1117 </release> 1123 </release>
1118 </grit> 1124 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/route.js ('k') | chrome/browser/resources/settings/site_settings/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698