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

Side by Side Diff: tools/gritsettings/resource_ids

Issue 239543005: Introduce extensions_strings.grd (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move localized strings Created 6 years, 8 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 | Annotate | Revision Log
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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 # This file is generated during the build. 158 # This file is generated during the build.
159 "<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resources.grd": { 159 "<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resources.grd": {
160 "includes": [25750], 160 "includes": [25750],
161 }, 161 },
162 "ash/ash_strings.grd": { 162 "ash/ash_strings.grd": {
163 "messages": [26000], 163 "messages": [26000],
164 }, 164 },
165 "chrome/common/extensions_api_resources.grd": { 165 "chrome/common/extensions_api_resources.grd": {
166 "includes": [26500], 166 "includes": [26500],
167 }, 167 },
168 # TODO(jamescook): Add extensions/extensions_resources.grd here.
169 "extensions/extensions_strings.grd": {
170 "messages": [27000],
171 },
168 "chrome/browser/resources/memory_internals_resources.grd": { 172 "chrome/browser/resources/memory_internals_resources.grd": {
169 "includes": [27500], 173 "includes": [27500],
170 }, 174 },
171 "chrome/browser/resources/password_manager_internals_resources.grd": { 175 "chrome/browser/resources/password_manager_internals_resources.grd": {
172 "includes": [27800], 176 "includes": [27800],
173 }, 177 },
174 "device/bluetooth/bluetooth_strings.grd": { 178 "device/bluetooth/bluetooth_strings.grd": {
175 "messages": [28000], 179 "messages": [28000],
176 }, 180 },
177 "ui/keyboard/keyboard_resources.grd": { 181 "ui/keyboard/keyboard_resources.grd": {
(...skipping 15 matching lines...) Expand all
193 "includes": [30250], 197 "includes": [30250],
194 }, 198 },
195 "components/resources/components_scaled_resources.grd": { 199 "components/resources/components_scaled_resources.grd": {
196 "structures": [30350], 200 "structures": [30350],
197 }, 201 },
198 "third_party/WebKit/public/blink_resources.grd": { 202 "third_party/WebKit/public/blink_resources.grd": {
199 "includes": [30500], 203 "includes": [30500],
200 }, 204 },
201 # Resource ids starting at 31000 are reserved for projects built on Chromium. 205 # Resource ids starting at 31000 are reserved for projects built on Chromium.
202 } 206 }
OLDNEW
« extensions/common/file_util_unittest.cc ('K') | « extensions/strings/extensions_strings_zh-TW.xtb ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698