| 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 "chrome/app/resources/locale_settings_win.grd": { | 96 "chrome/app/resources/locale_settings_win.grd": { |
| 97 "messages": [10500], | 97 "messages": [10500], |
| 98 }, | 98 }, |
| 99 "ui/strings/ui_strings.grd": { | 99 "ui/strings/ui_strings.grd": { |
| 100 "messages": [11000], | 100 "messages": [11000], |
| 101 }, | 101 }, |
| 102 # Chromium strings and Google Chrome strings must start at the same id. | 102 # Chromium strings and Google Chrome strings must start at the same id. |
| 103 # We only use one file depending on whether we're building Chromium or | 103 # We only use one file depending on whether we're building Chromium or |
| 104 # Google Chrome. | 104 # Google Chrome. |
| 105 "chrome/app/chromium_strings.grd": { | 105 "chrome/app/chromium_strings.grd": { |
| 106 "messages": [11500], | 106 "messages": [11200], |
| 107 }, | 107 }, |
| 108 "chrome/app/google_chrome_strings.grd": { | 108 "chrome/app/google_chrome_strings.grd": { |
| 109 "messages": [11500], | 109 "messages": [11200], |
| 110 }, | 110 }, |
| 111 # Leave lots of space for generated_resources since it has most of our | 111 # Leave lots of space for generated_resources since it has most of our |
| 112 # strings. | 112 # strings. |
| 113 "chrome/app/generated_resources.grd": { | 113 "chrome/app/generated_resources.grd": { |
| 114 "structures": [12000], | 114 "structures": [11700], |
| 115 "messages": [12500], | 115 "messages": [12200], |
| 116 }, | 116 }, |
| 117 "content/app/strings/content_strings.grd": { | 117 "content/app/strings/content_strings.grd": { |
| 118 "messages": [18900], | 118 "messages": [18600], |
| 119 }, | 119 }, |
| 120 # Settings Chromium strings and Settings Google Chrome strings must start | 120 # Settings Chromium strings and Settings Google Chrome strings must start |
| 121 # at the same id. We only use one file depending on whether we're building | 121 # at the same id. We only use one file depending on whether we're building |
| 122 # Chromium or Google Chrome. | 122 # Chromium or Google Chrome. |
| 123 "chrome/app/settings_chromium_strings.grd": { | 123 "chrome/app/settings_chromium_strings.grd": { |
| 124 "messages": [19400], |
| 125 }, |
| 126 "chrome/app/settings_google_chrome_strings.grd": { |
| 127 "messages": [19400], |
| 128 }, |
| 129 "chrome/app/settings_strings.grd": { |
| 124 "messages": [19700], | 130 "messages": [19700], |
| 125 }, | 131 }, |
| 126 "chrome/app/settings_google_chrome_strings.grd": { | |
| 127 "messages": [19700], | |
| 128 }, | |
| 129 "chrome/app/settings_strings.grd": { | |
| 130 "messages": [20000], | |
| 131 }, | |
| 132 "components/policy/resources/policy_templates.grd": { | 132 "components/policy/resources/policy_templates.grd": { |
| 133 "structures": [20400], | 133 "structures": [20100], |
| 134 "messages": [20410], | 134 "messages": [20110], |
| 135 }, | 135 }, |
| 136 "chrome/browser/resources/invalidations_resources.grd": { | 136 "chrome/browser/resources/invalidations_resources.grd": { |
| 137 "includes": [21400], | 137 "includes": [21100], |
| 138 }, | 138 }, |
| 139 # This file is generated during the build. | 139 # This file is generated during the build. |
| 140 "<(SHARED_INTERMEDIATE_DIR)/devtools/devtools_resources.grd": { | 140 "<(SHARED_INTERMEDIATE_DIR)/devtools/devtools_resources.grd": { |
| 141 "includes": [21450], | 141 "includes": [21150], |
| 142 }, | 142 }, |
| 143 "devtools_resources.grd": { | 143 "devtools_resources.grd": { |
| 144 "includes": [21450], | 144 "includes": [21150], |
| 145 }, | 145 }, |
| 146 "chrome/browser/resources/options_resources.grd": { | 146 "chrome/browser/resources/options_resources.grd": { |
| 147 "includes": [22450], | 147 "includes": [22150], |
| 148 "structures": [22650], | 148 "structures": [22350], |
| 149 }, | 149 }, |
| 150 "chrome/browser/resources/options_test_resources.grd": { | 150 "chrome/browser/resources/options_test_resources.grd": { |
| 151 "includes": [22550], |
| 152 "structures": [22590], |
| 153 }, |
| 154 "chrome/test/data/webui_test_resources.grd": { |
| 155 "includes": [22630], |
| 156 "structures": [22640], |
| 157 }, |
| 158 "cloud_print/virtual_driver/win/install/virtual_driver_setup_resources.grd": { |
| 159 "messages": [22650], |
| 160 "includes": [22700], |
| 161 }, |
| 162 "cloud_print/service/win/service_resources.grd": { |
| 163 "messages": [22750], |
| 151 "includes": [22850], | 164 "includes": [22850], |
| 152 "structures": [22890], | 165 "structures": [22900], |
| 153 }, | 166 }, |
| 154 "chrome/test/data/webui_test_resources.grd": { | 167 "cloud_print/gcp20/prototype/gcp20_device.grd": { |
| 155 "includes": [22930], | |
| 156 "structures": [22940], | |
| 157 }, | |
| 158 "cloud_print/virtual_driver/win/install/virtual_driver_setup_resources.grd": { | |
| 159 "messages": [22950], | 168 "messages": [22950], |
| 160 "includes": [23000], | 169 "includes": [22980], |
| 161 }, | 170 "structures": [22990], |
| 162 "cloud_print/service/win/service_resources.grd": { | |
| 163 "messages": [23050], | |
| 164 "includes": [23150], | |
| 165 "structures": [23200], | |
| 166 }, | |
| 167 "cloud_print/gcp20/prototype/gcp20_device.grd": { | |
| 168 "messages": [23250], | |
| 169 "includes": [23280], | |
| 170 "structures": [23290], | |
| 171 }, | 171 }, |
| 172 "chrome/browser/resources/quota_internals_resources.grd": { | 172 "chrome/browser/resources/quota_internals_resources.grd": { |
| 173 "includes": [23250], | 173 "includes": [22950], |
| 174 }, | 174 }, |
| 175 "content/content_resources.grd": { | 175 "content/content_resources.grd": { |
| 176 "includes": [23950], | 176 "includes": [23650], |
| 177 }, | 177 }, |
| 178 # ios_web strings and content strings must start at the same id. | 178 # ios_web strings and content strings must start at the same id. |
| 179 # App only use one file depending on whether it is iOS or other platform. | 179 # App only use one file depending on whether it is iOS or other platform. |
| 180 "ios/web/ios_web_resources.grd": { | 180 "ios/web/ios_web_resources.grd": { |
| 181 "includes": [23950], | 181 "includes": [23650], |
| 182 }, | 182 }, |
| 183 # ios/web test strings and content/shell strings must start at the same id. | 183 # ios/web test strings and content/shell strings must start at the same id. |
| 184 # App only use one file depending on whether it is iOS or other platform. | 184 # App only use one file depending on whether it is iOS or other platform. |
| 185 "ios/web/test/test_resources.grd": { | 185 "ios/web/test/test_resources.grd": { |
| 186 "includes": [24450], | 186 "includes": [24150], |
| 187 }, | 187 }, |
| 188 "content/shell/shell_resources.grd": { | 188 "content/shell/shell_resources.grd": { |
| 189 "includes": [24450], | 189 "includes": [24150], |
| 190 }, | 190 }, |
| 191 # This file is generated during the build. | 191 # This file is generated during the build. |
| 192 "<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resources.grd": { | 192 "<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resources.grd": { |
| 193 "includes": [24600], | 193 "includes": [24300], |
| 194 }, | 194 }, |
| 195 # iOS resources overlap with android_webview, ash, chromeos and extensions_api
, | 195 # iOS resources overlap with android_webview, ash, chromeos and extensions_api
, |
| 196 # as these are not used on iOS. | 196 # as these are not used on iOS. |
| 197 "ios/chrome/app/strings/ios_strings.grd": { | 197 "ios/chrome/app/strings/ios_strings.grd": { |
| 198 "messages": [24850], | 198 "messages": [24550], |
| 199 }, | 199 }, |
| 200 # Chromium strings and Google Chrome strings must start at the same id. | 200 # Chromium strings and Google Chrome strings must start at the same id. |
| 201 # We only use one file depending on whether we're building Chromium or | 201 # We only use one file depending on whether we're building Chromium or |
| 202 # Google Chrome. | 202 # Google Chrome. |
| 203 "ios/chrome/app/strings/ios_chromium_strings.grd": { | 203 "ios/chrome/app/strings/ios_chromium_strings.grd": { |
| 204 "messages": [25755], | 204 "messages": [25455], |
| 205 }, | 205 }, |
| 206 "ios/chrome/app/strings/ios_google_chrome_strings.grd": { | 206 "ios/chrome/app/strings/ios_google_chrome_strings.grd": { |
| 207 "messages": [25755], | 207 "messages": [25455], |
| 208 }, | 208 }, |
| 209 "ios/chrome/app/resources/ios_resources.grd": { | 209 "ios/chrome/app/resources/ios_resources.grd": { |
| 210 "structures": [25950], | 210 "structures": [25650], |
| 211 "includes": [26060], | 211 "includes": [25760], |
| 212 }, | 212 }, |
| 213 "ios/chrome/app/theme/ios_theme_resources.grd": { | 213 "ios/chrome/app/theme/ios_theme_resources.grd": { |
| 214 "structures": [25870], | 214 "structures": [25570], |
| 215 }, | 215 }, |
| 216 "ios/chrome/share_extension/strings/ios_share_extension_strings.grd": { | 216 "ios/chrome/share_extension/strings/ios_share_extension_strings.grd": { |
| 217 "messages": [26325], | 217 "messages": [26025], |
| 218 }, | 218 }, |
| 219 "ios/chrome/today_extension/strings/ios_today_extension_strings.grd": { | 219 "ios/chrome/today_extension/strings/ios_today_extension_strings.grd": { |
| 220 "messages": [26335], | 220 "messages": [26035], |
| 221 }, | 221 }, |
| 222 "ash/ash_strings.grd": { | 222 "ash/ash_strings.grd": { |
| 223 "messages": [24850], | 223 "messages": [24550], |
| 224 }, | 224 }, |
| 225 "android_webview/ui/aw_resources.grd": { | 225 "android_webview/ui/aw_resources.grd": { |
| 226 "includes": [24850], | 226 "includes": [24550], |
| 227 }, | 227 }, |
| 228 "android_webview/ui/aw_strings.grd": { | 228 "android_webview/ui/aw_strings.grd": { |
| 229 "messages": [24650], |
| 230 }, |
| 231 "ui/chromeos/resources/ui_chromeos_resources.grd": { |
| 232 "structures": [24850], |
| 233 }, |
| 234 "ui/chromeos/ui_chromeos_strings.grd": { |
| 229 "messages": [24950], | 235 "messages": [24950], |
| 230 }, | 236 }, |
| 231 "ui/chromeos/resources/ui_chromeos_resources.grd": { | |
| 232 "structures": [25150], | |
| 233 }, | |
| 234 "ui/chromeos/ui_chromeos_strings.grd": { | |
| 235 "messages": [25250], | |
| 236 }, | |
| 237 "chrome/common/extensions_api_resources.grd": { | 237 "chrome/common/extensions_api_resources.grd": { |
| 238 "includes": [25350], | 238 "includes": [25050], |
| 239 }, | 239 }, |
| 240 "extensions/extensions_resources.grd": { | 240 "extensions/extensions_resources.grd": { |
| 241 "includes": [25550], | 241 "includes": [25250], |
| 242 }, | 242 }, |
| 243 "extensions/browser/resources/extensions_browser_resources.grd": { | 243 "extensions/browser/resources/extensions_browser_resources.grd": { |
| 244 "structures": [25750], | 244 "structures": [25450], |
| 245 }, | 245 }, |
| 246 "extensions/renderer/resources/extensions_renderer_resources.grd": { | 246 "extensions/renderer/resources/extensions_renderer_resources.grd": { |
| 247 "includes": [25800], | 247 "includes": [25500], |
| 248 "structures": [25900], | 248 "structures": [25600], |
| 249 }, | 249 }, |
| 250 "extensions/extensions_strings.grd": { | 250 "extensions/extensions_strings.grd": { |
| 251 "messages": [25950], | 251 "messages": [25650], |
| 252 }, | 252 }, |
| 253 "extensions/shell/app_shell_resources.grd": { | 253 "extensions/shell/app_shell_resources.grd": { |
| 254 "includes": [26050], |
| 255 }, |
| 256 "chrome/browser/resources/password_manager_internals_resources.grd": { |
| 254 "includes": [26350], | 257 "includes": [26350], |
| 255 }, | 258 }, |
| 256 "chrome/browser/resources/password_manager_internals_resources.grd": { | |
| 257 "includes": [26650], | |
| 258 }, | |
| 259 "device/bluetooth/bluetooth_strings.grd": { | 259 "device/bluetooth/bluetooth_strings.grd": { |
| 260 "messages": [26950], | 260 "messages": [26650], |
| 261 }, | 261 }, |
| 262 "ui/file_manager/file_manager_resources.grd": { | 262 "ui/file_manager/file_manager_resources.grd": { |
| 263 "includes": [27060], | 263 "includes": [26760], |
| 264 }, | 264 }, |
| 265 "components/chrome_apps/chrome_apps_resources.grd": { | 265 "components/chrome_apps/chrome_apps_resources.grd": { |
| 266 "includes": [27240], | 266 "includes": [26940], |
| 267 }, | 267 }, |
| 268 "ui/login/login_resources.grd": { | 268 "ui/login/login_resources.grd": { |
| 269 "includes": [27260], | 269 "includes": [26960], |
| 270 }, | 270 }, |
| 271 "chrome/browser/resources/translate_internals_resources.grd": { | 271 "chrome/browser/resources/translate_internals_resources.grd": { |
| 272 "includes": [27270], | 272 "includes": [26970], |
| 273 }, | 273 }, |
| 274 "chrome/browser/resources/sync_file_system_internals_resources.grd": { | 274 "chrome/browser/resources/sync_file_system_internals_resources.grd": { |
| 275 "includes": [27280], | 275 "includes": [26980], |
| 276 }, | 276 }, |
| 277 "chrome/app/address_input_strings.grd": { | 277 "chrome/app/address_input_strings.grd": { |
| 278 "messages": [27380], | 278 "messages": [27080], |
| 279 }, | 279 }, |
| 280 "remoting/resources/remoting_strings.grd": { | 280 "remoting/resources/remoting_strings.grd": { |
| 281 "messages": [27830], | 281 "messages": [27530], |
| 282 }, | 282 }, |
| 283 "components/components_locale_settings.grd": { | 283 "components/components_locale_settings.grd": { |
| 284 "includes": [28280], | 284 "includes": [27980], |
| 285 "messages": [28285], | 285 "messages": [27985], |
| 286 }, | 286 }, |
| 287 "components/components_strings.grd": { | 287 "components/components_strings.grd": { |
| 288 "messages": [28290], | 288 "messages": [27990], |
| 289 }, | 289 }, |
| 290 # Chromium strings and Google Chrome strings must start at the same id. | 290 # Chromium strings and Google Chrome strings must start at the same id. |
| 291 # We only use one file depending on whether we're building Chromium or | 291 # We only use one file depending on whether we're building Chromium or |
| 292 # Google Chrome. | 292 # Google Chrome. |
| 293 "components/components_chromium_strings.grd": { | 293 "components/components_chromium_strings.grd": { |
| 294 "messages": [29550], | 294 "messages": [29250], |
| 295 }, | 295 }, |
| 296 "components/components_google_chrome_strings.grd": { | 296 "components/components_google_chrome_strings.grd": { |
| 297 "messages": [29550], | 297 "messages": [29250], |
| 298 }, | 298 }, |
| 299 "components/resources/components_resources.grd": { | 299 "components/resources/components_resources.grd": { |
| 300 "includes": [29600], | 300 "includes": [29300], |
| 301 }, | 301 }, |
| 302 "components/resources/components_scaled_resources.grd": { | 302 "components/resources/components_scaled_resources.grd": { |
| 303 "structures": [30150], | 303 "structures": [29850], |
| 304 }, | 304 }, |
| 305 "third_party/WebKit/public/blink_resources.grd": { | 305 "third_party/WebKit/public/blink_resources.grd": { |
| 306 "includes": [30370], | 306 "includes": [30070], |
| 307 "structures": [30670], | 307 "structures": [30370], |
| 308 }, | 308 }, |
| 309 "chrome/browser/resources/md_policy/policy_resources.grd": { | 309 "chrome/browser/resources/md_policy/policy_resources.grd": { |
| 310 "structures": [30900], | 310 "structures": [30600], |
| 311 }, | 311 }, |
| 312 "chrome/browser/resources/settings/settings_resources.grd": { | 312 "chrome/browser/resources/settings/settings_resources.grd": { |
| 313 "structures": [30920], | 313 "structures": [30620], |
| 314 }, | 314 }, |
| 315 "headless/lib/resources/headless_lib_resources.grd": { | 315 "headless/lib/resources/headless_lib_resources.grd": { |
| 316 "includes": [30940], | 316 "includes": [30640], |
| 317 }, | 317 }, |
| 318 | 318 |
| 319 # Resource ids starting at 31000 are reserved for projects built on Chromium. | 319 # Resource ids starting at 31000 are reserved for projects built on Chromium. |
| 320 } | 320 } |
| OLD | NEW |