v8/gypfiles
Michael Achenbach 0dd835d571 [build] Add generic num fuzzer isolates
We'll use one generic isolate for all number fuzzers. The previous
deopt isolate will be deleted, once the infra hooks have changed.

Bug: v8:6917
Change-Id: I809613548cd935a0208febb002572cc063697324
Reviewed-on: https://chromium-review.googlesource.com/763534
Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#49297}
2017-11-10 14:26:48 +00:00
..
mac [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
win Reland "[build] Switch windows default compilation to MSVS 2017" 2017-09-29 09:36:49 +00:00
all.gyp [build] Add generic num fuzzer isolates 2017-11-10 14:26:48 +00:00
coverage_wrapper.py Use new sanitizer coverage flags. 2017-05-03 19:36:08 +00:00
detect_v8_host_arch.py [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
features.gypi [heap] Re-enable concurrent marking. 2017-11-07 13:11:10 +00:00
get_landmines.py [build] Landmine for flaky win compile problems. 2016-11-28 08:23:24 +00:00
gyp_environment.py [build] Deprecate windows toolchain support with GYP 2017-09-29 11:18:20 +00:00
gyp_v8 [build] Deprecate windows toolchain support with GYP 2017-09-29 11:18:20 +00:00
gyp_v8.py [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
isolate.gypi [test] Fix isolate for auto-detect in gyp 2017-10-19 11:52:11 +00:00
landmine_utils.py Fix common misspellings 2017-08-02 09:35:28 +00:00
landmines.py [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
OWNERS [build] Pull "build" from chromium as dependency 2016-04-29 13:38:03 +00:00
README.txt [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
run-tests-legacy.py [test] Continued test support for make targets 2017-10-20 15:01:51 +00:00
set_clang_warning_flags.gypi [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
shim_headers.gypi [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
standalone.gypi GYP: Fix compilation failure due to Wtautological-constant-compare warning 2017-11-08 14:52:07 +00:00
sysroot_ld_flags.sh [build] Manuelly roll and fix build 2017-05-29 13:40:13 +00:00
toolchain.gypi [test] Enable auto-detection of test flags in gyp 2017-10-19 07:02:38 +00: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.