• Home
  • History
  • Annotate
  • only in /external/skia/experimental/SkV8Example/
NameDateSize

..12-Mar-20154 KiB

BaseContext.cpp12-Mar-20158.9 KiB

BaseContext.h12-Mar-20152.9 KiB

compare/12-Mar-20154 KiB

gears.js12-Mar-20153.8 KiB

Global.cpp12-Mar-20157.8 KiB

Global.h12-Mar-20152 KiB

JsContext.cpp12-Mar-20154.4 KiB

JsContext.h12-Mar-20151.5 KiB

path.js12-Mar-2015823

Path2D.cpp12-Mar-20158 KiB

Path2D.h12-Mar-20151.5 KiB

README12-Mar-2015557

sample.js12-Mar-2015384

SkV8Example.cpp12-Mar-20155.9 KiB

SkV8Example.h12-Mar-20151 KiB

snow.js12-Mar-20151.8 KiB

speed.js12-Mar-2015436

README

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