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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/webui/resources/js/i18n_behavior.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/webui_resources.grd
diff --git a/ui/webui/resources/webui_resources.grd b/ui/webui/resources/webui_resources.grd
index 50af42a1ec69bf88a547d0a529529f2ed465087e..24c5c5aae2acc97815a51ce99d6f8ba157b51ccd 100644
--- a/ui/webui/resources/webui_resources.grd
+++ b/ui/webui/resources/webui_resources.grd
@@ -297,6 +297,8 @@ without changes to the corresponding grd file. -->
file="html/load_time_data.html" type="chrome_html" />
<structure name="IDR_WEBUI_HTML_POLYMER_CONFIG"
file="html/polymer_config.html" type="chrome_html" />
+ <structure name="IDR_WEBUI_HTML_I18N_BEHAVIOR"
+ file="html/i18n_behavior.html" type="chrome_html" />
<structure name="IDR_WEBUI_HTML_UTIL"
file="html/util.html" type="chrome_html" />
@@ -422,6 +424,8 @@ without changes to the corresponding grd file. -->
file="js/parse_html_subset.js" type="chrome_html" />
<structure name="IDR_WEBUI_JS_POLYMER_CONFIG"
file="js/polymer_config.js" type="chrome_html" />
+ <structure name="IDR_WEBUI_JS_I18N_BEHAVIOR"
+ file="js/i18n_behavior.js" type="chrome_html" />
<structure name="IDR_WEBUI_JS_UTIL"
file="js/util.js" type="chrome_html" flattenhtml="true" />
<structure name="IDR_WEBUI_JS_WEBUI_RESOURCE_TEST"
« 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