Thanks for looking into this. This works for the component build, but
unfortunately now fails in the single lib chromium build. Possible solution
inline.
https://codereview.chromium.org/26004003/diff/1/tools/gyp/v8.gyp
File tools/gyp/v8.gyp (right):
https://codereview.chromium.org/26004003/diff/1/tools/gyp/v8.gyp#newcode61
tools/gyp/v8.gyp:61: '../../src/defaults.cc',
I think you need this in the v8 target for both
"component"="shared_library" and otherwise (i.e., include this source
file unconditionally in this target). This now works for the component
build, but not for the single lib chromium build.
https://codereview.chromium.org/26004003/diff/1/tools/gyp/v8.gyp#newcode65
tools/gyp/v8.gyp:65: ],
if you do:
'include_dirs': [
'../../src',
],
you can avoid the header file include changes.
https://codereview.chromium.org/26004003/
--
--
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/groups/opt_out.