diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-02 23:40:58 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-02 23:40:58 +0000 |
commit | d532af52b04d66589eabc980f0d5c791d8351227 (patch) | |
tree | d9fb51e4ca3a0b611fe44c159c70b9e818fcf9d3 /chrome/common/common_resources.grd | |
parent | b98d65823b1ddd8dd1c698f565bcb23d8bd4700b (diff) | |
download | chromium_src-d532af52b04d66589eabc980f0d5c791d8351227.zip chromium_src-d532af52b04d66589eabc980f0d5c791d8351227.tar.gz chromium_src-d532af52b04d66589eabc980f0d5c791d8351227.tar.bz2 |
Revert 51572 - Clean up .grds, step 1: Alphabetize.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2838041
TBR=pkasting@chromium.org
Review URL: http://codereview.chromium.org/2864039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51575 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common_resources.grd')
-rw-r--r-- | chrome/common/common_resources.grd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/common_resources.grd b/chrome/common/common_resources.grd index ea1b784..6dda963 100644 --- a/chrome/common/common_resources.grd +++ b/chrome/common/common_resources.grd @@ -4,14 +4,14 @@ <output filename="grit/common_resources.h" type="rc_header"> <emit emit_type='prepend'></emit> </output> - <output filename="common_resources.pak" type="data_package" /> <output filename="common_resources.rc" type="rc_all" /> + <output filename="common_resources.pak" type="data_package" /> </outputs> <release seq="1"> <includes> - <include name="IDR_EXTENSION_API_JSON" file="extensions\api\extension_api.json" type="BINDATA" /> - <include name="IDR_I18N_TEMPLATE_JS" file="..\browser\resources\shared\js\i18n_template.js" type="BINDATA" /> <include name="IDR_JSTEMPLATE_JS" file="..\third_party\jstemplate\jstemplate_compiled.js" type="BINDATA" /> + <include name="IDR_I18N_TEMPLATE_JS" file="..\browser\resources\shared\js\i18n_template.js" type="BINDATA" /> + <include name="IDR_EXTENSION_API_JSON" file="extensions\api\extension_api.json" type="BINDATA" /> </includes> </release> </grit> |