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

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

Issue 2210063002: MD Settings: add a <controlled-radio-button> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove radio-group tests Created 4 years, 4 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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 type="chrome_html" /> 322 type="chrome_html" />
323 <structure name="IDR_SETTINGS_HISTORY_DELETION_DIALOG_JS" 323 <structure name="IDR_SETTINGS_HISTORY_DELETION_DIALOG_JS"
324 file="clear_browsing_data_dialog/history_deletion_dialog.js" 324 file="clear_browsing_data_dialog/history_deletion_dialog.js"
325 type="chrome_html" /> 325 type="chrome_html" />
326 <structure name="IDR_SETTINGS_CONTROLS_CONTROLLED_BUTTON_JS" 326 <structure name="IDR_SETTINGS_CONTROLS_CONTROLLED_BUTTON_JS"
327 file="controls/controlled_button.js" 327 file="controls/controlled_button.js"
328 type="chrome_html" /> 328 type="chrome_html" />
329 <structure name="IDR_SETTINGS_CONTROLS_CONTROLLED_BUTTON_HTML" 329 <structure name="IDR_SETTINGS_CONTROLS_CONTROLLED_BUTTON_HTML"
330 file="controls/controlled_button.html" 330 file="controls/controlled_button.html"
331 type="chrome_html" /> 331 type="chrome_html" />
332 <structure name="IDR_SETTINGS_CONTROLS_CONTROLLED_RADIO_BUTTON_JS"
333 file="controls/controlled_radio_button.js"
334 type="chrome_html" />
335 <structure name="IDR_SETTINGS_CONTROLS_CONTROLLED_RADIO_BUTTON_HTML"
336 file="controls/controlled_radio_button.html"
337 type="chrome_html" />
332 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_HTML" 338 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_HTML"
333 file="controls/settings_checkbox.html" 339 file="controls/settings_checkbox.html"
334 type="chrome_html" /> 340 type="chrome_html" />
335 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_JS" 341 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_JS"
336 file="controls/settings_checkbox.js" 342 file="controls/settings_checkbox.js"
337 type="chrome_html" /> 343 type="chrome_html" />
338 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_HTML" 344 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_HTML"
339 file="controls/settings_dropdown_menu.html" 345 file="controls/settings_dropdown_menu.html"
340 type="chrome_html" /> 346 type="chrome_html" />
341 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_JS" 347 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_JS"
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
1071 type="chrome_html" /> 1077 type="chrome_html" />
1072 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1078 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1073 file="people_page/users_page.html" 1079 file="people_page/users_page.html"
1074 type="chrome_html" 1080 type="chrome_html"
1075 flattenhtml="true" 1081 flattenhtml="true"
1076 allowexternalscript="true" /> 1082 allowexternalscript="true" />
1077 </if> 1083 </if>
1078 </structures> 1084 </structures>
1079 </release> 1085 </release>
1080 </grit> 1086 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698