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

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

Issue 2716333002: Implement important sites dialog for desktop. (Closed)
Patch Set: change ImportantSite type declaration 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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 type="chrome_html" /> 394 type="chrome_html" />
395 <structure name="IDR_SETTINGS_CONTROLS_EXTENSION_CONTROLLED_INDICATOR_HTML " 395 <structure name="IDR_SETTINGS_CONTROLS_EXTENSION_CONTROLLED_INDICATOR_HTML "
396 file="controls/extension_controlled_indicator.html" 396 file="controls/extension_controlled_indicator.html"
397 type="chrome_html" /> 397 type="chrome_html" />
398 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_HTML" 398 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_HTML"
399 file="controls/settings_checkbox.html" 399 file="controls/settings_checkbox.html"
400 type="chrome_html" /> 400 type="chrome_html" />
401 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_JS" 401 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_JS"
402 file="controls/settings_checkbox.js" 402 file="controls/settings_checkbox.js"
403 type="chrome_html" /> 403 type="chrome_html" />
404 <structure name="IDR_SETTINGS_CONTROLS_IMPORTANT_SITE_CHECKBOX_HTML"
405 file="controls/important_site_checkbox.html"
406 type="chrome_html" />
407 <structure name="IDR_SETTINGS_CONTROLS_IMPORTANT_SITE_CHECKBOX_JS"
408 file="controls/important_site_checkbox.js"
michaelpg 2017/05/03 21:48:06 add this to compiled_resources2.gyp so the closure
dullweber 2017/05/04 08:31:09 Done.
409 type="chrome_html" />
404 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_HTML" 410 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_HTML"
405 file="controls/settings_dropdown_menu.html" 411 file="controls/settings_dropdown_menu.html"
406 type="chrome_html" /> 412 type="chrome_html" />
407 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_JS" 413 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_JS"
408 file="controls/settings_dropdown_menu.js" 414 file="controls/settings_dropdown_menu.js"
409 type="chrome_html" /> 415 type="chrome_html" />
410 <structure name="IDR_SETTINGS_CONTROLS_PREF_CONTROL_BEHAVIOR_HTML" 416 <structure name="IDR_SETTINGS_CONTROLS_PREF_CONTROL_BEHAVIOR_HTML"
411 file="controls/pref_control_behavior.html" 417 file="controls/pref_control_behavior.html"
412 type="chrome_html" /> 418 type="chrome_html" />
413 <structure name="IDR_SETTINGS_CONTROLS_PREF_CONTROL_BEHAVIOR_JS" 419 <structure name="IDR_SETTINGS_CONTROLS_PREF_CONTROL_BEHAVIOR_JS"
(...skipping 891 matching lines...) Expand 10 before | Expand all | Expand 10 after
1305 type="chrome_html" /> 1311 type="chrome_html" />
1306 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1312 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1307 file="people_page/users_page.html" 1313 file="people_page/users_page.html"
1308 type="chrome_html" 1314 type="chrome_html"
1309 preprocess="true" 1315 preprocess="true"
1310 allowexternalscript="true" /> 1316 allowexternalscript="true" />
1311 </if> 1317 </if>
1312 </structures> 1318 </structures>
1313 </release> 1319 </release>
1314 </grit> 1320 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698