aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/user/sample
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2017-03-14 10:03:51 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-14 14:21:49 +0000
commit30a6b81f4b8c08aa3f1fec55935fc736f2684823 (patch)
treea60844369885ff310127cad114940b5b37e9fb50 /site/user/sample
parentd3749485db2de966a80e39669a49192fc7c0bd9d (diff)
Documentation: Consistancy
* Don't rely on '#!', since it doesn't work for Windows cmd shell. * Consistantly use `tools/git-sync-deps` rather than `bin/sync`. * Always call `bin/gn` ranther than `gn` in case depot_tools is missing from the path. NOTRY=true Change-Id: I27909f2610d1bb3241874399d7d2f7286f99f43b Reviewed-on: https://skia-review.googlesource.com/9640 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'site/user/sample')
-rw-r--r--site/user/sample/viewer.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/user/sample/viewer.md b/site/user/sample/viewer.md
index d41590ad91..66330ebf34 100644
--- a/site/user/sample/viewer.md
+++ b/site/user/sample/viewer.md
@@ -17,7 +17,7 @@ Linux, Macintosh and Windows
The Viewer can be built using the regular GN build process, e.g.
- gn gen out/Release --args='is_debug=false'
+ bin/gn gen out/Release --args='is_debug=false'
ninja -C out/Release viewer
Android