Home | History | Annotate | only in /external/chromium_org/v8/build
Up to higher level directory
NameDateSize
all.gyp10-Mar-2015837
android.gypi10-Mar-201510.1K
detect_v8_host_arch.py10-Mar-20152.6K
features.gypi10-Mar-20154.5K
get_landmines.py10-Mar-2015622
gyp_v810-Mar-20156.5K
gyp_v8.py16-Dec-20142.1K
landmine_utils.py10-Mar-20152.7K
landmines.py10-Mar-20154.8K
README.txt16-Dec-2014240
shim_headers.gypi16-Dec-20142.9K
standalone.gypi10-Mar-201513.6K
toolchain.gypi10-Mar-201532.1K

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