commit | 8d6de4c426647039de657504541dae55f6d6a808 | [log] [tgz] |
---|---|---|
author | Peter Kasting <pkasting@chromium.org> | Tue May 23 19:18:36 2023 |
committer | Copybara-Service <copybara-worker@google.com> | Tue May 23 19:26:15 2023 |
tree | c4a987b6b54d3b26f627e7bf6fc53021da705d8c | |
parent | 808bcb2661cbab21d252fd090b6e5632c0c0adde [diff] |
Reserve more space for startup-critical resource IDs. When regenerating the startup resource ID list I found it greatly exceeded 400 items, resulting in ID conflicts. Bump the reservation from 400 to 800 to give sufficient room. This also fixes a couple bugs in the scripts -- a typo that led to a crash and a missing inclusion of a new generated .h suffix. Bug: none Change-Id: I34624cd0ed29593b8dba764243aea1b3cbce3ed8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4555881 Commit-Queue: Peter Kasting <pkasting@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Commit-Queue: Robert Flack <flackr@chromium.org> Reviewed-by: Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1148093} NOKEYCHECK=True GitOrigin-RevId: da12af818e4458d9ae552b6a2650d82568a2115f
This is a tool for projects to manage resources and simplify the localization workflow.
See the user guide for more details on using this project: https://dev.chromium.org/developers/tools-we-use-in-chromium/grit/grit-users-guide
This code previously used to live at https://code.google.com/p/grit-i18n/source/checkout which still contains the project‘s history. https://chromium.googlesource.com/external/grit-i18n/ is a git mirror of the SVN repository that’s identical except for the last two commits. The project is now developed in the Chromium project directly.
There is a read-only mirror of just this directory at https://chromium.googlesource.com/chromium/src/tools/grit/ if you don't want to check out all of Chromium.