Skip to content

Commit

Permalink
Merge pull request #26800 from brave/ads_internals_resource_ids_fix
Browse files Browse the repository at this point in the history
Fix ads-internals resource ids range.
  • Loading branch information
aseren authored Nov 28, 2024
2 parents 82050ae + 8a1eeb5 commit 93c99f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/resource_ids.spec
Original file line number Diff line number Diff line change
Expand Up @@ -225,14 +225,14 @@
"META": {"sizes": {"includes": [50]}},
"includes": [34650],
},
"<(SHARED_INTERMEDIATE_DIR)/brave/web-ui-ads_internals/ads_internals.grd": {
"META": {"sizes": {"includes": [10]}},
"includes": [34660],
},
"<(SHARED_INTERMEDIATE_DIR)/brave/web-ui-creator_detection/creator_detection.grd": {
"META": {"sizes": {"includes": [10]}},
"includes": [34700],
},
"<(SHARED_INTERMEDIATE_DIR)/brave/web-ui-ads_internals/ads_internals.grd": {
"META": {"sizes": {"includes": [10]}},
"includes": [34710],
},
# WARNING: The upstream ChromeOS/Ash strings currently run through 36930. We
# must be careful not to exceed that maximum when adding new strings here.
}

0 comments on commit 93c99f8

Please sign in to comment.