Home | History | Annotate | only in /external/v8/gypfiles
Up to higher level directory
NameDateSize
all.gyp22-Oct-20201.9K
coverage_wrapper.py22-Oct-2020952
detect_v8_host_arch.py22-Oct-20202.9K
download_gold_plugin.py22-Oct-20202.8K
features.gypi22-Oct-20204.8K
get_landmines.py22-Oct-20201.1K
gyp_environment.py22-Oct-20201.9K
gyp_v822-Oct-20207K
gyp_v8.py22-Oct-20202.1K
isolate.gypi22-Oct-20203.5K
landmine_utils.py22-Oct-20202.9K
landmines.py22-Oct-20208.2K
mac/22-Oct-2020
OWNERS22-Oct-202024
README.txt22-Oct-2020240
set_clang_warning_flags.gypi22-Oct-20202K
shim_headers.gypi22-Oct-20202.9K
standalone.gypi22-Oct-202055.5K
toolchain.gypi22-Oct-202047.3K
vs_toolchain.py22-Oct-202013.2K
win/22-Oct-2020

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