Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Issue 741223002: Generate snapshot_blob_host.bin for the host toolset. (Closed)

Created:
6 years, 1 month ago by baixo
Modified:
6 years ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Project:
v8
Visibility:
Public.

Description

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

Patch Set 1 #

Patch Set 2 : Address comments from Ross #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -17 lines) Patch
M tools/gyp/v8.gyp View 1 3 chunks +29 lines, -17 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
baixo1
Andrew, thanks for reporting this! I know the solution is not ideal but I tried ...
6 years, 1 month ago (2014-11-20 19:32:44 UTC) #3
Andrew Hayden (chromium.org)
I'm not too worried about the approach; it's not pretty, but GYP is obtuse with ...
6 years, 1 month ago (2014-11-21 12:34:02 UTC) #5
rmcilroy
On 2014/11/21 12:34:02, Andrew Hayden wrote: > I'm not too worried about the approach; it's ...
6 years, 1 month ago (2014-11-21 13:40:51 UTC) #6
baixo1
On 2014/11/21 13:40:51, rmcilroy wrote: > On 2014/11/21 12:34:02, Andrew Hayden wrote: > > I'm ...
6 years, 1 month ago (2014-11-21 20:36:08 UTC) #7
rmcilroy
On 2014/11/21 20:36:08, baixo1 wrote: > On 2014/11/21 13:40:51, rmcilroy wrote: > > On 2014/11/21 ...
6 years, 1 month ago (2014-11-24 09:42:20 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/741223002/20001
6 years ago (2014-11-24 12:16:12 UTC) #10
commit-bot: I haz the power
6 years ago (2014-11-24 12:43:32 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:20001)

Powered by Google App Engine
This is Rietveld 408576698