| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 "chrome/browser/resources/md_policy/policy_resources.grd": { | 93 "chrome/browser/resources/md_policy/policy_resources.grd": { |
| 94 "structures": [11890], | 94 "structures": [11890], |
| 95 }, | 95 }, |
| 96 "chrome/browser/resources/net_internals_resources.grd": { | 96 "chrome/browser/resources/net_internals_resources.grd": { |
| 97 "includes": [11930], | 97 "includes": [11930], |
| 98 }, | 98 }, |
| 99 "chrome/browser/resources/options_resources.grd": { | 99 "chrome/browser/resources/options_resources.grd": { |
| 100 "includes": [11940], | 100 "includes": [11940], |
| 101 "structures": [11950], | 101 "structures": [11950], |
| 102 }, | 102 }, |
| 103 "chrome/browser/resources/options_test_resources.grd": { | |
| 104 "structures": [12000], | |
| 105 }, | |
| 106 "chrome/browser/resources/password_manager_internals_resources.grd": { | 103 "chrome/browser/resources/password_manager_internals_resources.grd": { |
| 107 "includes": [12010], | 104 "includes": [12010], |
| 108 }, | 105 }, |
| 109 "chrome/browser/resources/quota_internals_resources.grd": { | 106 "chrome/browser/resources/quota_internals_resources.grd": { |
| 110 "includes": [12020], | 107 "includes": [12020], |
| 111 }, | 108 }, |
| 112 "chrome/browser/resources/settings/settings_resources_vulcanized.grd": { | 109 "chrome/browser/resources/settings/settings_resources_vulcanized.grd": { |
| 113 "includes": [12040], | 110 "includes": [12040], |
| 114 }, | 111 }, |
| 115 "chrome/browser/resources/settings/settings_resources.grd": { | 112 "chrome/browser/resources/settings/settings_resources.grd": { |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 "messages": [28700], | 362 "messages": [28700], |
| 366 }, | 363 }, |
| 367 # END "everything else" section. | 364 # END "everything else" section. |
| 368 # Everything but chrome/, components/, content/, and ios/ | 365 # Everything but chrome/, components/, content/, and ios/ |
| 369 | 366 |
| 370 # Thinking about appending to the end? | 367 # Thinking about appending to the end? |
| 371 # Please read the header and find the right section above instead. | 368 # Please read the header and find the right section above instead. |
| 372 | 369 |
| 373 # Resource ids starting at 31000 are reserved for projects built on Chromium. | 370 # Resource ids starting at 31000 are reserved for projects built on Chromium. |
| 374 } | 371 } |
| OLD | NEW |