aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev/chrome
diff options
context:
space:
mode:
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