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

..06-Oct-20154 KiB

compare/06-Oct-20154 KiB

DrawingMethods.cpp06-Oct-20155.2 KiB

DrawingMethods.h06-Oct-20151.7 KiB

Global.cpp06-Oct-20158 KiB

Global.h06-Oct-20152.1 KiB

js/06-Oct-20154 KiB

JsContext.cpp06-Oct-20154.6 KiB

JsContext.h06-Oct-20151.5 KiB

Path2D.cpp06-Oct-20151.9 KiB

Path2D.h06-Oct-2015957

Path2DBuilder.cpp06-Oct-20158.7 KiB

Path2DBuilder.h06-Oct-20151.6 KiB

README06-Oct-2015560

SkV8Example.cpp06-Oct-20156.2 KiB

SkV8Example.h06-Oct-20151,014

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/js/speed.js
15
16
17