Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
compare/ | 24-Aug-2016 | ||
DrawingMethods.cpp | 24-Aug-2016 | 5.2K | |
DrawingMethods.h | 24-Aug-2016 | 1.7K | |
Global.cpp | 24-Aug-2016 | 8K | |
Global.h | 24-Aug-2016 | 2.1K | |
js/ | 24-Aug-2016 | ||
JsContext.cpp | 24-Aug-2016 | 4.6K | |
JsContext.h | 24-Aug-2016 | 1.5K | |
Path2D.cpp | 24-Aug-2016 | 1.9K | |
Path2D.h | 24-Aug-2016 | 957 | |
Path2DBuilder.cpp | 24-Aug-2016 | 8.7K | |
Path2DBuilder.h | 24-Aug-2016 | 1.6K | |
README | 24-Aug-2016 | 560 | |
SkV8Example.cpp | 24-Aug-2016 | 6.2K | |
SkV8Example.h | 24-Aug-2016 | 1,014 |
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