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

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

Issue 2754563002: MD Settings: Lazy load the contents of the "advanced" settings. (Closed)
Patch Set: Address comments. 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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 type="chrome_html" /> 412 type="chrome_html" />
413 <structure name="IDR_SETTINGS_CONTROLS_PREF_CONTROL_BEHAVIOR_JS" 413 <structure name="IDR_SETTINGS_CONTROLS_PREF_CONTROL_BEHAVIOR_JS"
414 file="controls/pref_control_behavior.js" 414 file="controls/pref_control_behavior.js"
415 type="chrome_html" /> 415 type="chrome_html" />
416 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_HTML" 416 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_HTML"
417 file="controls/settings_radio_group.html" 417 file="controls/settings_radio_group.html"
418 type="chrome_html" /> 418 type="chrome_html" />
419 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_JS" 419 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_JS"
420 file="controls/settings_radio_group.js" 420 file="controls/settings_radio_group.js"
421 type="chrome_html" /> 421 type="chrome_html" />
422 <structure name="IDR_SETTINGS_CONTROLS_SETTINGS_IDLE_RENDER_HTML" 422 <structure name="IDR_SETTINGS_CONTROLS_SETTINGS_IDLE_LOAD_HTML"
423 file="controls/settings_idle_render.html" 423 file="controls/settings_idle_load.html"
424 type="chrome_html" /> 424 type="chrome_html" />
425 <structure name="IDR_SETTINGS_CONTROLS_SETTINGS_IDLE_RENDER_JS" 425 <structure name="IDR_SETTINGS_CONTROLS_SETTINGS_IDLE_LOAD_JS"
426 file="controls/settings_idle_render.js" 426 file="controls/settings_idle_load.js"
427 type="chrome_html" /> 427 type="chrome_html" />
428 <structure name="IDR_SETTINGS_CONTROLS_SLIDER_HTML" 428 <structure name="IDR_SETTINGS_CONTROLS_SLIDER_HTML"
429 file="controls/settings_slider.html" 429 file="controls/settings_slider.html"
430 type="chrome_html" /> 430 type="chrome_html" />
431 <structure name="IDR_SETTINGS_CONTROLS_SLIDER_JS" 431 <structure name="IDR_SETTINGS_CONTROLS_SLIDER_JS"
432 file="controls/settings_slider.js" 432 file="controls/settings_slider.js"
433 type="chrome_html" /> 433 type="chrome_html" />
434 <structure name="IDR_SETTINGS_CONTROLS_TOGGLE_BUTTON_HTML" 434 <structure name="IDR_SETTINGS_CONTROLS_TOGGLE_BUTTON_HTML"
435 file="controls/settings_toggle_button.html" 435 file="controls/settings_toggle_button.html"
436 type="chrome_html" /> 436 type="chrome_html" />
(...skipping 849 matching lines...) Expand 10 before | Expand all | Expand 10 after
1286 type="chrome_html" /> 1286 type="chrome_html" />
1287 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1287 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1288 file="people_page/users_page.html" 1288 file="people_page/users_page.html"
1289 type="chrome_html" 1289 type="chrome_html"
1290 preprocess="true" 1290 preprocess="true"
1291 allowexternalscript="true" /> 1291 allowexternalscript="true" />
1292 </if> 1292 </if>
1293 </structures> 1293 </structures>
1294 </release> 1294 </release>
1295 </grit> 1295 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/settings_page/main_page_behavior.js ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698