a4a3381790
BUG=skia: DOCS_PREVIEW= https://skia.org/?cl=5770 Change-Id: Iadc436a68cbf7ec0d1dd3c019072eb28bf589bb6 Reviewed-on: https://skia-review.googlesource.com/5770 Commit-Queue: Hal Canary <halcanary@google.com> Reviewed-by: Mike Klein <mtklein@chromium.org>
529 B
529 B
sync
sync
is a Python program that wraps gclient sync
. Motivations for using it:
-
Written in Python, so it will work on all platforms.
-
Sets up gclient better than
gclient config
, which has been broken. -
Checks to see if the
DEPS
file has changed since it last rangclient sync
. If not, it skips that step. -
Since running
sync
is fast when it can do nothing, it is easy to do before every recompile of Skia. This is a good habit.