v8/gypfiles
Michael Achenbach dde4cbb0b1 [test] Remove valgrind support
Bug: v8:6566
Change-Id: If48fea99f2b1c8069dd20075bf4d9a6c6282bb7c
Reviewed-on: https://chromium-review.googlesource.com/708757
Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#48439}
2017-10-11 07:41:33 +00:00
..
mac
win Reland "[build] Switch windows default compilation to MSVS 2017" 2017-09-29 09:36:49 +00:00
all.gyp [test] Remove valgrind support 2017-10-11 07:41:33 +00:00
coverage_wrapper.py Use new sanitizer coverage flags. 2017-05-03 19:36:08 +00:00
detect_v8_host_arch.py
features.gypi [build] Introduce an embedder version string 2017-10-05 07:17:45 +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
isolate.gypi [test] Remove obsolete lsan suppressions 2017-06-23 14:18:05 +00:00
landmine_utils.py Fix common misspellings 2017-08-02 09:35:28 +00:00
landmines.py
OWNERS
README.txt
set_clang_warning_flags.gypi
shim_headers.gypi
standalone.gypi [gyp] Disable compiler warning 2017-08-29 11:52:47 +00:00
sysroot_ld_flags.sh [build] Manuelly roll and fix build 2017-05-29 13:40:13 +00:00
toolchain.gypi Remove x87 port 2017-07-18 18:20:40 +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.