mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
17d4368cb1
Even if we only use v8_monolith build target, other targets in v8.gyp with possibly outdated file lists are parsed and could cause build to fail even with --build-v8-with-gn. PR-URL: https://github.com/nodejs/node/pull/19201 Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> |
||
---|---|---|
.. | ||
mac | ||
all.gyp | ||
cctest.gyp | ||
coverage_wrapper.py | ||
d8.gyp | ||
features.gypi | ||
fuzzer.gyp | ||
gmock.gyp | ||
gtest.gyp | ||
gyp_environment.py | ||
gyp_v8 | ||
gyp_v8.py | ||
inspector-test.gyp | ||
inspector.gyp | ||
inspector.gypi | ||
mkgrokdump.gyp | ||
OWNERS | ||
parser-shell.gyp | ||
README.txt | ||
run-tests-legacy.py | ||
samples.gyp | ||
set_clang_warning_flags.gypi | ||
shim_headers.gypi | ||
standalone.gypi | ||
sysroot_ld_flags.sh | ||
toolchain.gypi | ||
unittests.gyp | ||
v8-monolithic.gyp | ||
v8.gyp | ||
v8vtune.gyp | ||
verify_source_deps.py |
For build instructions, please refer to: https://code.google.com/p/v8/wiki/BuildingWithGYP TL;DR version on *nix: $ make dependencies # Only needed once. $ make ia32.release -j8 $ make ia32.release.check # Optionally: run tests.