Index: tools/gritsettings/resource_ids |
diff --git a/tools/gritsettings/resource_ids b/tools/gritsettings/resource_ids |
index 5221b60daec2d4094b40a4ac6b2547bc47eeaea6..a28de4bdaa50787033e70463915c9a3d70c62ae9 100644 |
--- a/tools/gritsettings/resource_ids |
+++ b/tools/gritsettings/resource_ids |
@@ -30,6 +30,7 @@ |
# |
# chrome/ and ios/chrome/ must start at the same id. |
# App only use one file depending on whether it is iOS or other platform. |
+ # TODO(crbug.com/672458): Move this out of src/chrome/. |
"chrome/app/address_input_strings.grd": { |
Lei Zhang
2017/05/17 18:11:46
How about we move this down to the end of the file
Moe
2017/05/17 18:36:12
Done.
|
"messages": [400], |
}, |
@@ -206,34 +207,34 @@ |
# 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. |