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

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

Issue 2691693003: MD WebUI: avoid double-loading i18nTemplate when unvulcanized (Closed)
Patch Set: webui_resources.grd Created 3 years, 10 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
« no previous file with comments | « ui/webui/resources/js/i18n_template_process.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" output_all_resource_defines= "false"> 4 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 file="js/cr/ui/tree.js" type="chrome_html" /> 461 file="js/cr/ui/tree.js" type="chrome_html" />
462 <structure name="IDR_WEBUI_JS_CR_UI_TOUCH_HANDLER" 462 <structure name="IDR_WEBUI_JS_CR_UI_TOUCH_HANDLER"
463 file="js/cr/ui/touch_handler.js" type="chrome_html" /> 463 file="js/cr/ui/touch_handler.js" type="chrome_html" />
464 <structure name="IDR_WEBUI_JS_EVENT_TRACKER" 464 <structure name="IDR_WEBUI_JS_EVENT_TRACKER"
465 file="js/event_tracker.js" type="chrome_html" /> 465 file="js/event_tracker.js" type="chrome_html" />
466 <structure name="IDR_WEBUI_JS_ICON" 466 <structure name="IDR_WEBUI_JS_ICON"
467 file="js/icon.js" type="chrome_html" flattenhtml="true" /> 467 file="js/icon.js" type="chrome_html" flattenhtml="true" />
468 <structure name="IDR_WEBUI_JS_I18N_TEMPLATE_NO_PROCESS" 468 <structure name="IDR_WEBUI_JS_I18N_TEMPLATE_NO_PROCESS"
469 file="js/i18n_template_no_process.js" 469 file="js/i18n_template_no_process.js"
470 type="chrome_html" /> 470 type="chrome_html" />
471 <structure name="IDR_WEBUI_JS_I18N_TEMPLATE_PROCESS"
472 file="js/i18n_template_process.js"
473 type="chrome_html" />
471 <structure name="IDR_WEBUI_JS_LOAD_TIME_DATA" 474 <structure name="IDR_WEBUI_JS_LOAD_TIME_DATA"
472 file="js/load_time_data.js" type="chrome_html" /> 475 file="js/load_time_data.js" type="chrome_html" />
473 <structure name="IDR_WEBUI_JS_PARSE_HTML_SUBSET" 476 <structure name="IDR_WEBUI_JS_PARSE_HTML_SUBSET"
474 file="js/parse_html_subset.js" type="chrome_html" /> 477 file="js/parse_html_subset.js" type="chrome_html" />
475 <structure name="IDR_WEBUI_JS_POLYMER_CONFIG" 478 <structure name="IDR_WEBUI_JS_POLYMER_CONFIG"
476 file="js/polymer_config.js" type="chrome_html" /> 479 file="js/polymer_config.js" type="chrome_html" />
477 <structure name="IDR_WEBUI_JS_I18N_BEHAVIOR" 480 <structure name="IDR_WEBUI_JS_I18N_BEHAVIOR"
478 file="js/i18n_behavior.js" type="chrome_html" /> 481 file="js/i18n_behavior.js" type="chrome_html" />
479 <structure name="IDR_WEBUI_JS_UTIL" 482 <structure name="IDR_WEBUI_JS_UTIL"
480 file="js/util.js" type="chrome_html" flattenhtml="true" /> 483 file="js/util.js" type="chrome_html" flattenhtml="true" />
(...skipping 12 matching lines...) Expand all
493 file="js/chromeos/ui_account_tweaks.js" 496 file="js/chromeos/ui_account_tweaks.js"
494 type="chrome_html" /> 497 type="chrome_html" />
495 </if> 498 </if>
496 <if expr="not is_android"> 499 <if expr="not is_android">
497 <part file="cr_elements_resources.grdp" /> 500 <part file="cr_elements_resources.grdp" />
498 <part file="polymer_resources.grdp" /> 501 <part file="polymer_resources.grdp" />
499 </if> 502 </if>
500 </structures> 503 </structures>
501 </release> 504 </release>
502 </grit> 505 </grit>
OLDNEW
« no previous file with comments | « ui/webui/resources/js/i18n_template_process.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698