1diff --git tools/gritsettings/resource_ids.spec tools/gritsettings/resource_ids.spec 2index 1d3809cbdc35..f5206f1c96c3 100644 3--- tools/gritsettings/resource_ids.spec 4+++ tools/gritsettings/resource_ids.spec 5@@ -750,4 +750,13 @@ 6 # Please read the header and find the right section above instead. 7 8 # Resource ids starting at 31000 are reserved for projects built on Chromium. 9+ 10+ "cef/libcef/resources/cef_resources.grd": { 11+ "META": {"align": 31500}, 12+ "includes": [31500], 13+ }, 14+ "cef/libcef/resources/cef_strings.grd": { 15+ "META": {"align": 32000}, 16+ "messages": [32000], 17+ }, 18 } 19