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

Side by Side Diff: tools/gritsettings/resource_ids

Issue 2927803002: Add the new content widget including localised title. (Closed)
Patch Set: comments Created 3 years, 6 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/chrome/test/BUILD.gn ('k') | tools/gritsettings/translation_expectations.pyl » ('j') | 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 entries below are organized into sections. When adding new entries, 10 # The entries below are organized into sections. When adding new entries,
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 }, 227 },
228 "ios/chrome/search_widget_extension/strings/ios_search_widget_extension_string s.grd": { 228 "ios/chrome/search_widget_extension/strings/ios_search_widget_extension_string s.grd": {
229 "messages": [3050], 229 "messages": [3050],
230 }, 230 },
231 "ios/chrome/search_widget_extension/strings/ios_search_widget_extension_chromi um_strings.grd": { 231 "ios/chrome/search_widget_extension/strings/ios_search_widget_extension_chromi um_strings.grd": {
232 "messages": [3070], 232 "messages": [3070],
233 }, 233 },
234 "ios/chrome/search_widget_extension/strings/ios_search_widget_extension_google _chrome_strings.grd": { 234 "ios/chrome/search_widget_extension/strings/ios_search_widget_extension_google _chrome_strings.grd": {
235 "messages": [3070], 235 "messages": [3070],
236 }, 236 },
237 "ios/chrome/content_widget_extension/strings/ios_content_widget_extension_chro mium_strings.grd": {
238 "messages": [3080],
239 },
240 "ios/chrome/content_widget_extension/strings/ios_content_widget_extension_goog le_chrome_strings.grd": {
241 "messages": [3080],
242 },
237 243
238 # content/ and ios/web/ must start at the same id. 244 # content/ and ios/web/ must start at the same id.
239 # App only use one file depending on whether it is iOS or other platform. 245 # App only use one file depending on whether it is iOS or other platform.
240 "ios/web/ios_web_resources.grd": { 246 "ios/web/ios_web_resources.grd": {
241 "includes": [20000], 247 "includes": [20000],
242 }, 248 },
243 "ios/web/test/test_resources.grd": { 249 "ios/web/test/test_resources.grd": {
244 "includes": [22000], 250 "includes": [22000],
245 }, 251 },
246 # END ios/ section. 252 # END ios/ section.
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 "messages": [28700], 368 "messages": [28700],
363 }, 369 },
364 # END "everything else" section. 370 # END "everything else" section.
365 # Everything but chrome/, components/, content/, and ios/ 371 # Everything but chrome/, components/, content/, and ios/
366 372
367 # Thinking about appending to the end? 373 # Thinking about appending to the end?
368 # Please read the header and find the right section above instead. 374 # Please read the header and find the right section above instead.
369 375
370 # Resource ids starting at 31000 are reserved for projects built on Chromium. 376 # Resource ids starting at 31000 are reserved for projects built on Chromium.
371 } 377 }
OLDNEW
« no previous file with comments | « ios/chrome/test/BUILD.gn ('k') | tools/gritsettings/translation_expectations.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698