Home | History | Annotate | only in /external/v8/build
Up to higher level directory
NameDateSize
all.gyp21-Oct-20161.3K
config/21-Oct-2016
detect_v8_host_arch.py21-Oct-20162.9K
download_gold_plugin.py21-Oct-20162.8K
features.gypi21-Oct-20164.6K
get_landmines.py21-Oct-2016887
gyp_environment.py21-Oct-20161.7K
gyp_v821-Oct-20166.4K
gyp_v8.py21-Oct-20162.1K
isolate.gypi21-Oct-20163.1K
landmine_utils.py21-Oct-20162.9K
landmines.py21-Oct-20168.2K
mac/21-Oct-2016
OWNERS21-Oct-201624
README.txt21-Oct-2016240
shim_headers.gypi21-Oct-20162.9K
standalone.gypi21-Oct-201648.9K
toolchain.gypi21-Oct-201646K
vs_toolchain.py21-Oct-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