https://codereview.chromium.org/506983002/diff/20001/tools/gyp/v8.gyp
File tools/gyp/v8.gyp (right):

https://codereview.chromium.org/506983002/diff/20001/tools/gyp/v8.gyp#newcode281
tools/gyp/v8.gyp:281: '<(PRODUCT_DIR)/snapshot_blob_host.bin',
I'm a bit skeptical here: snapshot.cc and snapshot_blob.bin represent
largely the same data, but in a different format: One as constants in C,
the other as a blob file. So if we disambiguate between the host and
target blob file, we would probably also disambiguate the equivalent .cc
file.

Admittedly this is more pattern matching than a specific problem this
might cause, but... well.

https://codereview.chromium.org/506983002/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to