Home | History | Annotate | only in /external/v8/gypfiles
Up to higher level directory
NameDateSize
all.gyp05-Oct-20171.9K
coverage_wrapper.py05-Oct-2017952
detect_v8_host_arch.py05-Oct-20172.9K
download_gold_plugin.py05-Oct-20172.8K
features.gypi05-Oct-20174.6K
get_landmines.py05-Oct-20171.1K
gyp_environment.py05-Oct-20171.9K
gyp_v805-Oct-20177K
gyp_v8.py05-Oct-20172.1K
isolate.gypi05-Oct-20173.4K
landmine_utils.py05-Oct-20172.9K
landmines.py05-Oct-20178.2K
mac/05-Oct-2017
OWNERS05-Oct-201724
README.txt05-Oct-2017240
set_clang_warning_flags.gypi05-Oct-20172K
shim_headers.gypi05-Oct-20172.9K
standalone.gypi05-Oct-201755.5K
toolchain.gypi05-Oct-201747.4K
vs_toolchain.py05-Oct-201713.2K

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