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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 # as these are 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": { | 185 "android_webview/ui/aw_resources.grd": { |
186 "includes": [26000], | 186 "includes": [26000], |
187 "structures": [26050], | 187 }, |
| 188 "android_webview/ui/aw_strings.grd": { |
188 "messages": [26100], | 189 "messages": [26100], |
189 }, | 190 }, |
190 "ui/chromeos/resources/ui_chromeos_resources.grd": { | 191 "ui/chromeos/resources/ui_chromeos_resources.grd": { |
191 "structures": [26200], | 192 "structures": [26200], |
192 }, | 193 }, |
193 "ui/chromeos/ui_chromeos_strings.grd": { | 194 "ui/chromeos/ui_chromeos_strings.grd": { |
194 "messages": [26300], | 195 "messages": [26300], |
195 }, | 196 }, |
196 "chrome/common/extensions_api_resources.grd": { | 197 "chrome/common/extensions_api_resources.grd": { |
197 "includes": [26400], | 198 "includes": [26400], |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 # These files don't need to reserve resource ids, but are listed here so that | 266 # These files don't need to reserve resource ids, but are listed here so that |
266 # translation scripts know of their existence. | 267 # translation scripts know of their existence. |
267 "android_webview/java/strings/android_webview_strings.grd": {}, | 268 "android_webview/java/strings/android_webview_strings.grd": {}, |
268 "chrome/android/java/strings/android_chrome_strings.grd": {}, | 269 "chrome/android/java/strings/android_chrome_strings.grd": {}, |
269 "content/public/android/java/strings/android_content_strings.grd": {}, | 270 "content/public/android/java/strings/android_content_strings.grd": {}, |
270 "ui/accessibility/extensions/strings/accessibility_extensions_strings.grd": {}
, | 271 "ui/accessibility/extensions/strings/accessibility_extensions_strings.grd": {}
, |
271 "ui/android/java/strings/android_ui_strings.grd": {}, | 272 "ui/android/java/strings/android_ui_strings.grd": {}, |
272 | 273 |
273 # Resource ids starting at 31000 are reserved for projects built on Chromium. | 274 # Resource ids starting at 31000 are reserved for projects built on Chromium. |
274 } | 275 } |
OLD | NEW |