| 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 # TODO(jamescook): Add extensions/extensions_resources.grd here. |
| 169 "extensions/extensions_strings.grd": { | 169 "extensions/extensions_strings.grd": { |
| 170 "messages": [27000], | 170 "messages": [27000], |
| 171 }, | 171 }, |
| 172 "apps/shell/app_shell_resources.grd": { |
| 173 "includes": [27400], |
| 174 }, |
| 172 "chrome/browser/resources/memory_internals_resources.grd": { | 175 "chrome/browser/resources/memory_internals_resources.grd": { |
| 173 "includes": [27500], | 176 "includes": [27500], |
| 174 }, | 177 }, |
| 175 "chrome/browser/resources/password_manager_internals_resources.grd": { | 178 "chrome/browser/resources/password_manager_internals_resources.grd": { |
| 176 "includes": [27800], | 179 "includes": [27800], |
| 177 }, | 180 }, |
| 178 "device/bluetooth/bluetooth_strings.grd": { | 181 "device/bluetooth/bluetooth_strings.grd": { |
| 179 "messages": [28000], | 182 "messages": [28000], |
| 180 }, | 183 }, |
| 181 "ui/keyboard/keyboard_resources.grd": { | 184 "ui/keyboard/keyboard_resources.grd": { |
| (...skipping 18 matching lines...) Expand all Loading... |
| 200 "includes": [30250], | 203 "includes": [30250], |
| 201 }, | 204 }, |
| 202 "components/resources/components_scaled_resources.grd": { | 205 "components/resources/components_scaled_resources.grd": { |
| 203 "structures": [30350], | 206 "structures": [30350], |
| 204 }, | 207 }, |
| 205 "third_party/WebKit/public/blink_resources.grd": { | 208 "third_party/WebKit/public/blink_resources.grd": { |
| 206 "includes": [30500], | 209 "includes": [30500], |
| 207 }, | 210 }, |
| 208 # Resource ids starting at 31000 are reserved for projects built on Chromium. | 211 # Resource ids starting at 31000 are reserved for projects built on Chromium. |
| 209 } | 212 } |
| OLD | NEW |