Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: tools/gritsettings/resource_ids

Issue 591803002: Add athena_strings.grd with athena specific strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/check_grd_for_unused_strings.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gritsettings/resource_ids
diff --git a/tools/gritsettings/resource_ids b/tools/gritsettings/resource_ids
index 9cd707cc254204eddec5e214e1b50c1482473ac4..c4a6337a4511598f8cddfac20aae76ceb4898fac 100644
--- a/tools/gritsettings/resource_ids
+++ b/tools/gritsettings/resource_ids
@@ -10,9 +10,7 @@
# The first entry in the file, SRCDIR, is special: It is a relative path from
# this file to the base of your checkout.
#
-# http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx says that the
-# range for IDR_ is 1 to 28,671 and the range for IDS_ is 1 to 32,767 and
-# common convention starts practical use of IDs at 100 or 101.
+# The range of ID values, which is used by pak files, is from 0 to 2^16 - 1.
{
"SRCDIR": "../..",
@@ -57,11 +55,14 @@
"athena/resources/athena_resources.grd": {
"structures": [6400],
},
+ "athena/strings/athena_strings.grd": {
+ "messages": [6500],
+ },
"chrome/app/theme/theme_resources.grd": {
- "structures": [6500],
+ "structures": [7000],
},
"chrome/app/theme/chrome_unscaled_resources.grd": {
- "includes": [7500],
+ "includes": [8000],
},
"ui/strings/app_locale_settings.grd": {
"messages": [9000],
« no previous file with comments | « tools/check_grd_for_unused_strings.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698