1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gfx/skia/README_MOZILLA Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +The source from this directory was copied from the skia subversion trunk 1.5 +using the update.sh script. The changes made were those applied by update.sh, 1.6 +the addition/update of Makefile.in files for the Mozilla build system. 1.7 + 1.8 +The subversion revision used was r13827. 1.9 + 1.10 +To update to a new version of Skia: 1.11 + 1.12 +- Copy the entire trunk/ directory from a Skia clone to mozilla-central/gfx/skia 1.13 +- cd gfx/skia && ./gyp_mozbuild 1.14 + 1.15 +Once that's done, use git status to view the files that have changed. Keep an eye on GrUserConfig.h 1.16 +and SkUserConfig.h as those probably don't want to be overwritten by upstream versions. 1.17 + 1.18 +This process will be made more automatic in the future.