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

Side by Side Diff: tools/gritsettings/resource_ids

Issue 1679283002: Componentize Chrome terms of service, Accept-Languages & default encoding. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase && use a qualified include for the new file Created 4 years, 10 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "chrome/app/theme/theme_resources.grd": { 70 "chrome/app/theme/theme_resources.grd": {
71 "structures": [7000], 71 "structures": [7000],
72 }, 72 },
73 "chrome/app/theme/chrome_unscaled_resources.grd": { 73 "chrome/app/theme/chrome_unscaled_resources.grd": {
74 "includes": [8000], 74 "includes": [8000],
75 }, 75 },
76 "ui/strings/app_locale_settings.grd": { 76 "ui/strings/app_locale_settings.grd": {
77 "messages": [9000], 77 "messages": [9000],
78 }, 78 },
79 "chrome/app/resources/locale_settings.grd": { 79 "chrome/app/resources/locale_settings.grd": {
80 "includes": [9500], 80 "messages": [9500],
81 "messages": [10000],
82 }, 81 },
83 # These each start with the same resource id because we only use one 82 # These each start with the same resource id because we only use one
84 # file for each build (chromiumos, google_chromeos, linux, mac, or win). 83 # file for each build (chromiumos, google_chromeos, linux, mac, or win).
85 "chrome/app/resources/locale_settings_chromiumos.grd": { 84 "chrome/app/resources/locale_settings_chromiumos.grd": {
86 "messages": [10500], 85 "messages": [10500],
87 }, 86 },
88 "chrome/app/resources/locale_settings_google_chromeos.grd": { 87 "chrome/app/resources/locale_settings_google_chromeos.grd": {
89 "messages": [10500], 88 "messages": [10500],
90 }, 89 },
91 "chrome/app/resources/locale_settings_linux.grd": { 90 "chrome/app/resources/locale_settings_linux.grd": {
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 }, 266 },
268 "chrome/browser/resources/sync_file_system_internals_resources.grd": { 267 "chrome/browser/resources/sync_file_system_internals_resources.grd": {
269 "includes": [27280], 268 "includes": [27280],
270 }, 269 },
271 "chrome/app/address_input_strings.grd": { 270 "chrome/app/address_input_strings.grd": {
272 "messages": [27380], 271 "messages": [27380],
273 }, 272 },
274 "remoting/resources/remoting_strings.grd": { 273 "remoting/resources/remoting_strings.grd": {
275 "messages": [27830], 274 "messages": [27830],
276 }, 275 },
276 "components/components_locale_settings.grd": {
277 "includes": [28280],
278 "messages": [28285],
279 },
277 "components/components_strings.grd": { 280 "components/components_strings.grd": {
278 "messages": [28280], 281 "messages": [28290],
279 }, 282 },
280 # Chromium strings and Google Chrome strings must start at the same id. 283 # Chromium strings and Google Chrome strings must start at the same id.
281 # We only use one file depending on whether we're building Chromium or 284 # We only use one file depending on whether we're building Chromium or
282 # Google Chrome. 285 # Google Chrome.
283 "components/components_chromium_strings.grd": { 286 "components/components_chromium_strings.grd": {
284 "messages": [29550], 287 "messages": [29550],
285 }, 288 },
286 "components/components_google_chrome_strings.grd": { 289 "components/components_google_chrome_strings.grd": {
287 "messages": [29550], 290 "messages": [29550],
288 }, 291 },
289 "components/resources/components_resources.grd": { 292 "components/resources/components_resources.grd": {
290 "includes": [29600], 293 "includes": [29600],
291 }, 294 },
292 "components/resources/components_scaled_resources.grd": { 295 "components/resources/components_scaled_resources.grd": {
293 "structures": [30150], 296 "structures": [30150],
294 }, 297 },
295 "third_party/WebKit/public/blink_resources.grd": { 298 "third_party/WebKit/public/blink_resources.grd": {
296 "includes": [30370], 299 "includes": [30370],
297 "structures": [30670], 300 "structures": [30670],
298 }, 301 },
299 "chrome/browser/resources/md_policy/policy_resources.grd": { 302 "chrome/browser/resources/md_policy/policy_resources.grd": {
300 "structures": [30900], 303 "structures": [30900],
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 308
306 # Resource ids starting at 31000 are reserved for projects built on Chromium. 309 # Resource ids starting at 31000 are reserved for projects built on Chromium.
307 } 310 }
OLDNEW
« no previous file with comments | « tools/copyright_scanner/third_party_files_whitelist.txt ('k') | tools/gritsettings/translation_expectations.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698