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

Side by Side Diff: tools/gritsettings/resource_ids

Issue 1257313003: Update Google Input Tools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Free up grd resources. Created 5 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
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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "ui/resources/ui_resources.grd": { 51 "ui/resources/ui_resources.grd": {
52 "structures": [5500], 52 "structures": [5500],
53 }, 53 },
54 "ui/views/resources/views_resources.grd": { 54 "ui/views/resources/views_resources.grd": {
55 "structures": [5800], 55 "structures": [5800],
56 }, 56 },
57 "ash/resources/ash_resources.grd": { 57 "ash/resources/ash_resources.grd": {
58 "includes": [6100], 58 "includes": [6100],
59 "structures": [6150], 59 "structures": [6150],
60 }, 60 },
61 "ui/keyboard/keyboard_resources.grd": {
62 "includes": [6850],
63 },
61 "chrome/app/theme/theme_resources.grd": { 64 "chrome/app/theme/theme_resources.grd": {
62 "structures": [7000], 65 "structures": [7000],
63 }, 66 },
64 "chrome/app/theme/chrome_unscaled_resources.grd": { 67 "chrome/app/theme/chrome_unscaled_resources.grd": {
65 "includes": [8000], 68 "includes": [8000],
66 }, 69 },
67 "ui/strings/app_locale_settings.grd": { 70 "ui/strings/app_locale_settings.grd": {
68 "messages": [9000], 71 "messages": [9000],
69 }, 72 },
70 "chrome/app/resources/locale_settings.grd": { 73 "chrome/app/resources/locale_settings.grd": {
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 }, 209 },
207 "chrome/browser/resources/memory_internals_resources.grd": { 210 "chrome/browser/resources/memory_internals_resources.grd": {
208 "includes": [27500], 211 "includes": [27500],
209 }, 212 },
210 "chrome/browser/resources/password_manager_internals_resources.grd": { 213 "chrome/browser/resources/password_manager_internals_resources.grd": {
211 "includes": [27800], 214 "includes": [27800],
212 }, 215 },
213 "device/bluetooth/bluetooth_strings.grd": { 216 "device/bluetooth/bluetooth_strings.grd": {
214 "messages": [28000], 217 "messages": [28000],
215 }, 218 },
216 "ui/keyboard/keyboard_resources.grd": {
217 "includes": [28050],
218 },
219 "ui/file_manager/file_manager_resources.grd": { 219 "ui/file_manager/file_manager_resources.grd": {
220 "includes": [28110], 220 "includes": [28110],
221 }, 221 },
222 "components/chrome_apps/chrome_apps_resources.grd": { 222 "components/chrome_apps/chrome_apps_resources.grd": {
223 "includes": [28290], 223 "includes": [28290],
224 }, 224 },
225 "ui/login/login_resources.grd": { 225 "ui/login/login_resources.grd": {
226 "includes": [28310], 226 "includes": [28310],
227 }, 227 },
228 "chrome/browser/resources/translate_internals_resources.grd": { 228 "chrome/browser/resources/translate_internals_resources.grd": {
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 # These files don't need to reserve resource ids, but are listed here so that 260 # These files don't need to reserve resource ids, but are listed here so that
261 # translation scripts know of their existence. 261 # translation scripts know of their existence.
262 "android_webview/java/strings/android_webview_strings.grd": {}, 262 "android_webview/java/strings/android_webview_strings.grd": {},
263 "chrome/android/java/strings/android_chrome_strings.grd": {}, 263 "chrome/android/java/strings/android_chrome_strings.grd": {},
264 "content/public/android/java/strings/android_content_strings.grd": {}, 264 "content/public/android/java/strings/android_content_strings.grd": {},
265 "ui/accessibility/extensions/strings/accessibility_extensions_strings.grd": {} , 265 "ui/accessibility/extensions/strings/accessibility_extensions_strings.grd": {} ,
266 "ui/android/java/strings/android_ui_strings.grd": {}, 266 "ui/android/java/strings/android_ui_strings.grd": {},
267 267
268 # Resource ids starting at 31000 are reserved for projects built on Chromium. 268 # Resource ids starting at 31000 are reserved for projects built on Chromium.
269 } 269 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698