| 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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 }, | 348 }, |
| 349 "devtools_resources.grd": { | 349 "devtools_resources.grd": { |
| 350 "includes": [28450], | 350 "includes": [28450], |
| 351 }, | 351 }, |
| 352 | 352 |
| 353 "cloud_print/virtual_driver/win/install/virtual_driver_setup_resources.grd": { | 353 "cloud_print/virtual_driver/win/install/virtual_driver_setup_resources.grd": { |
| 354 "includes": [28600], | 354 "includes": [28600], |
| 355 "messages": [28650], | 355 "messages": [28650], |
| 356 }, | 356 }, |
| 357 | 357 |
| 358 # TODO(crbug.com/672458): Move this out of src/chrome/. | 358 "third_party/libaddressinput/chromium/address_input_strings.grd": { |
| 359 "chrome/app/address_input_strings.grd": { | |
| 360 "messages": [28700], | 359 "messages": [28700], |
| 361 }, | 360 }, |
| 362 # END "everything else" section. | 361 # END "everything else" section. |
| 363 # Everything but chrome/, components/, content/, and ios/ | 362 # Everything but chrome/, components/, content/, and ios/ |
| 364 | 363 |
| 365 # Thinking about appending to the end? | 364 # Thinking about appending to the end? |
| 366 # Please read the header and find the right section above instead. | 365 # Please read the header and find the right section above instead. |
| 367 | 366 |
| 368 # Resource ids starting at 31000 are reserved for projects built on Chromium. | 367 # Resource ids starting at 31000 are reserved for projects built on Chromium. |
| 369 } | 368 } |
| OLD | NEW |