v8/build
jochen 29deaef505 Introduce a new gyp flag to warn about to be deprecated APIs
This should help to keep syntax errors from creeping into v8.h

Also, I'll remove usages of to-be-deprecated APIs and turn this flag on
for standalone builds

BUG=4134
R=vogelheim@chromium.org
LOG=n

Review URL: https://codereview.chromium.org/1149633003

Cr-Commit-Position: refs/heads/master@{#28538}
2015-05-21 10:34:22 +00:00
..
mac
all.gyp
android.gypi
detect_v8_host_arch.py
features.gypi Introduce a new gyp flag to warn about to be deprecated APIs 2015-05-21 10:34:22 +00:00
get_landmines.py
gyp_environment.py
gyp_v8
gyp_v8.py
landmine_utils.py
landmines.py
OWNERS
README.txt
shim_headers.gypi
standalone.gypi Introduce a new gyp flag to warn about to be deprecated APIs 2015-05-21 10:34:22 +00:00
toolchain.gypi

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.