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

Side by Side Diff: tools/gritsettings/resource_ids

Issue 1774623004: Create localization files for iOS Share Extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 years, 9 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 | « ios/ios.gyp ('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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "ios/chrome/app/strings/ios_google_chrome_strings.grd": { 196 "ios/chrome/app/strings/ios_google_chrome_strings.grd": {
197 "messages": [25755], 197 "messages": [25755],
198 }, 198 },
199 "ios/chrome/app/resources/ios_resources.grd": { 199 "ios/chrome/app/resources/ios_resources.grd": {
200 "structures": [25950], 200 "structures": [25950],
201 "includes": [26060], 201 "includes": [26060],
202 }, 202 },
203 "ios/chrome/app/theme/ios_theme_resources.grd": { 203 "ios/chrome/app/theme/ios_theme_resources.grd": {
204 "structures": [25870], 204 "structures": [25870],
205 }, 205 },
206 "ios/chrome/share_extension/strings/ios_share_extension_strings.grd": {
207 "messages": [26325],
208 },
206 "ios/chrome/today_extension/strings/ios_today_extension_strings.grd": { 209 "ios/chrome/today_extension/strings/ios_today_extension_strings.grd": {
207 "messages": [26335], 210 "messages": [26335],
208 }, 211 },
209 "ash/ash_strings.grd": { 212 "ash/ash_strings.grd": {
210 "messages": [24850], 213 "messages": [24850],
211 }, 214 },
212 "android_webview/ui/aw_resources.grd": { 215 "android_webview/ui/aw_resources.grd": {
213 "includes": [24850], 216 "includes": [24850],
214 }, 217 },
215 "android_webview/ui/aw_strings.grd": { 218 "android_webview/ui/aw_strings.grd": {
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 }, 304 },
302 "chrome/browser/resources/settings/settings_resources.grd": { 305 "chrome/browser/resources/settings/settings_resources.grd": {
303 "structures": [30920], 306 "structures": [30920],
304 }, 307 },
305 "headless/lib/resources/headless_lib_resources.grd": { 308 "headless/lib/resources/headless_lib_resources.grd": {
306 "includes": [30940], 309 "includes": [30940],
307 }, 310 },
308 311
309 # Resource ids starting at 31000 are reserved for projects built on Chromium. 312 # Resource ids starting at 31000 are reserved for projects built on Chromium.
310 } 313 }
OLDNEW
« no previous file with comments | « ios/ios.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698