v8/gypfiles
Gabriel Charette 7d58b3c46c Isolate ItemParallelJob implementation in CC file.
This CL is a pure code move based on top of
https://chromium-review.googlesource.com/c/v8/v8/+/899365

Having it all in the header was becoming more and more tedious:
requiring large rebuilds for impl changes and
requiring exporting unrelated symbols merely so that unittests
could link
@ https://chromium-review.googlesource.com/c/v8/v8/+/899365
and https://chromium-review.googlesource.com/c/v8/v8/+/904523/2

R=mlippautz@chromium.org

Bug: chromium:651354
Change-Id: Ib34043d061dd3b1221cd06799eddc888090fe1c1
Reviewed-on: https://chromium-review.googlesource.com/904167
Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
Commit-Queue: Gabriel Charette <gab@chromium.org>
Cr-Commit-Position: refs/heads/master@{#51132}
2018-02-06 21:55:49 +00:00
..
mac
all.gyp
cctest.gyp Reland "Reland "[builtins] Add .incbin cctest"" 2018-02-02 16:08:30 +00:00
coverage_wrapper.py
d8.gyp
features.gypi
fuzzer.gyp [wasm] [fuzzer] Remove wasm_call fuzzer 2018-02-01 14:30:49 +00:00
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.gyp Isolate ItemParallelJob implementation in CC file. 2018-02-06 21:55:49 +00:00
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.