v8/gypfiles
dgozman ab53a8b9ec [inspector] Remove inspector_protocol_parser_test target.
This target introduces a dependency on WebKit/platform which is not the way we want it.
Keeping the build files in src/inspector, as they are not used and will be useful later on.

BUG=none
NOPRESUBMIT=true

Review-Url: https://codereview.chromium.org/2239603002
Cr-Commit-Position: refs/heads/master@{#38587}
2016-08-11 16:45:14 +00:00
..
config/win
mac
all.gyp [inspector] Remove inspector_protocol_parser_test target. 2016-08-11 16:45:14 +00:00
coverage_wrapper.py
detect_v8_host_arch.py
download_gold_plugin.py
features.gypi
get_landmines.py
gyp_environment.py [gn] Default to ninja on all platforms 2016-06-20 10:06:45 +00:00
gyp_v8
gyp_v8.py
isolate.gypi [swarming] Remove hard-coded shared library configs 2016-07-28 07:18:15 +00:00
landmine_utils.py
landmines.py
OWNERS
README.txt
set_clang_warning_flags.gypi
shim_headers.gypi
standalone.gypi [inspector] suppress build warnings on windows/clang 2016-08-04 15:43:13 +00:00
toolchain.gypi [build] Conditionally print to stdout on Android 2016-08-02 15:38:04 +00:00
vs_toolchain.py Remove NaCl support. 2016-07-27 07:50:31 +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.