NameDateSize

..06-Oct-20154 KiB

all.gyp06-Oct-2015837

android.gypi06-Oct-201510.1 KiB

detect_v8_host_arch.py06-Oct-20152.6 KiB

features.gypi06-Oct-20154.5 KiB

get_landmines.py06-Oct-2015622

gyp_v806-Oct-20156.5 KiB

gyp_v8.py06-Oct-20152.1 KiB

landmine_utils.py06-Oct-20152.7 KiB

landmines.py06-Oct-20154.8 KiB

README.txt06-Oct-2015240

shim_headers.gypi06-Oct-20152.9 KiB

standalone.gypi06-Oct-201514 KiB

toolchain.gypi06-Oct-201539 KiB

README.txt

1For build instructions, please refer to:
2
3https://code.google.com/p/v8/wiki/BuildingWithGYP
4
5TL;DR version on *nix:
6$ make dependencies        # Only needed once.
7$ make ia32.release -j8
8$ make ia32.release.check  # Optionally: run tests.
9
10