Home | History | Annotate | only in /external/chromium_org/v8/build
Up to higher level directory
NameDateSize
all.gyp20-Jun-2014563
android.gypi20-Jun-20149.3K
features.gypi20-Jun-20144.4K
gyp_v820-Jun-20145.9K
README.txt20-Jun-2014240
shim_headers.gypi20-Jun-20142.9K
standalone.gypi20-Jun-201411K
toolchain.gypi20-Jun-201423.8K

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