aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev/chrome/repo.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/dev/chrome/repo.md')
-rw-r--r--site/dev/chrome/repo.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/dev/chrome/repo.md b/site/dev/chrome/repo.md
index 545f154a2a..eaa658571a 100644
--- a/site/dev/chrome/repo.md
+++ b/site/dev/chrome/repo.md
@@ -6,9 +6,9 @@ To work on Skia inside a Chromium checkout, run the following:
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
-./gyp_skia && ninja -C out/Debug dm in chromium/src/third_party/skia will get
+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
+`./gyp_skia && ninja -C out/Debug dm` in chromium/src/third_party/skia will get
you rolling.
We no longer recommend the .gclient file manipulation to have Chromium DEPS also