Home | History | Annotate | only in /external/v8/build
Up to higher level directory
NameDateSize
all.gyp08-Oct-2015837
android.gypi08-Oct-201510.1K
detect_v8_host_arch.py08-Oct-20152.6K
features.gypi08-Oct-20154.5K
get_landmines.py08-Oct-2015622
gyp_v808-Oct-20156.5K
gyp_v8.py08-Oct-20152.1K
landmine_utils.py08-Oct-20152.7K
landmines.py08-Oct-20154.8K
README.txt08-Oct-2015240
shim_headers.gypi08-Oct-20152.9K
standalone.gypi08-Oct-201514K
toolchain.gypi08-Oct-201539K

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