| 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 |
| 11 # this file to the base of your checkout. | 11 # this file to the base of your checkout. |
| 12 # | 12 # |
| 13 # The range of ID values, which is used by pak files, is from 0 to 2^16 - 1. | 13 # The range of ID values, which is used by pak files, is from 0 to 2^16 - 1. |
| 14 { | 14 { |
| 15 "SRCDIR": "../..", | 15 "SRCDIR": "../..", |
| 16 | 16 |
| 17 "chrome/browser/browser_resources.grd": { | 17 "chrome/browser/browser_resources.grd": { |
| 18 "includes": [400], | 18 "includes": [400], |
| 19 "structures": [750], | 19 "structures": [750], |
| 20 }, | 20 }, |
| 21 "chrome/browser/resources/component_extension_resources.grd": { | 21 "chrome/browser/resources/component_extension_resources.grd": { |
| 22 "includes": [1000], | 22 "includes": [1000], |
| 23 "structures": [1450], | 23 "structures": [1450], |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 }, | 208 }, |
| 209 "chrome/browser/resources/translate_internals_resources.grd": { | 209 "chrome/browser/resources/translate_internals_resources.grd": { |
| 210 "includes": [28500], | 210 "includes": [28500], |
| 211 }, | 211 }, |
| 212 "chrome/browser/resources/sync_file_system_internals_resources.grd": { | 212 "chrome/browser/resources/sync_file_system_internals_resources.grd": { |
| 213 "includes": [29000], | 213 "includes": [29000], |
| 214 }, | 214 }, |
| 215 "chrome/app/address_input_strings.grd": { | 215 "chrome/app/address_input_strings.grd": { |
| 216 "messages": [29100], | 216 "messages": [29100], |
| 217 }, | 217 }, |
| 218 "remoting/resources/remoting_strings.grd": { |
| 219 "messages": [29550], |
| 220 }, |
| 218 "components/components_strings.grd": { | 221 "components/components_strings.grd": { |
| 219 "messages": [30000], | 222 "messages": [30000], |
| 220 }, | 223 }, |
| 221 "components/resources/components_resources.grd": { | 224 "components/resources/components_resources.grd": { |
| 222 "includes": [30250], | 225 "includes": [30250], |
| 223 }, | 226 }, |
| 224 "components/resources/components_scaled_resources.grd": { | 227 "components/resources/components_scaled_resources.grd": { |
| 225 "structures": [30350], | 228 "structures": [30350], |
| 226 }, | 229 }, |
| 227 "third_party/WebKit/public/blink_resources.grd": { | 230 "third_party/WebKit/public/blink_resources.grd": { |
| 228 "includes": [30500], | 231 "includes": [30500], |
| 229 }, | 232 }, |
| 230 | 233 |
| 231 # These files don't need to reserve resource ids, but are listed here so that | 234 # These files don't need to reserve resource ids, but are listed here so that |
| 232 # translation scripts know of their existence. | 235 # translation scripts know of their existence. |
| 233 "android_webview/java/strings/android_webview_strings.grd": {}, | 236 "android_webview/java/strings/android_webview_strings.grd": {}, |
| 234 "chrome/android/java/strings/android_chrome_strings.grd": {}, | 237 "chrome/android/java/strings/android_chrome_strings.grd": {}, |
| 235 "content/public/android/java/strings/android_content_strings.grd": {}, | 238 "content/public/android/java/strings/android_content_strings.grd": {}, |
| 236 "ui/android/java/strings/android_ui_strings.grd": {}, | 239 "ui/android/java/strings/android_ui_strings.grd": {}, |
| 237 | 240 |
| 238 # Resource ids starting at 31000 are reserved for projects built on Chromium. | 241 # Resource ids starting at 31000 are reserved for projects built on Chromium. |
| 239 } | 242 } |
| OLD | NEW |