1 External package containing skia.
6 How to update the tarball:
7 ==========================
9 git clone https://skia.googlesource.com/skia.git
11 git checkout chrome/mXX
12 id=$(git rev-parse chrome/mXX)
14 rm -rf .git gitignore infra modules/canvaskit resources site
16 tar cvJf skia-mXX-$id.tar.xz skia
18 (where XX refers to the branch version)
20 And review differences for BUILD.gn and relevant files in gn/ :
21 git diff chrome/mYY..chrome/mXX ./BUILD.gn ./gn
27 Note that Skia is always built optimized, unless you use --enable-skia=debug.
33 For details about the share-grcontext patch, see vcl/skia/README.