| 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..8c1ee79e339c5f82087dfcdf37d019dd4ce4ba56 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_POLYMER_I18N_BEHAVIOR"
|
| + file="html/polymer_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_POLYMER_I18N_BEHAVIOR"
|
| + file="js/polymer_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"
|
|
|