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

Unified Diff: tools/gritsettings/resource_ids

Issue 2886173002: Moves address_input_strings.grdp from chrome to third_party/libaddressinput (Closed)
Patch Set: Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: tools/gritsettings/resource_ids
diff --git a/tools/gritsettings/resource_ids b/tools/gritsettings/resource_ids
index 5221b60daec2d4094b40a4ac6b2547bc47eeaea6..a08a51c7a6a3ccb16827a31743b141811a4de24e 100644
--- a/tools/gritsettings/resource_ids
+++ b/tools/gritsettings/resource_ids
@@ -30,24 +30,20 @@
#
# chrome/ and ios/chrome/ must start at the same id.
# App only use one file depending on whether it is iOS or other platform.
- "chrome/app/address_input_strings.grd": {
- "messages": [400],
- },
-
# Chromium strings and Google Chrome strings must start at the same id.
# We only use one file depending on whether we're building Chromium or
# Google Chrome.
"chrome/app/chromium_strings.grd": {
- "messages": [500],
+ "messages": [400],
},
"chrome/app/google_chrome_strings.grd": {
- "messages": [500],
+ "messages": [400],
},
# Leave lots of space for generated_resources since it has most of our
# strings.
"chrome/app/generated_resources.grd": {
- "messages": [900],
+ "messages": [800],
},
"chrome/app/resources/locale_settings.grd": {
@@ -206,43 +202,43 @@
# chrome/ and ios/chrome/ must start at the same id.
# App only use one file depending on whether it is iOS or other platform.
"ios/chrome/app/resources/ios_resources.grd": {
- "includes": [400],
- "structures": [1000],
+ "includes": [500],
+ "structures": [1100],
},
# Chromium strings and Google Chrome strings must start at the same id.
# We only use one file depending on whether we're building Chromium or
# Google Chrome.
"ios/chrome/app/strings/ios_chromium_strings.grd": {
- "messages": [1500],
+ "messages": [1600],
},
"ios/chrome/app/strings/ios_google_chrome_strings.grd": {
- "messages": [1500],
+ "messages": [1600],
},
"ios/chrome/app/strings/ios_strings.grd": {
- "messages": [2000],
+ "messages": [2100],
},
"ios/chrome/app/theme/ios_theme_resources.grd": {
- "structures": [2500],
+ "structures": [2600],
},
"ios/chrome/share_extension/strings/ios_share_extension_strings.grd": {
- "messages": [3000],
+ "messages": [3100],
},
"ios/chrome/today_extension/strings/ios_today_extension_strings.grd": {
- "messages": [3010],
+ "messages": [3110],
},
"ios/chrome/search_widget_extension/strings/ios_search_widget_extension_strings.grd": {
- "messages": [3050],
+ "messages": [3150],
},
# content/ and ios/web/ must start at the same id.
# App only use one file depending on whether it is iOS or other platform.
"ios/web/ios_web_resources.grd": {
- "includes": [20000],
+ "includes": [20100],
},
"ios/web/test/test_resources.grd": {
- "includes": [22000],
+ "includes": [22100],
},
# END ios/ section.
@@ -301,62 +297,66 @@
"messages": [24800],
},
+ "third_party/libaddressinput/address_input_strings.grd": {
+ "messages": [25300],
sdefresne 2017/05/17 16:08:13 I'm not sure about renumbering all those resources
Moe 2017/05/17 17:37:44 Done.
+ },
+
"third_party/WebKit/public/blink_image_resources.grd": {
- "structures": [25300],
+ "structures": [25400],
},
"third_party/WebKit/public/blink_resources.grd": {
- "includes": [25400],
+ "includes": [25500],
},
"ui/app_list/resources/app_list_resources.grd": {
- "structures": [25800],
+ "structures": [25900],
},
"ui/chromeos/resources/ui_chromeos_resources.grd": {
- "structures": [25820],
+ "structures": [25920],
},
"ui/chromeos/ui_chromeos_strings.grd": {
- "messages": [25920],
+ "messages": [26020],
},
"ui/file_manager/file_manager_resources.grd": {
- "includes": [26150],
+ "includes": [26250],
},
"ui/keyboard/keyboard_resources.grd": {
- "includes": [26400],
+ "includes": [26500],
},
"ui/login/login_resources.grd": {
- "includes": [26500],
+ "includes": [26600],
},
"ui/resources/ui_resources.grd": {
- "structures": [26600],
+ "structures": [26700],
},
"ui/resources/ui_unscaled_resources.grd": {
- "includes": [26850],
+ "includes": [26950],
},
"ui/strings/app_locale_settings.grd": {
- "messages": [26900],
+ "messages": [27000],
},
"ui/strings/ui_strings.grd": {
- "messages": [26950],
+ "messages": [27050],
},
"ui/views/resources/views_resources.grd": {
- "structures": [27150],
+ "structures": [27250],
},
"ui/webui/resources/webui_resources.grd": {
- "includes": [27450],
- "structures": [27650],
+ "includes": [27550],
+ "structures": [27750],
},
# This file is generated during the build.
"<(SHARED_INTERMEDIATE_DIR)/devtools/devtools_resources.grd": {
- "includes": [28450],
+ "includes": [28550],
},
"devtools_resources.grd": {
- "includes": [28450],
+ "includes": [28550],
},
"cloud_print/virtual_driver/win/install/virtual_driver_setup_resources.grd": {
- "includes": [28600],
- "messages": [28650],
+ "includes": [28700],
+ "messages": [28750],
},
# END "everything else" section.
# Everything but chrome/, components/, content/, and ios/

Powered by Google App Engine
This is Rietveld 408576698