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

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

Issue 1404593002: Extract i18n behavior from settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove polymer_ prefix. Created 5 years, 2 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_behavior.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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 <structure name="IDR_WEBUI_HTML_CR_UI_POSITION_UTIL" 290 <structure name="IDR_WEBUI_HTML_CR_UI_POSITION_UTIL"
291 file="html/cr/ui/position_util.html" type="chrome_html" /> 291 file="html/cr/ui/position_util.html" type="chrome_html" />
292 <structure name="IDR_WEBUI_HTML_EVENT_TRACKER" 292 <structure name="IDR_WEBUI_HTML_EVENT_TRACKER"
293 file="html/event_tracker.html" type="chrome_html" /> 293 file="html/event_tracker.html" type="chrome_html" />
294 <structure name="IDR_WEBUI_HTML_I18N_TEMPLATE" 294 <structure name="IDR_WEBUI_HTML_I18N_TEMPLATE"
295 file="html/i18n_template.html" type="chrome_html" /> 295 file="html/i18n_template.html" type="chrome_html" />
296 <structure name="IDR_WEBUI_HTML_LOAD_TIME_DATA" 296 <structure name="IDR_WEBUI_HTML_LOAD_TIME_DATA"
297 file="html/load_time_data.html" type="chrome_html" /> 297 file="html/load_time_data.html" type="chrome_html" />
298 <structure name="IDR_WEBUI_HTML_POLYMER_CONFIG" 298 <structure name="IDR_WEBUI_HTML_POLYMER_CONFIG"
299 file="html/polymer_config.html" type="chrome_html" /> 299 file="html/polymer_config.html" type="chrome_html" />
300 <structure name="IDR_WEBUI_HTML_I18N_BEHAVIOR"
301 file="html/i18n_behavior.html" type="chrome_html" />
300 <structure name="IDR_WEBUI_HTML_UTIL" 302 <structure name="IDR_WEBUI_HTML_UTIL"
301 file="html/util.html" type="chrome_html" /> 303 file="html/util.html" type="chrome_html" />
302 304
303 <structure name="IDR_WEBUI_JS_ACTION_LINK" 305 <structure name="IDR_WEBUI_JS_ACTION_LINK"
304 file="js/action_link.js" type="chrome_html" /> 306 file="js/action_link.js" type="chrome_html" />
305 <structure name="IDR_WEBUI_JS_ASSERT" 307 <structure name="IDR_WEBUI_JS_ASSERT"
306 file="js/assert.js" type="chrome_html" /> 308 file="js/assert.js" type="chrome_html" />
307 <structure name="IDR_WEBUI_JS_CR" 309 <structure name="IDR_WEBUI_JS_CR"
308 file="js/cr.js" type="chrome_html" /> 310 file="js/cr.js" type="chrome_html" />
309 <structure name="IDR_WEBUI_JS_CR_EVENT_TARGET" 311 <structure name="IDR_WEBUI_JS_CR_EVENT_TARGET"
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 file="js/i18n_template_no_process.js" 417 file="js/i18n_template_no_process.js"
416 type="chrome_html" /> 418 type="chrome_html" />
417 <structure name="IDR_WEBUI_JS_LOAD_TIME_DATA" 419 <structure name="IDR_WEBUI_JS_LOAD_TIME_DATA"
418 file="js/load_time_data.js" type="chrome_html" /> 420 file="js/load_time_data.js" type="chrome_html" />
419 <structure name="IDR_WEBUI_JS_MEDIA_COMMON" 421 <structure name="IDR_WEBUI_JS_MEDIA_COMMON"
420 file="js/media_common.js" type="chrome_html" /> 422 file="js/media_common.js" type="chrome_html" />
421 <structure name="IDR_WEBUI_JS_PARSE_HTML_SUBSET" 423 <structure name="IDR_WEBUI_JS_PARSE_HTML_SUBSET"
422 file="js/parse_html_subset.js" type="chrome_html" /> 424 file="js/parse_html_subset.js" type="chrome_html" />
423 <structure name="IDR_WEBUI_JS_POLYMER_CONFIG" 425 <structure name="IDR_WEBUI_JS_POLYMER_CONFIG"
424 file="js/polymer_config.js" type="chrome_html" /> 426 file="js/polymer_config.js" type="chrome_html" />
427 <structure name="IDR_WEBUI_JS_I18N_BEHAVIOR"
428 file="js/i18n_behavior.js" type="chrome_html" />
425 <structure name="IDR_WEBUI_JS_UTIL" 429 <structure name="IDR_WEBUI_JS_UTIL"
426 file="js/util.js" type="chrome_html" flattenhtml="true" /> 430 file="js/util.js" type="chrome_html" flattenhtml="true" />
427 <structure name="IDR_WEBUI_JS_WEBUI_RESOURCE_TEST" 431 <structure name="IDR_WEBUI_JS_WEBUI_RESOURCE_TEST"
428 file="js/webui_resource_test.js" type="chrome_html" /> 432 file="js/webui_resource_test.js" type="chrome_html" />
429 <if expr="chromeos"> 433 <if expr="chromeos">
430 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" 434 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS"
431 file="css/chromeos/ui_account_tweaks.css" 435 file="css/chromeos/ui_account_tweaks.css"
432 type="chrome_html" /> 436 type="chrome_html" />
433 <structure name="IDR_WEBUI_HTML_UI_ACCOUNT_TWEAKS" 437 <structure name="IDR_WEBUI_HTML_UI_ACCOUNT_TWEAKS"
434 file="html/chromeos/ui_account_tweaks.html" 438 file="html/chromeos/ui_account_tweaks.html"
435 type="chrome_html" /> 439 type="chrome_html" />
436 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" 440 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS"
437 file="js/chromeos/ui_account_tweaks.js" 441 file="js/chromeos/ui_account_tweaks.js"
438 type="chrome_html" /> 442 type="chrome_html" />
439 </if> 443 </if>
440 <part file="cr_elements_resources.grdp" /> 444 <part file="cr_elements_resources.grdp" />
441 <part file="polymer_resources.grdp" /> 445 <part file="polymer_resources.grdp" />
442 </structures> 446 </structures>
443 </release> 447 </release>
444 </grit> 448 </grit>
OLDNEW
« no previous file with comments | « ui/webui/resources/js/i18n_behavior.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698