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

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

Issue 2716333002: Implement important sites dialog for desktop. (Closed)
Patch Set: add using declaration Created 3 years, 8 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"
dschuyler 2017/04/07 00:02:06 Please use the pattern: IDR_SETTINGS_CONTROLS_IMPO
dullweber 2017/04/07 09:39:21 Done.
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 884 matching lines...) Expand 10 before | Expand all | Expand 10 after
1292 type="chrome_html" /> 1298 type="chrome_html" />
1293 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1299 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1294 file="people_page/users_page.html" 1300 file="people_page/users_page.html"
1295 type="chrome_html" 1301 type="chrome_html"
1296 preprocess="true" 1302 preprocess="true"
1297 allowexternalscript="true" /> 1303 allowexternalscript="true" />
1298 </if> 1304 </if>
1299 </structures> 1305 </structures>
1300 </release> 1306 </release>
1301 </grit> 1307 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698