aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev/chrome
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/dev/chrome
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/dev/chrome')
-rw-r--r--site/dev/chrome/repo.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/site/dev/chrome/repo.md b/site/dev/chrome/repo.md
index d897e1edaf..545f154a2a 100644
--- a/site/dev/chrome/repo.md
+++ b/site/dev/chrome/repo.md
@@ -3,10 +3,8 @@ Working in a Chromium repo
To work on Skia inside a Chromium checkout, run the following:
-~~~~
-$ cd chromium/src/third_party/skia
-$ tools/git-sync-deps
-~~~~
+ cd chromium/src/third_party/skia
+ python tools/git-sync-deps
This command does a minimal "just sync the DEPS" emulation of gclient sync for
Skia into chromium/src/third_party/skia/third_party. After that, make dm or