diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-13 20:33:58 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-13 20:33:58 +0000 |
commit | eb44eee2d7ea947e554abbbc8af3044e65c8c162 (patch) | |
tree | b6eabab89d13fecab78eb9f64f1289bc802fc53b /chrome/common/common_resources.grd | |
parent | 335a82de3ca04230b393f1722e973a0f20e720b6 (diff) | |
download | chromium_src-eb44eee2d7ea947e554abbbc8af3044e65c8c162.zip chromium_src-eb44eee2d7ea947e554abbbc8af3044e65c8c162.tar.gz chromium_src-eb44eee2d7ea947e554abbbc8af3044e65c8c162.tar.bz2 |
Assign resource ids from a central file.
This allows us to control resource id assignment across all grd
files so we can avoid id collisions.
BUG=48625
Review URL: http://codereview.chromium.org/2961002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52211 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common_resources.grd')
-rw-r--r-- | chrome/common/common_resources.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/common_resources.grd b/chrome/common/common_resources.grd index 15ec3ae..ea1b784 100644 --- a/chrome/common/common_resources.grd +++ b/chrome/common/common_resources.grd @@ -8,7 +8,7 @@ <output filename="common_resources.rc" type="rc_all" /> </outputs> <release seq="1"> - <includes first_id="1000"> + <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" /> |