• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

compare/22-Nov-2023-2422

js/22-Nov-2023-368309

DrawingMethods.cppD22-Nov-20235.2 KiB173133

DrawingMethods.hD22-Nov-20231.7 KiB5829

Global.cppD22-Nov-20238 KiB246149

Global.hD22-Nov-20232.1 KiB8549

JsContext.cppD22-Nov-20234.6 KiB13964

JsContext.hD22-Nov-20231.5 KiB6426

Path2D.cppD22-Nov-20231.9 KiB5628

Path2D.hD22-Nov-2023957 5226

Path2DBuilder.cppD22-Nov-20238.7 KiB262212

Path2DBuilder.hD22-Nov-20231.6 KiB5430

READMED22-Nov-2023560 1712

SkV8Example.cppD22-Nov-20236.2 KiB237183

SkV8Example.hD22-Nov-20231,014 5433

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