Home | History | Annotate | only in /external/chromium_org/v8/build
Up to higher level directory
NameDateSize
all.gyp03-Dec-2014616
android.gypi03-Dec-201410.4K
features.gypi03-Dec-20144.3K
gyp_v803-Dec-20146.2K
gyp_v8.py03-Dec-20142.1K
README.txt03-Dec-2014240
shim_headers.gypi03-Dec-20142.9K
standalone.gypi03-Dec-201412.8K
toolchain.gypi03-Dec-201427.7K

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