android_mt6572_jiabo/external/v8/gypfiles
2025-09-05 16:56:03 +08:00
..
config/win first commit 2025-09-05 16:56:03 +08:00
mac first commit 2025-09-05 16:56:03 +08:00
all.gyp first commit 2025-09-05 16:56:03 +08:00
coverage_wrapper.py first commit 2025-09-05 16:56:03 +08:00
detect_v8_host_arch.py first commit 2025-09-05 16:56:03 +08:00
download_gold_plugin.py first commit 2025-09-05 16:56:03 +08:00
features.gypi first commit 2025-09-05 16:56:03 +08:00
get_landmines.py first commit 2025-09-05 16:56:03 +08:00
gyp_environment.py first commit 2025-09-05 16:56:03 +08:00
gyp_v8 first commit 2025-09-05 16:56:03 +08:00
gyp_v8.py first commit 2025-09-05 16:56:03 +08:00
isolate.gypi first commit 2025-09-05 16:56:03 +08:00
landmine_utils.py first commit 2025-09-05 16:56:03 +08:00
landmines.py first commit 2025-09-05 16:56:03 +08:00
OWNERS first commit 2025-09-05 16:56:03 +08:00
README.txt first commit 2025-09-05 16:56:03 +08:00
set_clang_warning_flags.gypi first commit 2025-09-05 16:56:03 +08:00
shim_headers.gypi first commit 2025-09-05 16:56:03 +08:00
standalone.gypi first commit 2025-09-05 16:56:03 +08:00
toolchain.gypi first commit 2025-09-05 16:56:03 +08:00
vs_toolchain.py first commit 2025-09-05 16:56:03 +08: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.