android_mt6572_jiabo/external/skia/experimental/SkV8Example
2025-09-05 16:56:03 +08:00
..
compare first commit 2025-09-05 16:56:03 +08:00
js first commit 2025-09-05 16:56:03 +08:00
DrawingMethods.cpp first commit 2025-09-05 16:56:03 +08:00
DrawingMethods.h first commit 2025-09-05 16:56:03 +08:00
Global.cpp first commit 2025-09-05 16:56:03 +08:00
Global.h first commit 2025-09-05 16:56:03 +08:00
JsContext.cpp first commit 2025-09-05 16:56:03 +08:00
JsContext.h first commit 2025-09-05 16:56:03 +08:00
Path2D.cpp first commit 2025-09-05 16:56:03 +08:00
Path2D.h first commit 2025-09-05 16:56:03 +08:00
Path2DBuilder.cpp first commit 2025-09-05 16:56:03 +08:00
Path2DBuilder.h first commit 2025-09-05 16:56:03 +08:00
README first commit 2025-09-05 16:56:03 +08:00
SkV8Example.cpp first commit 2025-09-05 16:56:03 +08:00
SkV8Example.h first commit 2025-09-05 16:56:03 +08:00

Build Instructions
==================

V8 gyp is not quite standard and Chromium uses a Python script
to work around that, for now we have some manual steps to do
before you can compile and run this sample:

1. Uncomment out the v8 dep in DEPS and re-run gclient sync.
2. Run 'make dependencies' in third_pary/externals/v8.
3. Run 'make native' in third_pary/externals/v8.
4. Uncomment SkV8Example in gyp/everything.gyp.
5. Run 'ninja -C out/Debug SkV8Example'
6. Run the sample as:
     ./out/Debug/SkV8Example --infile experimental/SkV8Example/js/speed.js