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

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

Issue 2746033005: MD Settings: Separate code to be loaded lazily to its own lazy_load.html (Closed)
Patch Set: Fix crisper output. Created 3 years, 9 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 972 matching lines...) Expand 10 before | Expand all | Expand 10 after
983 file="system_page/system_page.html" 983 file="system_page/system_page.html"
984 preprocess="true" 984 preprocess="true"
985 type="chrome_html" /> 985 type="chrome_html" />
986 <structure name="IDR_SETTINGS_SYSTEM_PAGE_JS" 986 <structure name="IDR_SETTINGS_SYSTEM_PAGE_JS"
987 file="system_page/system_page.js" 987 file="system_page/system_page.js"
988 type="chrome_html" /> 988 type="chrome_html" />
989 <structure name="IDR_SETTINGS_SETTINGS_HTML" 989 <structure name="IDR_SETTINGS_SETTINGS_HTML"
990 preprocess="true" 990 preprocess="true"
991 file="settings.html" 991 file="settings.html"
992 type="chrome_html" /> 992 type="chrome_html" />
993 <structure name="IDR_SETTINGS_LAZY_LOAD_HTML"
994 preprocess="true"
995 file="lazy_load.html"
996 type="chrome_html" />
993 <structure name="IDR_SETTINGS_USB_DEVICES_HTML" 997 <structure name="IDR_SETTINGS_USB_DEVICES_HTML"
994 file="site_settings/usb_devices.html" 998 file="site_settings/usb_devices.html"
995 type="chrome_html" /> 999 type="chrome_html" />
996 <structure name="IDR_SETTINGS_USB_DEVICES_JS" 1000 <structure name="IDR_SETTINGS_USB_DEVICES_JS"
997 file="site_settings/usb_devices.js" 1001 file="site_settings/usb_devices.js"
998 type="chrome_html" /> 1002 type="chrome_html" />
999 <structure name="IDR_SETTINGS_WEBSITE_USAGE_PRIVATE_API_HTML" 1003 <structure name="IDR_SETTINGS_WEBSITE_USAGE_PRIVATE_API_HTML"
1000 file="site_settings/website_usage_private_api.html" 1004 file="site_settings/website_usage_private_api.html"
1001 type="chrome_html" /> 1005 type="chrome_html" />
1002 <structure name="IDR_SETTINGS_WEBSITE_USAGE_PRIVATE_API_JS" 1006 <structure name="IDR_SETTINGS_WEBSITE_USAGE_PRIVATE_API_JS"
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
1276 type="chrome_html" /> 1280 type="chrome_html" />
1277 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1281 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1278 file="people_page/users_page.html" 1282 file="people_page/users_page.html"
1279 type="chrome_html" 1283 type="chrome_html"
1280 preprocess="true" 1284 preprocess="true"
1281 allowexternalscript="true" /> 1285 allowexternalscript="true" />
1282 </if> 1286 </if>
1283 </structures> 1287 </structures>
1284 </release> 1288 </release>
1285 </grit> 1289 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/lazy_load.html ('k') | chrome/browser/resources/settings/settings_resources_vulcanized.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698