diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-08 22:33:16 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-08 22:33:16 +0000 |
commit | 6d11e40470ab1574c8a2a85389a281a5436e8263 (patch) | |
tree | 3e12ad57c8fed9645ef71293360e496ad2f05fe4 /chrome/common/common_resources.grd | |
parent | 981b1078b061cff7cbb3c2895c857a3f68f72182 (diff) | |
download | chromium_src-6d11e40470ab1574c8a2a85389a281a5436e8263.zip chromium_src-6d11e40470ab1574c8a2a85389a281a5436e8263.tar.gz chromium_src-6d11e40470ab1574c8a2a85389a281a5436e8263.tar.bz2 |
Clean up .grds, step 1: Alphabetize.
BUG=none
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51906 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 6dda963..ea1b784 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.rc" type="rc_all" /> <output filename="common_resources.pak" type="data_package" /> + <output filename="common_resources.rc" type="rc_all" /> </outputs> <release seq="1"> <includes> - <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" /> + <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" /> </includes> </release> </grit> |