aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev/contrib
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2016-11-11 11:40:04 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-11-11 16:59:14 +0000
commit64dded3d95be625b65120a91ed29dd58112489d3 (patch)
tree10cb014a0f6790ddb548504585fd06fa8437cccd /site/dev/contrib
parent58b130681db4432c4937c2cb1b2529de628c6b19 (diff)
Documentation: more gn, less gyp
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4698 NOTRY=true DOCS_PREVIEW= https://skia.org/?cl=4698 Change-Id: I03100542752a769060a7f0c9671cc44acbea2e48 Reviewed-on: https://skia-review.googlesource.com/4698 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'site/dev/contrib')
-rw-r--r--site/dev/contrib/submit.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/dev/contrib/submit.md b/site/dev/contrib/submit.md
index c01ec0ff49..a64fe87fa3 100644
--- a/site/dev/contrib/submit.md
+++ b/site/dev/contrib/submit.md
@@ -32,7 +32,7 @@ If your branch gets out of date, you will need to update it:
<!--?prettify lang=sh?-->
git pull
- python bin/sync-and-gyp
+ python bin/sync
Adding a unit test
------------------