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 225 matching lines...) Loading... |
236 "extensions/renderer/resources/extensions_renderer_resources.grd": { | 236 "extensions/renderer/resources/extensions_renderer_resources.grd": { |
237 "includes": [25800], | 237 "includes": [25800], |
238 "structures": [25900], | 238 "structures": [25900], |
239 }, | 239 }, |
240 "extensions/extensions_strings.grd": { | 240 "extensions/extensions_strings.grd": { |
241 "messages": [25950], | 241 "messages": [25950], |
242 }, | 242 }, |
243 "extensions/shell/app_shell_resources.grd": { | 243 "extensions/shell/app_shell_resources.grd": { |
244 "includes": [26350], | 244 "includes": [26350], |
245 }, | 245 }, |
246 "chrome/browser/resources/memory_internals_resources.grd": { | |
247 "includes": [26450], | |
248 }, | |
249 "chrome/browser/resources/password_manager_internals_resources.grd": { | 246 "chrome/browser/resources/password_manager_internals_resources.grd": { |
250 "includes": [26650], | 247 "includes": [26650], |
251 }, | 248 }, |
252 "device/bluetooth/bluetooth_strings.grd": { | 249 "device/bluetooth/bluetooth_strings.grd": { |
253 "messages": [26950], | 250 "messages": [26950], |
254 }, | 251 }, |
255 "ui/file_manager/file_manager_resources.grd": { | 252 "ui/file_manager/file_manager_resources.grd": { |
256 "includes": [27060], | 253 "includes": [27060], |
257 }, | 254 }, |
258 "components/chrome_apps/chrome_apps_resources.grd": { | 255 "components/chrome_apps/chrome_apps_resources.grd": { |
(...skipping 45 matching lines...) Loading... |
304 }, | 301 }, |
305 "chrome/browser/resources/settings/settings_resources.grd": { | 302 "chrome/browser/resources/settings/settings_resources.grd": { |
306 "structures": [30920], | 303 "structures": [30920], |
307 }, | 304 }, |
308 "headless/lib/resources/headless_lib_resources.grd": { | 305 "headless/lib/resources/headless_lib_resources.grd": { |
309 "includes": [30940], | 306 "includes": [30940], |
310 }, | 307 }, |
311 | 308 |
312 # Resource ids starting at 31000 are reserved for projects built on Chromium. | 309 # Resource ids starting at 31000 are reserved for projects built on Chromium. |
313 } | 310 } |
OLD | NEW |