Skip to content

Commit

Permalink
[cr135] Bumps resource_ids.
Browse files Browse the repository at this point in the history
Build error:

grit.exception.IdRangeOverflow: ID range overflow.: Generated .grd file used more IDs (1105) than were allocated for it (1104) for type includes. You need to update ../../../../gen/tools/gritsettings/default_resource_ids for this .grd.
  • Loading branch information
mkarolin committed Feb 20, 2025
1 parent 22049d2 commit f87ae82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/tools-gritsettings-resource_ids.spec.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/tools/gritsettings/resource_ids.spec b/tools/gritsettings/resource_ids.spec
index b162935b2b83c06fd58ad955f0506e11ed6c73f7..a4e144282cfe0ab656b12dd1f4cfda75a5e872a7 100644
index b162935b2b83c06fd58ad955f0506e11ed6c73f7..beaa0c930edfda75cf1a9a9920190e2b9be2eed5 100644
--- a/tools/gritsettings/resource_ids.spec
+++ b/tools/gritsettings/resource_ids.spec
@@ -38,6 +38,9 @@
Expand Down Expand Up @@ -45,7 +45,7 @@ index b162935b2b83c06fd58ad955f0506e11ed6c73f7..a4e144282cfe0ab656b12dd1f4cfda75
},
"<(SHARED_INTERMEDIATE_DIR)/ui/webui/resources/webui_resources.grd": {
- "META": {"sizes": {"includes": [1100]}},
+ "META": {"sizes": {"includes": [1104]}},
+ "META": {"sizes": {"includes": [1105]}},
"includes": [10000],
},
"weblayer/weblayer_resources.grd": {

0 comments on commit f87ae82

Please sign in to comment.