0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/deps/v8/gypfiles
Yang Guo 17d4368cb1
deps: split v8_monolith target into separate file
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>
2018-04-11 13:23:24 -04:00
..
mac
all.gyp deps: update V8 to 6.6.346.23 2018-04-11 13:22:42 -04:00
cctest.gyp deps: update V8 to 6.6.346.23 2018-04-11 13:22:42 -04:00
coverage_wrapper.py deps: update V8 to 6.6.346.23 2018-04-11 13:22:42 -04:00
d8.gyp deps: update V8 to 6.6.346.23 2018-04-11 13:22:42 -04:00
features.gypi deps: update V8 to 6.6.346.23 2018-04-11 13:22:42 -04:00
fuzzer.gyp deps: update V8 to 6.6.346.23 2018-04-11 13:22:42 -04:00
gmock.gyp deps: update V8 to 6.6.346.23 2018-04-11 13:22:42 -04:00
gtest.gyp deps: update V8 to 6.6.346.23 2018-04-11 13:22:42 -04:00
gyp_environment.py deps: update V8 to 6.3.292.46 2017-12-06 12:52:07 +01:00
gyp_v8 deps: update V8 to 6.6.346.23 2018-04-11 13:22:42 -04:00
gyp_v8.py
inspector-test.gyp deps: update V8 to 6.6.346.23 2018-04-11 13:22:42 -04:00
inspector.gyp deps: update V8 to 6.6.346.23 2018-04-11 13:22:42 -04:00
inspector.gypi deps: update V8 to 6.6.346.23 2018-04-11 13:22:42 -04:00
mkgrokdump.gyp deps: update V8 to 6.6.346.23 2018-04-11 13:22:42 -04:00
OWNERS
parser-shell.gyp deps: update V8 to 6.6.346.23 2018-04-11 13:22:42 -04:00
README.txt
run-tests-legacy.py deps: update V8 to 6.6.346.23 2018-04-11 13:22:42 -04:00
samples.gyp deps: update V8 to 6.6.346.23 2018-04-11 13:22:42 -04:00
set_clang_warning_flags.gypi
shim_headers.gypi
standalone.gypi deps: update V8 to 6.5.254.31 2018-03-07 16:48:52 +01:00
sysroot_ld_flags.sh deps: update V8 to 6.6.346.23 2018-04-11 13:22:42 -04:00
toolchain.gypi deps: update V8 to 6.6.346.23 2018-04-11 13:22:42 -04:00
unittests.gyp deps: update V8 to 6.6.346.23 2018-04-11 13:22:42 -04:00
v8-monolithic.gyp deps: split v8_monolith target into separate file 2018-04-11 13:23:24 -04:00
v8.gyp deps: split v8_monolith target into separate file 2018-04-11 13:23:24 -04:00
v8vtune.gyp deps: update V8 to 6.6.346.23 2018-04-11 13:22:42 -04:00
verify_source_deps.py deps: update V8 to 6.6.346.23 2018-04-11 13:22:42 -04:00

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.