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

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

Issue 2660383002: [MD settings] idle load basic and advanced pages (Closed)
Patch Set: merge with master; changed test name Created 3 years, 10 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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 type="chrome_html" /> 398 type="chrome_html" />
399 <structure name="IDR_SETTINGS_CONTROLS_PREF_CONTROL_BEHAVIOR_JS" 399 <structure name="IDR_SETTINGS_CONTROLS_PREF_CONTROL_BEHAVIOR_JS"
400 file="controls/pref_control_behavior.js" 400 file="controls/pref_control_behavior.js"
401 type="chrome_html" /> 401 type="chrome_html" />
402 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_HTML" 402 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_HTML"
403 file="controls/settings_radio_group.html" 403 file="controls/settings_radio_group.html"
404 type="chrome_html" /> 404 type="chrome_html" />
405 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_JS" 405 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_JS"
406 file="controls/settings_radio_group.js" 406 file="controls/settings_radio_group.js"
407 type="chrome_html" /> 407 type="chrome_html" />
408 <structure name="IDR_SETTINGS_CONTROLS_SETTINGS_IDLE_RENDER_HTML"
409 file="controls/settings_idle_render.html"
410 type="chrome_html" />
411 <structure name="IDR_SETTINGS_CONTROLS_SETTINGS_IDLE_RENDER_JS"
412 file="controls/settings_idle_render.js"
413 type="chrome_html" />
408 <structure name="IDR_SETTINGS_CONTROLS_TOGGLE_BUTTON_HTML" 414 <structure name="IDR_SETTINGS_CONTROLS_TOGGLE_BUTTON_HTML"
409 file="controls/settings_toggle_button.html" 415 file="controls/settings_toggle_button.html"
410 type="chrome_html" /> 416 type="chrome_html" />
411 <structure name="IDR_SETTINGS_CONTROLS_TOGGLE_BUTTON_JS" 417 <structure name="IDR_SETTINGS_CONTROLS_TOGGLE_BUTTON_JS"
412 file="controls/settings_toggle_button.js" 418 file="controls/settings_toggle_button.js"
413 type="chrome_html" /> 419 type="chrome_html" />
414 <structure name="IDR_SETTINGS_COOKIE_INFO_JS" 420 <structure name="IDR_SETTINGS_COOKIE_INFO_JS"
415 file="site_settings/cookie_info.js" 421 file="site_settings/cookie_info.js"
416 type="chrome_html" /> 422 type="chrome_html" />
417 <structure name="IDR_SETTINGS_COOKIE_TREE_NODE_JS" 423 <structure name="IDR_SETTINGS_COOKIE_TREE_NODE_JS"
(...skipping 800 matching lines...) Expand 10 before | Expand all | Expand 10 after
1218 type="chrome_html" /> 1224 type="chrome_html" />
1219 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1225 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1220 file="people_page/users_page.html" 1226 file="people_page/users_page.html"
1221 type="chrome_html" 1227 type="chrome_html"
1222 preprocess="true" 1228 preprocess="true"
1223 allowexternalscript="true" /> 1229 allowexternalscript="true" />
1224 </if> 1230 </if>
1225 </structures> 1231 </structures>
1226 </release> 1232 </release>
1227 </grit> 1233 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698