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

..05-Nov-20144 KiB

BaseContext.cpp05-Nov-20148.9 KiB

BaseContext.h05-Nov-20142.9 KiB

compare/05-Nov-20144 KiB

gears.js05-Nov-20143.8 KiB

Global.cpp05-Nov-20147.8 KiB

Global.h05-Nov-20142 KiB

JsContext.cpp05-Nov-20144.4 KiB

JsContext.h05-Nov-20141.5 KiB

path.js05-Nov-2014823

Path2D.cpp05-Nov-20148 KiB

Path2D.h05-Nov-20141.5 KiB

README05-Nov-2014557

sample.js05-Nov-2014384

SkV8Example.cpp05-Nov-20145.9 KiB

SkV8Example.h05-Nov-20141 KiB

snow.js05-Nov-20141.8 KiB

speed.js05-Nov-2014436

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