The file snapshot_blob_host.bin was supposed to be generated when building the host...
authorbaixo <baixo@chromium.org>
Mon, 24 Nov 2014 12:43:28 +0000 (04:43 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 24 Nov 2014 12:43:32 +0000 (12:43 +0000)
commit009fe698ee6be1f10f78641a72b3ecaa8cd498c0
tree0bbff56caa25bfbf9f152c8145a2eb7b5beaf11a
parent94f5b78b96cbfc3dac55364c2672b2de213b493d
The file snapshot_blob_host.bin was supposed to be generated when building the host toolset. However, the file snapshot_blob.bin was being generated instead, under every set of conditions.

Because of this, every time we build the host toolset, snapshot_blob_host.bin is not found. This causes the target (v8_external_snapshot) that generates such file to be run. This target generates snapshot_blob.bin instead of snapshot_blob_host.bin. This in turn causes all the targets that depend on snapshot_blob.bin to run again.

After this, we still don't have snapshot_blob_host.bin. So the next time we build, the whole process described above happens again.

BUG=421063

Review URL: https://codereview.chromium.org/741223002

Cr-Commit-Position: refs/heads/master@{#25480}
tools/gyp/v8.gyp