rename the v8 context snapshot on arm64 macOS builds
This is done so that the arm64 and x64 v8 context snapshots can live side by side in a universal app build of a Chromium based application. All other files can be Mach-O universal binaries generated using "lipo" but these snapshot files have to be uniquely named so that both can exist in the Resources folder at the same time and the correct one is chosen at runtime. Bug: 1142017 Change-Id: I8449b72ba3a36e7ce69b9d9ec7768bd80ecc3e3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490980Reviewed-by:Avi Drissman <avi@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#821439}
Showing
Please register or sign in to comment