diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-17 17:50:15 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-17 17:50:15 +0000 |
commit | e28b283e4a9d5110d40dbc93033eb049ffb09ee8 (patch) | |
tree | 552f621d735ac504186370f9abc9b593fcc299d4 /chrome/common/common_resources.grd | |
parent | 7abdca9a757c9816bc91b2a2c88917469bcdc8c5 (diff) | |
download | chromium_src-e28b283e4a9d5110d40dbc93033eb049ffb09ee8.zip chromium_src-e28b283e4a9d5110d40dbc93033eb049ffb09ee8.tar.gz chromium_src-e28b283e4a9d5110d40dbc93033eb049ffb09ee8.tar.bz2 |
Move webui resources from chrome\browser\resources\shared to ui\webui\resources.
BUG=169170
Review URL: https://codereview.chromium.org/11962043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177425 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common_resources.grd')
-rw-r--r-- | chrome/common/common_resources.grd | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/common_resources.grd b/chrome/common/common_resources.grd index 8d014a8..bc7c186 100644 --- a/chrome/common/common_resources.grd +++ b/chrome/common/common_resources.grd @@ -11,10 +11,6 @@ <includes> <include name="IDR_EXTENSION_MANIFEST_FEATURES" file="extensions\api\_manifest_features.json" type="BINDATA" /> <include name="IDR_EXTENSION_PERMISSION_FEATURES" file="extensions\api\_permission_features.json" type="BINDATA" /> - <include name="IDR_I18N_PROCESS_JS" file="..\browser\resources\shared\js\i18n_process.js" type="BINDATA" /> - <include name="IDR_I18N_TEMPLATE_JS" file="..\browser\resources\shared\js\i18n_template.js" type="BINDATA" /> - <include name="IDR_I18N_TEMPLATE2_JS" file="..\browser\resources\shared\js\i18n_template2.js" flattenhtml="true" type="BINDATA" /> - <include name="IDR_JSTEMPLATE_JS" file="..\browser\resources\shared\js\jstemplate_compiled.js" flattenhtml="true" type="BINDATA" /> <include name="IDR_WEB_APP_SCHEMA" file="web_app_schema.json" type="BINDATA" /> <if expr="is_macosx"> <include name="IDR_NACL_SANDBOX_PROFILE" file="nacl_loader.sb" type="BINDATA" /> |