• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1sync
2====
3
4[`sync`](https://skia.googlesource.com/skia.git/+/master/bin/sync)
5is a Python program that wraps `tools/git-sync-deps`.  Motivations for using it:
6
7-  Written in Python, so it will work on all platforms.
8
9-  Checks to see if the `DEPS` file has changed since it last ran
10   `gclient sync`.  If not, it skips that step.
11
12-  Since running `sync` is fast when it can do nothing, it is
13   easy to do before every recompile of Skia.  This is a good habit.
14