Home | History | Annotate | only in /external/skia/experimental/SkV8Example
Up to higher level directory
NameDateSize
compare/24-Aug-2016
DrawingMethods.cpp24-Aug-20165.2K
DrawingMethods.h24-Aug-20161.7K
Global.cpp24-Aug-20168K
Global.h24-Aug-20162.1K
js/24-Aug-2016
JsContext.cpp24-Aug-20164.6K
JsContext.h24-Aug-20161.5K
Path2D.cpp24-Aug-20161.9K
Path2D.h24-Aug-2016957
Path2DBuilder.cpp24-Aug-20168.7K
Path2DBuilder.h24-Aug-20161.6K
README24-Aug-2016560
SkV8Example.cpp24-Aug-20166.2K
SkV8Example.h24-Aug-20161,014

README

      1 Build Instructions
      2 ==================
      3 
      4 V8 gyp is not quite standard and Chromium uses a Python script
      5 to work around that, for now we have some manual steps to do
      6 before you can compile and run this sample:
      7 
      8 1. Uncomment out the v8 dep in DEPS and re-run gclient sync.
      9 2. Run 'make dependencies' in third_pary/externals/v8.
     10 3. Run 'make native' in third_pary/externals/v8.
     11 4. Uncomment SkV8Example in gyp/everything.gyp.
     12 5. Run 'ninja -C out/Debug SkV8Example'
     13 6. Run the sample as:
     14      ./out/Debug/SkV8Example --infile experimental/SkV8Example/js/speed.js
     15 
     16 
     17