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

Side by Side Diff: ui/webui/resources/webui_resources.grd

Issue 1919183005: Cleanup: Extract icon related methods outside of util.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename favicon.html to icon.html Created 4 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
« ui/webui/resources/js/util.js ('K') | « ui/webui/resources/js/util.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This comment is only here because changes to resources are not picked up 2 <!-- This comment is only here because changes to resources are not picked up
3 without changes to the corresponding grd file. --> 3 without changes to the corresponding grd file. -->
4 <grit latest_public_release="0" current_release="1"> 4 <grit latest_public_release="0" current_release="1">
5 <outputs> 5 <outputs>
6 <output filename="grit/webui_resources.h" type="rc_header"> 6 <output filename="grit/webui_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="grit/webui_resources_map.cc" 9 <output filename="grit/webui_resources_map.cc"
10 type="resource_file_map_source" /> 10 type="resource_file_map_source" />
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 <structure name="IDR_WEBUI_HTML_CR_UI_MENU_BUTTON" 294 <structure name="IDR_WEBUI_HTML_CR_UI_MENU_BUTTON"
295 file="html/cr/ui/menu_button.html" type="chrome_html" /> 295 file="html/cr/ui/menu_button.html" type="chrome_html" />
296 <structure name="IDR_WEBUI_HTML_CR_UI_MENU_ITEM" 296 <structure name="IDR_WEBUI_HTML_CR_UI_MENU_ITEM"
297 file="html/cr/ui/menu_item.html" type="chrome_html" /> 297 file="html/cr/ui/menu_item.html" type="chrome_html" />
298 <structure name="IDR_WEBUI_HTML_CR_UI_OVERLAY" 298 <structure name="IDR_WEBUI_HTML_CR_UI_OVERLAY"
299 file="html/cr/ui/overlay.html" type="chrome_html" /> 299 file="html/cr/ui/overlay.html" type="chrome_html" />
300 <structure name="IDR_WEBUI_HTML_CR_UI_POSITION_UTIL" 300 <structure name="IDR_WEBUI_HTML_CR_UI_POSITION_UTIL"
301 file="html/cr/ui/position_util.html" type="chrome_html" /> 301 file="html/cr/ui/position_util.html" type="chrome_html" />
302 <structure name="IDR_WEBUI_HTML_EVENT_TRACKER" 302 <structure name="IDR_WEBUI_HTML_EVENT_TRACKER"
303 file="html/event_tracker.html" type="chrome_html" /> 303 file="html/event_tracker.html" type="chrome_html" />
304 <structure name="IDR_WEBUI_HTML_ICON"
305 file="html/icon.html" type="chrome_html" />
304 <structure name="IDR_WEBUI_HTML_I18N_TEMPLATE" 306 <structure name="IDR_WEBUI_HTML_I18N_TEMPLATE"
305 file="html/i18n_template.html" type="chrome_html" /> 307 file="html/i18n_template.html" type="chrome_html" />
306 <structure name="IDR_WEBUI_HTML_LOAD_TIME_DATA" 308 <structure name="IDR_WEBUI_HTML_LOAD_TIME_DATA"
307 file="html/load_time_data.html" type="chrome_html" /> 309 file="html/load_time_data.html" type="chrome_html" />
308 <structure name="IDR_WEBUI_HTML_PARSE_HTML_SUBSET" 310 <structure name="IDR_WEBUI_HTML_PARSE_HTML_SUBSET"
309 file="html/parse_html_subset.html" type="chrome_html" /> 311 file="html/parse_html_subset.html" type="chrome_html" />
310 <structure name="IDR_WEBUI_HTML_POLYMER" 312 <structure name="IDR_WEBUI_HTML_POLYMER"
311 file="html/polymer.html" type="chrome_html" /> 313 file="html/polymer.html" type="chrome_html" />
312 <structure name="IDR_WEBUI_HTML_I18N_BEHAVIOR" 314 <structure name="IDR_WEBUI_HTML_I18N_BEHAVIOR"
313 file="html/i18n_behavior.html" type="chrome_html" /> 315 file="html/i18n_behavior.html" type="chrome_html" />
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 file="js/cr/ui/table/table_splitter.js" 424 file="js/cr/ui/table/table_splitter.js"
423 type="chrome_html" /> 425 type="chrome_html" />
424 <structure name="IDR_WEBUI_JS_CR_UI_TABS" 426 <structure name="IDR_WEBUI_JS_CR_UI_TABS"
425 file="js/cr/ui/tabs.js" type="chrome_html" /> 427 file="js/cr/ui/tabs.js" type="chrome_html" />
426 <structure name="IDR_WEBUI_JS_CR_UI_TREE" 428 <structure name="IDR_WEBUI_JS_CR_UI_TREE"
427 file="js/cr/ui/tree.js" type="chrome_html" /> 429 file="js/cr/ui/tree.js" type="chrome_html" />
428 <structure name="IDR_WEBUI_JS_CR_UI_TOUCH_HANDLER" 430 <structure name="IDR_WEBUI_JS_CR_UI_TOUCH_HANDLER"
429 file="js/cr/ui/touch_handler.js" type="chrome_html" /> 431 file="js/cr/ui/touch_handler.js" type="chrome_html" />
430 <structure name="IDR_WEBUI_JS_EVENT_TRACKER" 432 <structure name="IDR_WEBUI_JS_EVENT_TRACKER"
431 file="js/event_tracker.js" type="chrome_html" /> 433 file="js/event_tracker.js" type="chrome_html" />
434 <structure name="IDR_WEBUI_JS_ICON"
435 file="js/icon.js" type="chrome_html" flattenhtml="true" />
432 <structure name="IDR_WEBUI_JS_I18N_TEMPLATE_NO_PROCESS" 436 <structure name="IDR_WEBUI_JS_I18N_TEMPLATE_NO_PROCESS"
433 file="js/i18n_template_no_process.js" 437 file="js/i18n_template_no_process.js"
434 type="chrome_html" /> 438 type="chrome_html" />
435 <structure name="IDR_WEBUI_JS_LOAD_TIME_DATA" 439 <structure name="IDR_WEBUI_JS_LOAD_TIME_DATA"
436 file="js/load_time_data.js" type="chrome_html" /> 440 file="js/load_time_data.js" type="chrome_html" />
437 <structure name="IDR_WEBUI_JS_PARSE_HTML_SUBSET" 441 <structure name="IDR_WEBUI_JS_PARSE_HTML_SUBSET"
438 file="js/parse_html_subset.js" type="chrome_html" /> 442 file="js/parse_html_subset.js" type="chrome_html" />
439 <structure name="IDR_WEBUI_JS_POLYMER_CONFIG" 443 <structure name="IDR_WEBUI_JS_POLYMER_CONFIG"
440 file="js/polymer_config.js" type="chrome_html" /> 444 file="js/polymer_config.js" type="chrome_html" />
441 <structure name="IDR_WEBUI_JS_I18N_BEHAVIOR" 445 <structure name="IDR_WEBUI_JS_I18N_BEHAVIOR"
(...skipping 15 matching lines...) Expand all
457 file="js/chromeos/ui_account_tweaks.js" 461 file="js/chromeos/ui_account_tweaks.js"
458 type="chrome_html" /> 462 type="chrome_html" />
459 </if> 463 </if>
460 <part file="cr_elements_resources.grdp" /> 464 <part file="cr_elements_resources.grdp" />
461 <if expr="not is_android"> 465 <if expr="not is_android">
462 <part file="polymer_resources.grdp" /> 466 <part file="polymer_resources.grdp" />
463 </if> 467 </if>
464 </structures> 468 </structures>
465 </release> 469 </release>
466 </grit> 470 </grit>
OLDNEW
« ui/webui/resources/js/util.js ('K') | « ui/webui/resources/js/util.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698