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

Side by Side Diff: tools/gritsettings/resource_ids

Issue 809333003: Upstream //ios/chrome/browser/translate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 11 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 "content/content_resources.grd": { 157 "content/content_resources.grd": {
158 "includes": [25000], 158 "includes": [25000],
159 }, 159 },
160 "content/shell/shell_resources.grd": { 160 "content/shell/shell_resources.grd": {
161 "includes": [25500], 161 "includes": [25500],
162 }, 162 },
163 # This file is generated during the build. 163 # This file is generated during the build.
164 "<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resources.grd": { 164 "<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resources.grd": {
165 "includes": [25750], 165 "includes": [25750],
166 }, 166 },
167 # iOS resources overlap with ash, chromeos and extensions_api, as these are
168 # not used on iOS.
169 "ios/chrome/app/theme/ios_theme_resources.grd": {
170 "structures": [26000],
171 },
167 "ash/ash_strings.grd": { 172 "ash/ash_strings.grd": {
168 "messages": [26000], 173 "messages": [26000],
169 }, 174 },
170 "ui/chromeos/resources/ui_chromeos_resources.grd": { 175 "ui/chromeos/resources/ui_chromeos_resources.grd": {
171 "structures": [26200], 176 "structures": [26200],
172 }, 177 },
173 "ui/chromeos/ui_chromeos_strings.grd": { 178 "ui/chromeos/ui_chromeos_strings.grd": {
174 "messages": [26300], 179 "messages": [26300],
175 }, 180 },
176 "chrome/common/extensions_api_resources.grd": { 181 "chrome/common/extensions_api_resources.grd": {
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 # These files don't need to reserve resource ids, but are listed here so that 246 # These files don't need to reserve resource ids, but are listed here so that
242 # translation scripts know of their existence. 247 # translation scripts know of their existence.
243 "android_webview/java/strings/android_webview_strings.grd": {}, 248 "android_webview/java/strings/android_webview_strings.grd": {},
244 "chrome/android/java/strings/android_chrome_strings.grd": {}, 249 "chrome/android/java/strings/android_chrome_strings.grd": {},
245 "content/public/android/java/strings/android_content_strings.grd": {}, 250 "content/public/android/java/strings/android_content_strings.grd": {},
246 "ui/accessibility/extensions/strings/accessibility_extensions_strings.grd": {} , 251 "ui/accessibility/extensions/strings/accessibility_extensions_strings.grd": {} ,
247 "ui/android/java/strings/android_ui_strings.grd": {}, 252 "ui/android/java/strings/android_ui_strings.grd": {},
248 253
249 # Resource ids starting at 31000 are reserved for projects built on Chromium. 254 # Resource ids starting at 31000 are reserved for projects built on Chromium.
250 } 255 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698