| 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 }, | 170 }, |
| 171 "extensions/extensions_resources.grd": { | 171 "extensions/extensions_resources.grd": { |
| 172 "includes": [26600], | 172 "includes": [26600], |
| 173 }, | 173 }, |
| 174 "extensions/renderer/resources/extensions_renderer_resources.grd": { | 174 "extensions/renderer/resources/extensions_renderer_resources.grd": { |
| 175 "includes": [26800], | 175 "includes": [26800], |
| 176 }, | 176 }, |
| 177 "extensions/extensions_strings.grd": { | 177 "extensions/extensions_strings.grd": { |
| 178 "messages": [27000], | 178 "messages": [27000], |
| 179 }, | 179 }, |
| 180 "apps/shell/app_shell_resources.grd": { | 180 "extensions/shell/app_shell_resources.grd": { |
| 181 "includes": [27400], | 181 "includes": [27400], |
| 182 }, | 182 }, |
| 183 "chrome/browser/resources/memory_internals_resources.grd": { | 183 "chrome/browser/resources/memory_internals_resources.grd": { |
| 184 "includes": [27500], | 184 "includes": [27500], |
| 185 }, | 185 }, |
| 186 "chrome/browser/resources/password_manager_internals_resources.grd": { | 186 "chrome/browser/resources/password_manager_internals_resources.grd": { |
| 187 "includes": [27800], | 187 "includes": [27800], |
| 188 }, | 188 }, |
| 189 "device/bluetooth/bluetooth_strings.grd": { | 189 "device/bluetooth/bluetooth_strings.grd": { |
| 190 "messages": [28000], | 190 "messages": [28000], |
| (...skipping 20 matching lines...) Expand all Loading... |
| 211 "includes": [30250], | 211 "includes": [30250], |
| 212 }, | 212 }, |
| 213 "components/resources/components_scaled_resources.grd": { | 213 "components/resources/components_scaled_resources.grd": { |
| 214 "structures": [30350], | 214 "structures": [30350], |
| 215 }, | 215 }, |
| 216 "third_party/WebKit/public/blink_resources.grd": { | 216 "third_party/WebKit/public/blink_resources.grd": { |
| 217 "includes": [30500], | 217 "includes": [30500], |
| 218 }, | 218 }, |
| 219 # Resource ids starting at 31000 are reserved for projects built on Chromium. | 219 # Resource ids starting at 31000 are reserved for projects built on Chromium. |
| 220 } | 220 } |
| OLD | NEW |