Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(253)

Side by Side Diff: tools/gritsettings/resource_ids

Issue 2257003002: [Extensions] Generate all schema resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/common/extensions_api_resources.grd ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 }, 215 },
216 "android_webview/ui/aw_strings.grd": { 216 "android_webview/ui/aw_strings.grd": {
217 "messages": [24650], 217 "messages": [24650],
218 }, 218 },
219 "ui/chromeos/resources/ui_chromeos_resources.grd": { 219 "ui/chromeos/resources/ui_chromeos_resources.grd": {
220 "structures": [24850], 220 "structures": [24850],
221 }, 221 },
222 "ui/chromeos/ui_chromeos_strings.grd": { 222 "ui/chromeos/ui_chromeos_strings.grd": {
223 "messages": [24950], 223 "messages": [24950],
224 }, 224 },
225 "chrome/common/extensions_api_resources.grd": {
226 "includes": [25050],
227 },
228 "extensions/extensions_resources.grd": { 225 "extensions/extensions_resources.grd": {
229 "includes": [25250], 226 "includes": [25250],
230 }, 227 },
231 "extensions/browser/resources/extensions_browser_resources.grd": { 228 "extensions/browser/resources/extensions_browser_resources.grd": {
232 "structures": [25450], 229 "structures": [25450],
233 }, 230 },
234 "extensions/renderer/resources/extensions_renderer_resources.grd": { 231 "extensions/renderer/resources/extensions_renderer_resources.grd": {
235 "includes": [25500], 232 "includes": [25500],
236 "structures": [25600], 233 "structures": [25600],
237 }, 234 },
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 }, 296 },
300 "chrome/browser/resources/settings/settings_resources.grd": { 297 "chrome/browser/resources/settings/settings_resources.grd": {
301 "structures": [30650], 298 "structures": [30650],
302 }, 299 },
303 "headless/lib/resources/headless_lib_resources.grd": { 300 "headless/lib/resources/headless_lib_resources.grd": {
304 "includes": [30670], 301 "includes": [30670],
305 }, 302 },
306 303
307 # Resource ids starting at 31000 are reserved for projects built on Chromium. 304 # Resource ids starting at 31000 are reserved for projects built on Chromium.
308 } 305 }
OLDNEW
« no previous file with comments | « chrome/common/extensions_api_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698