Home | History | Annotate | only in /external/v8/build
Up to higher level directory
NameDateSize
all.gyp24-Aug-20161.3K
config/24-Aug-2016
detect_v8_host_arch.py24-Aug-20162.9K
download_gold_plugin.py24-Aug-20162.8K
features.gypi24-Aug-20164.6K
get_landmines.py24-Aug-2016887
gyp_environment.py24-Aug-20161.7K
gyp_v824-Aug-20166.4K
gyp_v8.py24-Aug-20162.1K
isolate.gypi24-Aug-20163.1K
landmine_utils.py24-Aug-20162.9K
landmines.py24-Aug-20168.2K
mac/24-Aug-2016
OWNERS24-Aug-201624
README.txt24-Aug-2016240
shim_headers.gypi24-Aug-20162.9K
standalone.gypi24-Aug-201648.9K
toolchain.gypi24-Aug-201646K
vs_toolchain.py24-Aug-201610K

README.txt

      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