diff options
author | msarda@chromium.org <msarda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-31 11:03:56 +0000 |
---|---|---|
committer | msarda@chromium.org <msarda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-31 11:03:56 +0000 |
commit | 65999c454433380d3c43f63e63317ae97b1e06d9 (patch) | |
tree | 145a5c21ca2519e11bf1fa7b22100aaf411b956d /tools/gritsettings | |
parent | 8ae7086be857890349739a5f1b32c8db81810a02 (diff) | |
download | chromium_src-65999c454433380d3c43f63e63317ae97b1e06d9.zip chromium_src-65999c454433380d3c43f63e63317ae97b1e06d9.tar.gz chromium_src-65999c454433380d3c43f63e63317ae97b1e06d9.tar.bz2 |
Reserve resource ids starting at 31000 for projects built on Chromium.
Currently iOS has a bunch of strings in the internal repository and they are
repacked by the build in the same .pak. The intent of this CL is to have these
strings in a protected range to prevent the possibility of sudden build
bustage due to collisions. As this seems like a general problem that anything
built on Chromium is likely to face, this CLs reserves the resource ids starting at
31000 for all projects built on top of Chromium.
Review URL: https://chromiumcodereview.appspot.com/11341009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165143 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/gritsettings')
-rw-r--r-- | tools/gritsettings/resource_ids | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gritsettings/resource_ids b/tools/gritsettings/resource_ids index 2539774..e0c86fb 100644 --- a/tools/gritsettings/resource_ids +++ b/tools/gritsettings/resource_ids @@ -187,4 +187,6 @@ "third_party/trace-viewer/src/tracing.grd": { "includes": [27000], }, + + # Resource ids starting at 31000 are reserved for projects built on Chromium. } |