v8/gypfiles
machenbach 3643f7b124 [gn] Default to ninja on all platforms
This makes sure we use ninja everywhere if not stated
otherwise explicitly.

BUG=chromium:474921

Review-Url: https://codereview.chromium.org/2078393002
Cr-Commit-Position: refs/heads/master@{#37095}
2016-06-20 10:06:45 +00:00
..
config/win
mac
all.gyp
coverage_wrapper.py
detect_v8_host_arch.py
download_gold_plugin.py
features.gypi
get_landmines.py [build] Landmine after ndk update. 2016-06-07 06:41:35 +00:00
gyp_environment.py [gn] Default to ninja on all platforms 2016-06-20 10:06:45 +00:00
gyp_v8 [gn] Skip gyp_v8 when gn should run 2016-06-09 12:49:07 +00:00
gyp_v8.py
isolate.gypi [build] Use icu data file by default 2016-06-09 13:24:58 +00:00
landmine_utils.py
landmines.py
OWNERS
README.txt
set_clang_warning_flags.gypi
shim_headers.gypi
standalone.gypi [build] Use icu data file by default 2016-06-09 13:24:58 +00:00
toolchain.gypi AIX: Define __STDC_FORMAT_MACROS in gypi file 2016-06-02 14:04:40 +00:00
vs_toolchain.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.