Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
all.gyp | 21-Oct-2016 | 1.3K | |
config/ | 21-Oct-2016 | ||
detect_v8_host_arch.py | 21-Oct-2016 | 2.9K | |
download_gold_plugin.py | 21-Oct-2016 | 2.8K | |
features.gypi | 21-Oct-2016 | 4.6K | |
get_landmines.py | 21-Oct-2016 | 887 | |
gyp_environment.py | 21-Oct-2016 | 1.7K | |
gyp_v8 | 21-Oct-2016 | 6.4K | |
gyp_v8.py | 21-Oct-2016 | 2.1K | |
isolate.gypi | 21-Oct-2016 | 3.1K | |
landmine_utils.py | 21-Oct-2016 | 2.9K | |
landmines.py | 21-Oct-2016 | 8.2K | |
mac/ | 21-Oct-2016 | ||
OWNERS | 21-Oct-2016 | 24 | |
README.txt | 21-Oct-2016 | 240 | |
shim_headers.gypi | 21-Oct-2016 | 2.9K | |
standalone.gypi | 21-Oct-2016 | 48.9K | |
toolchain.gypi | 21-Oct-2016 | 46K | |
vs_toolchain.py | 21-Oct-2016 | 10K |
1 For build instructions, please refer to: 2 3 https://code.google.com/p/v8/wiki/BuildingWithGYP 4 5 TL;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