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

Unified 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: 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 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 fe03946889dc2aa6092ac46e3740fe455ac27d88..06d8d097997fc717c5e04771bbdf325902d51a7b 100644
--- a/tools/gritsettings/resource_ids
+++ b/tools/gritsettings/resource_ids
@@ -77,8 +77,7 @@
"messages": [9000],
},
"chrome/app/resources/locale_settings.grd": {
- "includes": [9500],
- "messages": [10000],
+ "messages": [9500],
},
# These each start with the same resource id because we only use one
# file for each build (chromiumos, google_chromeos, linux, mac, or win).
@@ -274,8 +273,12 @@
"remoting/resources/remoting_strings.grd": {
"messages": [27830],
},
+ "components/components_locale_settings.grd": {
+ "includes": [28280],
+ "messages": [28285],
+ },
"components/components_strings.grd": {
- "messages": [28280],
+ "messages": [28290],
},
# 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

Powered by Google App Engine
This is Rietveld 408576698