diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-02 22:49:50 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-02 22:49:50 +0000 |
commit | d4fe21d199b8d59d3c0733f7b41deb32f286b64f (patch) | |
tree | 0d25da94fcbae6577b6d0653032f5ffb08098412 /chrome/common/common_resources.grd | |
parent | b14ceb99e98bbe44e3b90492d9ca070c7c60b621 (diff) | |
download | chromium_src-d4fe21d199b8d59d3c0733f7b41deb32f286b64f.zip chromium_src-d4fe21d199b8d59d3c0733f7b41deb32f286b64f.tar.gz chromium_src-d4fe21d199b8d59d3c0733f7b41deb32f286b64f.tar.bz2 |
Clean up .grds, step 1: Alphabetize.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2838041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51572 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> |