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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 "chrome/browser/resources/signin_internals_resources.grd": { | 136 "chrome/browser/resources/signin_internals_resources.grd": { |
137 "includes": [21750], | 137 "includes": [21750], |
138 }, | 138 }, |
139 # This file is generated during the build. | 139 # This file is generated during the build. |
140 "<(SHARED_INTERMEDIATE_DIR)/devtools/devtools_resources.grd": { | 140 "<(SHARED_INTERMEDIATE_DIR)/devtools/devtools_resources.grd": { |
141 "includes": [22000], | 141 "includes": [22000], |
142 }, | 142 }, |
143 "devtools_resources.grd": { | 143 "devtools_resources.grd": { |
144 "includes": [22000], | 144 "includes": [22000], |
145 }, | 145 }, |
146 "chrome/browser/devtools/frontend/devtools_discovery_page_resources.grd": { | |
147 "includes": [22500], | |
148 }, | |
149 "chrome/browser/resources/options_resources.grd": { | 146 "chrome/browser/resources/options_resources.grd": { |
150 "includes": [23000], | 147 "includes": [23000], |
151 }, | 148 }, |
152 "chrome/browser/resources/options_resources.grd": { | 149 "chrome/browser/resources/options_resources.grd": { |
153 "structures": [23200], | 150 "structures": [23200], |
154 }, | 151 }, |
155 "cloud_print/virtual_driver/win/install/virtual_driver_setup_resources.grd": { | 152 "cloud_print/virtual_driver/win/install/virtual_driver_setup_resources.grd": { |
156 "messages": [23500], | 153 "messages": [23500], |
157 "includes": [23550], | 154 "includes": [23550], |
158 }, | 155 }, |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 "messages": [30000], | 204 "messages": [30000], |
208 }, | 205 }, |
209 "components/dom_distiller_resources.grd": { | 206 "components/dom_distiller_resources.grd": { |
210 "includes": [30250], | 207 "includes": [30250], |
211 }, | 208 }, |
212 "third_party/WebKit/public/blink_resources.grd": { | 209 "third_party/WebKit/public/blink_resources.grd": { |
213 "includes": [30500], | 210 "includes": [30500], |
214 }, | 211 }, |
215 # Resource ids starting at 31000 are reserved for projects built on Chromium. | 212 # Resource ids starting at 31000 are reserved for projects built on Chromium. |
216 } | 213 } |
OLD | NEW |