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

Side by Side Diff: tools/gritsettings/resource_ids

Issue 2109563002: Quick View: Add more metadata and update UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 5 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
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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 "chrome/browser/resources/password_manager_internals_resources.grd": { 256 "chrome/browser/resources/password_manager_internals_resources.grd": {
257 "includes": [26350], 257 "includes": [26350],
258 }, 258 },
259 "device/bluetooth/bluetooth_strings.grd": { 259 "device/bluetooth/bluetooth_strings.grd": {
260 "messages": [26650], 260 "messages": [26650],
261 }, 261 },
262 "ui/file_manager/file_manager_resources.grd": { 262 "ui/file_manager/file_manager_resources.grd": {
263 "includes": [26760], 263 "includes": [26760],
264 }, 264 },
265 "components/chrome_apps/chrome_apps_resources.grd": { 265 "components/chrome_apps/chrome_apps_resources.grd": {
266 "includes": [26940], 266 "includes": [26945],
267 }, 267 },
268 "ui/login/login_resources.grd": { 268 "ui/login/login_resources.grd": {
269 "includes": [26960], 269 "includes": [26960],
270 }, 270 },
271 "chrome/browser/resources/translate_internals_resources.grd": { 271 "chrome/browser/resources/translate_internals_resources.grd": {
272 "includes": [26970], 272 "includes": [26970],
273 }, 273 },
274 "chrome/browser/resources/sync_file_system_internals_resources.grd": { 274 "chrome/browser/resources/sync_file_system_internals_resources.grd": {
275 "includes": [26980], 275 "includes": [26980],
276 }, 276 },
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 }, 311 },
312 "chrome/browser/resources/settings/settings_resources.grd": { 312 "chrome/browser/resources/settings/settings_resources.grd": {
313 "structures": [30620], 313 "structures": [30620],
314 }, 314 },
315 "headless/lib/resources/headless_lib_resources.grd": { 315 "headless/lib/resources/headless_lib_resources.grd": {
316 "includes": [30640], 316 "includes": [30640],
317 }, 317 },
318 318
319 # Resource ids starting at 31000 are reserved for projects built on Chromium. 319 # Resource ids starting at 31000 are reserved for projects built on Chromium.
320 } 320 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698