aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev/design/sync.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/dev/design/sync.md')
-rw-r--r--site/dev/design/sync.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/site/dev/design/sync.md b/site/dev/design/sync.md
index d7c192fdbc..7443dba6f4 100644
--- a/site/dev/design/sync.md
+++ b/site/dev/design/sync.md
@@ -2,8 +2,7 @@ sync
====
[`sync`](https://skia.googlesource.com/skia.git/+/master/bin/sync)
-is a Python program that wraps `gclient sync` and `fetch-gn`.
-Motivations for using it:
+is a Python program that wraps `gclient sync`. Motivations for using it:
- Written in Python, so it will work on all platforms.
@@ -12,7 +11,5 @@ Motivations for using it:
- Checks to see if the `DEPS` file has changed since it last ran
`gclient sync`. If not, it skips that step.
-- Calls `fetch-gn` if needed.
-
- 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.