Home | History | Annotate | only in /external/chromium_org/v8/build
Up to higher level directory
NameDateSize
all.gyp05-Aug-2015837
android.gypi05-Aug-201510.1K
detect_v8_host_arch.py05-Aug-20152.6K
features.gypi05-Aug-20154.5K
get_landmines.py05-Aug-2015622
gyp_v805-Aug-20156.5K
gyp_v8.py05-Aug-20152.1K
landmine_utils.py05-Aug-20152.7K
landmines.py05-Aug-20154.8K
README.txt05-Aug-2015240
shim_headers.gypi05-Aug-20152.9K
standalone.gypi05-Aug-201513.6K
toolchain.gypi05-Aug-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