Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / tools / gritsettings / resource_ids
index 6cf6292..c4a6337 100644 (file)
 # 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": "../..",
 
   "chrome/browser/browser_resources.grd": {
-    "includes": [500],
+    "includes": [400],
     "structures": [750],
   },
   "chrome/browser/resources/component_extension_resources.grd": {
@@ -44,7 +42,7 @@
   "ui/resources/ui_unscaled_resources.grd": {
     "includes": [4500],
   },
-  "webkit/glue/resources/webkit_resources.grd": {
+  "content/app/resources/content_resources.grd": {
     "structures": [4700],
   },
   "ui/resources/ui_resources.grd": {
   "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],
   "extensions/extensions_resources.grd": {
     "includes": [26600],
   },
+  "extensions/browser/resources/extensions_browser_resources.grd": {
+    "structures": [26800],
+  },
   "extensions/renderer/resources/extensions_renderer_resources.grd": {
-    "includes": [26800],
+    "includes": [26850],
+    "structures": [26950],
   },
   "extensions/extensions_strings.grd": {
     "messages": [27000],
   },
-  "extensions/shell/app_shell_resources.grd": {
-    "includes": [27400],
-  },
   "chrome/browser/resources/memory_internals_resources.grd": {
     "includes": [27500],
   },
   "third_party/WebKit/public/blink_resources.grd": {
     "includes": [30500],
   },
+
+  # These files don't need to reserve resource ids, but are listed here so that
+  # translation scripts know of their existence.
+  "android_webview/java/strings/android_webview_strings.grd": {},
+  "chrome/android/java/strings/android_chrome_strings.grd": {},
+  "content/public/android/java/strings/android_content_strings.grd": {},
+  "ui/android/java/strings/android_ui_strings.grd": {},
+
   # Resource ids starting at 31000 are reserved for projects built on Chromium.
 }