Home | History | Annotate | only in /external/v8/gypfiles
Up to higher level directory
NameDateSize
all.gyp21-Aug-20181.9K
coverage_wrapper.py21-Aug-2018952
detect_v8_host_arch.py21-Aug-20182.9K
download_gold_plugin.py21-Aug-20182.8K
features.gypi21-Aug-20184.8K
get_landmines.py21-Aug-20181.1K
gyp_environment.py21-Aug-20181.9K
gyp_v821-Aug-20187K
gyp_v8.py21-Aug-20182.1K
isolate.gypi21-Aug-20183.5K
landmine_utils.py21-Aug-20182.9K
landmines.py21-Aug-20188.2K
mac/21-Aug-2018
OWNERS21-Aug-201824
README.txt21-Aug-2018240
set_clang_warning_flags.gypi21-Aug-20182K
shim_headers.gypi21-Aug-20182.9K
standalone.gypi21-Aug-201855.5K
toolchain.gypi21-Aug-201847.3K
vs_toolchain.py21-Aug-201813.2K
win/21-Aug-2018

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