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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 }, | 118 }, |
119 "webkit/glue/webkit_strings.grd": { | 119 "webkit/glue/webkit_strings.grd": { |
120 "messages": [18500], | 120 "messages": [18500], |
121 }, | 121 }, |
122 | 122 |
123 "chrome_frame/resources/chrome_frame_resources.grd": { | 123 "chrome_frame/resources/chrome_frame_resources.grd": { |
124 "includes": [19000], | 124 "includes": [19000], |
125 "structures": [19500], | 125 "structures": [19500], |
126 }, | 126 }, |
127 | 127 |
128 "chrome/app/policy/policy_templates.grd": { | 128 "components/policy/resources/policy_templates.grd": { |
129 "structures": [20500], | 129 "structures": [20500], |
130 "messages": [20510], | 130 "messages": [20510], |
131 }, | 131 }, |
132 | 132 |
133 "chrome/browser/resources/sync_internals_resources.grd": { | 133 "chrome/browser/resources/sync_internals_resources.grd": { |
134 "includes": [21500], | 134 "includes": [21500], |
135 }, | 135 }, |
136 "chrome/browser/resources/signin_internals_resources.grd": { | 136 "chrome/browser/resources/signin_internals_resources.grd": { |
137 "includes": [21750], | 137 "includes": [21750], |
138 }, | 138 }, |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 "messages": [30000], | 207 "messages": [30000], |
208 }, | 208 }, |
209 "components/dom_distiller_resources.grd": { | 209 "components/dom_distiller_resources.grd": { |
210 "includes": [30250], | 210 "includes": [30250], |
211 }, | 211 }, |
212 "third_party/WebKit/public/blink_resources.grd": { | 212 "third_party/WebKit/public/blink_resources.grd": { |
213 "includes": [30500], | 213 "includes": [30500], |
214 }, | 214 }, |
215 # Resource ids starting at 31000 are reserved for projects built on Chromium. | 215 # Resource ids starting at 31000 are reserved for projects built on Chromium. |
216 } | 216 } |
OLD | NEW |