summaryrefslogtreecommitdiff
path: root/external/skia/README
blob: 79cb3334a12a8daee942f48513b80cd6ff874095 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
External package containing skia.

https://skia.org/


How to update the tarball:
==========================

git clone https://skia.googlesource.com/skia.git
cd skia
git checkout chrome/mXX
id=$(git rev-parse chrome/mXX)
git clean -idx
rm -rf .git gitignore
cd ..
tar cvJf skia-mXX-$id.tar.xz skia

(where XX refers to the branch version)

And review differences for BUILD.gn and relevant files in gn/
(git diff chrome/mYY..chrome/mXX ./file).


GrContext sharing
=================

For details about the share-grcontext patch, see vcl/skia/README.