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