michael@0: The source from this directory was copied from the skia subversion trunk michael@0: using the update.sh script. The changes made were those applied by update.sh, michael@0: the addition/update of Makefile.in files for the Mozilla build system. michael@0: michael@0: The subversion revision used was r13827. michael@0: michael@0: To update to a new version of Skia: michael@0: michael@0: - Copy the entire trunk/ directory from a Skia clone to mozilla-central/gfx/skia michael@0: - cd gfx/skia && ./gyp_mozbuild michael@0: michael@0: Once that's done, use git status to view the files that have changed. Keep an eye on GrUserConfig.h michael@0: and SkUserConfig.h as those probably don't want to be overwritten by upstream versions. michael@0: michael@0: This process will be made more automatic in the future.