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

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

Issue 2716333002: Implement important sites dialog for desktop. (Closed)
Patch Set: fix comments Created 3 years, 7 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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 type="chrome_html" /> 389 type="chrome_html" />
390 <structure name="IDR_SETTINGS_CONTROLS_EXTENSION_CONTROLLED_INDICATOR_HTML " 390 <structure name="IDR_SETTINGS_CONTROLS_EXTENSION_CONTROLLED_INDICATOR_HTML "
391 file="controls/extension_controlled_indicator.html" 391 file="controls/extension_controlled_indicator.html"
392 type="chrome_html" /> 392 type="chrome_html" />
393 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_HTML" 393 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_HTML"
394 file="controls/settings_checkbox.html" 394 file="controls/settings_checkbox.html"
395 type="chrome_html" /> 395 type="chrome_html" />
396 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_JS" 396 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_JS"
397 file="controls/settings_checkbox.js" 397 file="controls/settings_checkbox.js"
398 type="chrome_html" /> 398 type="chrome_html" />
399 <structure name="IDR_SETTINGS_CONTROLS_IMPORTANT_SITE_CHECKBOX_HTML"
400 file="controls/important_site_checkbox.html"
401 type="chrome_html" />
402 <structure name="IDR_SETTINGS_CONTROLS_IMPORTANT_SITE_CHECKBOX_JS"
403 file="controls/important_site_checkbox.js"
404 type="chrome_html" />
399 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_HTML" 405 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_HTML"
400 file="controls/settings_dropdown_menu.html" 406 file="controls/settings_dropdown_menu.html"
401 type="chrome_html" /> 407 type="chrome_html" />
402 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_JS" 408 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_JS"
403 file="controls/settings_dropdown_menu.js" 409 file="controls/settings_dropdown_menu.js"
404 type="chrome_html" /> 410 type="chrome_html" />
405 <structure name="IDR_SETTINGS_CONTROLS_PREF_CONTROL_BEHAVIOR_HTML" 411 <structure name="IDR_SETTINGS_CONTROLS_PREF_CONTROL_BEHAVIOR_HTML"
406 file="controls/pref_control_behavior.html" 412 file="controls/pref_control_behavior.html"
407 type="chrome_html" /> 413 type="chrome_html" />
408 <structure name="IDR_SETTINGS_CONTROLS_PREF_CONTROL_BEHAVIOR_JS" 414 <structure name="IDR_SETTINGS_CONTROLS_PREF_CONTROL_BEHAVIOR_JS"
(...skipping 891 matching lines...) Expand 10 before | Expand all | Expand 10 after
1300 type="chrome_html" /> 1306 type="chrome_html" />
1301 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1307 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1302 file="people_page/users_page.html" 1308 file="people_page/users_page.html"
1303 type="chrome_html" 1309 type="chrome_html"
1304 preprocess="true" 1310 preprocess="true"
1305 allowexternalscript="true" /> 1311 allowexternalscript="true" />
1306 </if> 1312 </if>
1307 </structures> 1313 </structures>
1308 </release> 1314 </release>
1309 </grit> 1315 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698