OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 # | 4 # |
5 # This file is used to assign starting resource ids for resources and strings | 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 | 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 | 7 # across all the grd files. If you are adding a new grd file, please add |
8 # a new entry to this file. | 8 # a new entry to this file. |
9 # | 9 # |
10 # The first entry in the file, SRCDIR, is special: It is a relative path from | 10 # The first entry in the file, SRCDIR, is special: It is a relative path from |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 "content/content_resources.grd": { | 164 "content/content_resources.grd": { |
165 "includes": [25000], | 165 "includes": [25000], |
166 }, | 166 }, |
167 "content/shell/shell_resources.grd": { | 167 "content/shell/shell_resources.grd": { |
168 "includes": [25500], | 168 "includes": [25500], |
169 }, | 169 }, |
170 # This file is generated during the build. | 170 # This file is generated during the build. |
171 "<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resources.grd": { | 171 "<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resources.grd": { |
172 "includes": [25750], | 172 "includes": [25750], |
173 }, | 173 }, |
174 # iOS resources overlap with ash, chromeos and extensions_api, as these are | 174 # iOS resources overlap with android_webview, ash, chromeos and extensions_api
, |
175 # not used on iOS. | 175 # as these are not used on iOS. |
176 "ios/chrome/app/strings/ios_strings_resources.grd": { | 176 "ios/chrome/app/strings/ios_strings_resources.grd": { |
177 "messages": [26000], | 177 "messages": [26000], |
178 }, | 178 }, |
179 "ios/chrome/app/theme/ios_theme_resources.grd": { | 179 "ios/chrome/app/theme/ios_theme_resources.grd": { |
180 "structures": [27000], | 180 "structures": [27000], |
181 }, | 181 }, |
182 "ash/ash_strings.grd": { | 182 "ash/ash_strings.grd": { |
183 "messages": [26000], | 183 "messages": [26000], |
184 }, | 184 }, |
| 185 "android_webview/renderer/aw_renderer_resources.grd": { |
| 186 "includes": [26000], |
| 187 "structures": [26050], |
| 188 "messages": [26100], |
| 189 }, |
185 "ui/chromeos/resources/ui_chromeos_resources.grd": { | 190 "ui/chromeos/resources/ui_chromeos_resources.grd": { |
186 "structures": [26200], | 191 "structures": [26200], |
187 }, | 192 }, |
188 "ui/chromeos/ui_chromeos_strings.grd": { | 193 "ui/chromeos/ui_chromeos_strings.grd": { |
189 "messages": [26300], | 194 "messages": [26300], |
190 }, | 195 }, |
191 "chrome/common/extensions_api_resources.grd": { | 196 "chrome/common/extensions_api_resources.grd": { |
192 "includes": [26400], | 197 "includes": [26400], |
193 }, | 198 }, |
194 "extensions/extensions_resources.grd": { | 199 "extensions/extensions_resources.grd": { |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
260 # These files don't need to reserve resource ids, but are listed here so that | 265 # These files don't need to reserve resource ids, but are listed here so that |
261 # translation scripts know of their existence. | 266 # translation scripts know of their existence. |
262 "android_webview/java/strings/android_webview_strings.grd": {}, | 267 "android_webview/java/strings/android_webview_strings.grd": {}, |
263 "chrome/android/java/strings/android_chrome_strings.grd": {}, | 268 "chrome/android/java/strings/android_chrome_strings.grd": {}, |
264 "content/public/android/java/strings/android_content_strings.grd": {}, | 269 "content/public/android/java/strings/android_content_strings.grd": {}, |
265 "ui/accessibility/extensions/strings/accessibility_extensions_strings.grd": {}
, | 270 "ui/accessibility/extensions/strings/accessibility_extensions_strings.grd": {}
, |
266 "ui/android/java/strings/android_ui_strings.grd": {}, | 271 "ui/android/java/strings/android_ui_strings.grd": {}, |
267 | 272 |
268 # Resource ids starting at 31000 are reserved for projects built on Chromium. | 273 # Resource ids starting at 31000 are reserved for projects built on Chromium. |
269 } | 274 } |
OLD | NEW |