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

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

Issue 2716333002: Implement important sites dialog for desktop. (Closed)
Patch Set: rename util file and remove pure static class 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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 type="chrome_html" /> 388 type="chrome_html" />
389 <structure name="IDR_SETTINGS_CONTROLS_EXTENSION_CONTROLLED_INDICATOR_HTML " 389 <structure name="IDR_SETTINGS_CONTROLS_EXTENSION_CONTROLLED_INDICATOR_HTML "
390 file="controls/extension_controlled_indicator.html" 390 file="controls/extension_controlled_indicator.html"
391 type="chrome_html" /> 391 type="chrome_html" />
392 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_HTML" 392 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_HTML"
393 file="controls/settings_checkbox.html" 393 file="controls/settings_checkbox.html"
394 type="chrome_html" /> 394 type="chrome_html" />
395 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_JS" 395 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_JS"
396 file="controls/settings_checkbox.js" 396 file="controls/settings_checkbox.js"
397 type="chrome_html" /> 397 type="chrome_html" />
398 <structure name="IDR_IMPORTANT_SITES_CONTROLS_CHECKBOX_HTML"
399 file="controls/important_site_checkbox.html"
400 type="chrome_html" />
401 <structure name="IDR_IMPORTANT_SITES_CONTROLS_CHECKBOX_JS"
402 file="controls/important_site_checkbox.js"
403 type="chrome_html" />
398 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_HTML" 404 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_HTML"
399 file="controls/settings_dropdown_menu.html" 405 file="controls/settings_dropdown_menu.html"
400 type="chrome_html" /> 406 type="chrome_html" />
401 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_JS" 407 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_JS"
402 file="controls/settings_dropdown_menu.js" 408 file="controls/settings_dropdown_menu.js"
403 type="chrome_html" /> 409 type="chrome_html" />
404 <structure name="IDR_SETTINGS_CONTROLS_INPUT_HTML" 410 <structure name="IDR_SETTINGS_CONTROLS_INPUT_HTML"
405 file="controls/settings_input.html" 411 file="controls/settings_input.html"
406 type="chrome_html" /> 412 type="chrome_html" />
407 <structure name="IDR_SETTINGS_CONTROLS_INPUT_JS" 413 <structure name="IDR_SETTINGS_CONTROLS_INPUT_JS"
(...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
1276 type="chrome_html" /> 1282 type="chrome_html" />
1277 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1283 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1278 file="people_page/users_page.html" 1284 file="people_page/users_page.html"
1279 type="chrome_html" 1285 type="chrome_html"
1280 preprocess="true" 1286 preprocess="true"
1281 allowexternalscript="true" /> 1287 allowexternalscript="true" />
1282 </if> 1288 </if>
1283 </structures> 1289 </structures>
1284 </release> 1290 </release>
1285 </grit> 1291 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698