[GRIT] Fix resource_ids for sample_system_web_app_resources.grd.
This CL fixes resource_ids entry sample_system_web_app_resources.grd, which was added in: https://chromium-review.googlesource.com/c/chromium/src/+/1956978 The new GRD (B) displaced an entry (C) that has META "join" for mutually exclusive entries (A1 and A2). This causes the following sub-graph change: A1 <-- C ===> A1 <-------- C A2 <---+ A2 <-- B <---+ This caused A1 to collide with B when GRIT update_resource_ids runs. The problem was mitigated in https://chromium-review.googlesource.com/c/chromium/src/+/1980336 by swapping A1 and A2. However, the proper fix (implemented by this CL) is to move META "join" from C to B, so the sub-graph becomes: A1 <-- B <--- C A2 <---+ This CL also reserves more ID space for media_app_bundle_resources.grd (A1) to accommodate potential growth. Change-Id: I891b643192ef49699397b8376e4fec03e66f2f49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980802Reviewed-by:Andrew Grieve <agrieve@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#727198}
Showing
Please register or sign in to comment