Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
BaseContext.cpp | 04-Nov-2014 | 8.9K | |
BaseContext.h | 04-Nov-2014 | 2.9K | |
compare/ | 04-Nov-2014 | ||
gears.js | 04-Nov-2014 | 3.8K | |
Global.cpp | 04-Nov-2014 | 7.8K | |
Global.h | 04-Nov-2014 | 2K | |
JsContext.cpp | 04-Nov-2014 | 4.4K | |
JsContext.h | 04-Nov-2014 | 1.5K | |
path.js | 04-Nov-2014 | 823 | |
Path2D.cpp | 04-Nov-2014 | 8K | |
Path2D.h | 04-Nov-2014 | 1.5K | |
README | 04-Nov-2014 | 557 | |
sample.js | 04-Nov-2014 | 384 | |
SkV8Example.cpp | 04-Nov-2014 | 5.9K | |
SkV8Example.h | 04-Nov-2014 | 1K | |
snow.js | 04-Nov-2014 | 1.8K | |
speed.js | 04-Nov-2014 | 436 |
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/speed.js 15 16 17