| 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 entries below are organized into sections. When adding new entries, | 10 # The entries below are organized into sections. When adding new entries, | 
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 246     "messages": [23510], | 246     "messages": [23510], | 
| 247   }, | 247   }, | 
| 248 | 248 | 
| 249   "ash/ash_strings.grd": { | 249   "ash/ash_strings.grd": { | 
| 250     "messages": [23520], | 250     "messages": [23520], | 
| 251   }, | 251   }, | 
| 252   "ash/resources/ash_resources.grd": { | 252   "ash/resources/ash_resources.grd": { | 
| 253     "structures": [23920], | 253     "structures": [23920], | 
| 254   }, | 254   }, | 
| 255 | 255 | 
| 256   "blimp/client/support/resources/blimp_support_strings.grd": { | 256   # //blimp used to have IDs from 24200-24299, which are now free to use. | 
| 257     "messages": [24200], |  | 
| 258   }, |  | 
| 259   "blimp/client/core/resources/blimp_strings.grd": { |  | 
| 260     "messages": [24210], |  | 
| 261   }, |  | 
| 262   "blimp/engine/app/blimp_browser_resources.grd": { |  | 
| 263     "includes": [24250], |  | 
| 264   }, |  | 
| 265 | 257 | 
| 266   "chromecast/browser/cast_browser_resources.grd": { | 258   "chromecast/browser/cast_browser_resources.grd": { | 
| 267     "includes": [24300], | 259     "includes": [24300], | 
| 268   }, | 260   }, | 
| 269 | 261 | 
| 270   "device/bluetooth/bluetooth_strings.grd": { | 262   "device/bluetooth/bluetooth_strings.grd": { | 
| 271     "messages": [24400], | 263     "messages": [24400], | 
| 272   }, | 264   }, | 
| 273 | 265 | 
| 274   "extensions/browser/resources/extensions_browser_resources.grd": { | 266   "extensions/browser/resources/extensions_browser_resources.grd": { | 
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 358         "messages": [28650], | 350         "messages": [28650], | 
| 359   }, | 351   }, | 
| 360   # END "everything else" section. | 352   # END "everything else" section. | 
| 361   # Everything but chrome/, components/, content/, and ios/ | 353   # Everything but chrome/, components/, content/, and ios/ | 
| 362 | 354 | 
| 363   # Thinking about appending to the end? | 355   # Thinking about appending to the end? | 
| 364   # Please read the header and find the right section above instead. | 356   # Please read the header and find the right section above instead. | 
| 365 | 357 | 
| 366   # Resource ids starting at 31000 are reserved for projects built on Chromium. | 358   # Resource ids starting at 31000 are reserved for projects built on Chromium. | 
| 367 } | 359 } | 
| OLD | NEW | 
|---|