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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 # This file is generated during the build. | 158 # This file is generated during the build. |
159 "<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resources.grd": { | 159 "<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resources.grd": { |
160 "includes": [25750], | 160 "includes": [25750], |
161 }, | 161 }, |
162 "ash/ash_strings.grd": { | 162 "ash/ash_strings.grd": { |
163 "messages": [26000], | 163 "messages": [26000], |
164 }, | 164 }, |
165 "chrome/common/extensions_api_resources.grd": { | 165 "chrome/common/extensions_api_resources.grd": { |
166 "includes": [26500], | 166 "includes": [26500], |
167 }, | 167 }, |
168 # TODO(jamescook): Add extensions/extensions_resources.grd here. | 168 "extensions/extensions_resources.grd": { |
| 169 "includes": [26750], |
| 170 }, |
169 "extensions/extensions_strings.grd": { | 171 "extensions/extensions_strings.grd": { |
170 "messages": [27000], | 172 "messages": [27000], |
171 }, | 173 }, |
172 "chrome/browser/resources/memory_internals_resources.grd": { | 174 "chrome/browser/resources/memory_internals_resources.grd": { |
173 "includes": [27500], | 175 "includes": [27500], |
174 }, | 176 }, |
175 "chrome/browser/resources/password_manager_internals_resources.grd": { | 177 "chrome/browser/resources/password_manager_internals_resources.grd": { |
176 "includes": [27800], | 178 "includes": [27800], |
177 }, | 179 }, |
178 "device/bluetooth/bluetooth_strings.grd": { | 180 "device/bluetooth/bluetooth_strings.grd": { |
(...skipping 21 matching lines...) Expand all Loading... |
200 "includes": [30250], | 202 "includes": [30250], |
201 }, | 203 }, |
202 "components/resources/components_scaled_resources.grd": { | 204 "components/resources/components_scaled_resources.grd": { |
203 "structures": [30350], | 205 "structures": [30350], |
204 }, | 206 }, |
205 "third_party/WebKit/public/blink_resources.grd": { | 207 "third_party/WebKit/public/blink_resources.grd": { |
206 "includes": [30500], | 208 "includes": [30500], |
207 }, | 209 }, |
208 # Resource ids starting at 31000 are reserved for projects built on Chromium. | 210 # Resource ids starting at 31000 are reserved for projects built on Chromium. |
209 } | 211 } |
OLD | NEW |