1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 # This file is used to assign starting resource ids for resources and strings
6 # used by Chromium. This is done to ensure that resource ids are unique
7 # across all the grd files. If you are adding a new grd file, please add
8 # a new entry to this file.
10 # The first entry in the file, SRCDIR, is special: It is a relative path from
11 # this file to the base of your checkout.
13 # http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx says that the
14 # range for IDR_ is 1 to 28,671 and the range for IDS_ is 1 to 32,767 and
15 # common convention starts practical use of IDs at 100 or 101.
19 "chrome/browser/browser_resources.grd": {
23 "chrome/browser/resources/component_extension_resources.grd": {
27 "chrome/browser/resources/net_internals_resources.grd": {
30 "ui/webui/resources/webui_resources.grd": {
34 "chrome/common/common_resources.grd": {
37 "chrome/renderer/resources/renderer_resources.grd": {
41 "net/base/net_resources.grd": {
44 "ui/resources/ui_unscaled_resources.grd": {
47 "webkit/glue/resources/webkit_resources.grd": {
50 "ui/resources/ui_resources.grd": {
53 "ash/resources/ash_resources.grd": {
57 "chrome/app/theme/theme_resources.grd": {
60 "chrome/app/theme/chrome_unscaled_resources.grd": {
63 "ui/base/strings/app_locale_settings.grd": {
66 "chrome/app/resources/locale_settings.grd": {
70 # These each start with the same resource id because we only use one
71 # file for each build (chromiumos, google_chromeos, linux, mac, or win).
72 "chrome/app/resources/locale_settings_chromiumos.grd": {
75 "chrome/app/resources/locale_settings_google_chromeos.grd": {
78 "chrome/app/resources/locale_settings_linux.grd": {
81 "chrome/app/resources/locale_settings_mac.grd": {
84 "chrome/app/resources/locale_settings_win.grd": {
88 "ui/base/strings/ui_strings.grd": {
91 # Chromium strings and Google Chrome strings must start at the same id.
92 # We only use one file depending on whether we're building Chromium or
94 "chrome/app/chromium_strings.grd": {
97 "chrome/app/google_chrome_strings.grd": {
100 # Leave lots of space for generated_resources since it has most of our
102 "chrome/app/generated_resources.grd": {
103 "structures": [12000],
106 "webkit/glue/inspector_strings.grd": {
109 "webkit/glue/webkit_strings.grd": {
113 "components/policy/resources/policy_templates.grd": {
114 "structures": [20500],
118 "chrome/browser/resources/sync_internals_resources.grd": {
121 "chrome/browser/resources/signin_internals_resources.grd": {
124 "chrome/browser/resources/invalidations_resources.grd": {
127 # This file is generated during the build.
128 "<(SHARED_INTERMEDIATE_DIR)/devtools/devtools_resources.grd": {
131 "devtools_resources.grd": {
134 "chrome/browser/devtools/frontend/devtools_discovery_page_resources.grd": {
137 "chrome/browser/resources/options_resources.grd": {
140 "chrome/browser/resources/options_resources.grd": {
141 "structures": [23200],
143 "cloud_print/virtual_driver/win/install/virtual_driver_setup_resources.grd": {
147 "cloud_print/service/win/service_resources.grd": {
150 "structures": [23750],
152 "cloud_print/gcp20/prototype/gcp20_device.grd": {
155 "structures": [23860],
157 "chrome/browser/resources/quota_internals_resources.grd": {
160 "content/content_resources.grd": {
163 "content/shell/shell_resources.grd": {
166 # This file is generated during the build.
167 "<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resources.grd": {
170 "ash/ash_strings.grd": {
173 "chrome/common/extensions_api_resources.grd": {
176 "chrome/browser/resources/memory_internals_resources.grd": {
179 "device/bluetooth/bluetooth_strings.grd": {
182 "ui/keyboard/keyboard_resources.grd": {
185 "chrome/browser/resources/translate_internals_resources.grd": {
188 "chrome/browser/resources/sync_file_system_internals_resources.grd": {
191 "third_party/libaddressinput/chromium/cpp/res/messages.grd": {
194 "components/component_strings.grd": {
197 "components/dom_distiller_resources.grd": {
200 "third_party/WebKit/public/blink_resources.grd": {
203 # Resource ids starting at 31000 are reserved for projects built on Chromium.