Home | History | Annotate | only in /external/chromium_org/v8/build
Up to higher level directory
NameDateSize
all.gyp04-Nov-2014616
android.gypi04-Nov-201410.4K
features.gypi04-Nov-20144.3K
gyp_v804-Nov-20146.2K
gyp_v8.py04-Nov-20142.1K
README.txt04-Nov-2014240
shim_headers.gypi04-Nov-20142.9K
standalone.gypi04-Nov-201412.8K
toolchain.gypi04-Nov-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