Home | History | Annotate | only in /external/chromium_org/v8/build
Up to higher level directory
NameDateSize
all.gyp01-Nov-2013427
android.gypi01-Nov-20139.3K
features.gypi01-Nov-20133.8K
gyp_v801-Nov-20135.9K
README.txt01-Nov-2013240
shim_headers.gypi01-Nov-20132.9K
standalone.gypi01-Nov-20139.9K
toolchain.gypi01-Nov-201324.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