Chromium Code Reviews| 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 # TODO(crbug.com/672458): Move to the appropriate section. |
|
Lei Zhang
2017/05/17 19:02:14
You mean, move this up to around line ~300? Don't
Moe
2017/05/17 20:22:48
Done.
| |
| 359 "chrome/app/address_input_strings.grd": { | 359 "third_party/libaddressinput/chromium/address_input_strings.grd": { |
| 360 "messages": [28700], | 360 "messages": [28700], |
| 361 }, | 361 }, |
| 362 # END "everything else" section. | 362 # END "everything else" section. |
| 363 # Everything but chrome/, components/, content/, and ios/ | 363 # Everything but chrome/, components/, content/, and ios/ |
| 364 | 364 |
| 365 # Thinking about appending to the end? | 365 # Thinking about appending to the end? |
| 366 # Please read the header and find the right section above instead. | 366 # Please read the header and find the right section above instead. |
| 367 | 367 |
| 368 # Resource ids starting at 31000 are reserved for projects built on Chromium. | 368 # Resource ids starting at 31000 are reserved for projects built on Chromium. |
| 369 } | 369 } |
| OLD | NEW |