Include snapshot_blob.bin in mini_installer.exe when needed
It's needed in builds that don't set use_v8_context_snapshot, such as when cross-compiling from Linux to Windows. The gn file already lists snapshot_blob.bin as a dependency in that case, but it never actually made it into the installer. Since the file is usually always built, this puts it in a section of chrome.release that's only included conditionally. Bug: 803591,858874 Change-Id: I26de080231ced9812110d9524dcec990bf3bbee4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844991Reviewed-by:Greg Thompson <grt@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#704559}
Showing
Please register or sign in to comment