aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev
diff options
context:
space:
mode:
authorGravatar Bryce Thomas <bryct@amazon.com>2018-04-04 22:49:06 -0700
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-04-05 17:52:42 +0000
commit0aa81241e32d10d6d9b190b0d18645bd092e8bb6 (patch)
treebfcb9cc3270063a4900661bffb88ff042ccbd345 /site/dev
parentc5f0427f14357030a84767e1a66d813e4e299a43 (diff)
Update 'Working in a Chromium repo' documentation.
No-Try: true Docs-Preview: https://skia.org/?cl=118521 Change-Id: Ibc639d10440ad449c875fe897af4f941fe4d4397 Reviewed-on: https://skia-review.googlesource.com/118521 Reviewed-by: Hal Canary <halcanary@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'site/dev')
-rw-r--r--site/dev/chrome/repo.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/site/dev/chrome/repo.md b/site/dev/chrome/repo.md
index eaa658571a..e6418af1b5 100644
--- a/site/dev/chrome/repo.md
+++ b/site/dev/chrome/repo.md
@@ -5,11 +5,11 @@ To work on Skia inside a Chromium checkout, run the following:
cd chromium/src/third_party/skia
python tools/git-sync-deps
+ bin/gn gen out/Debug
-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.
+The second command does a minimal "just sync the DEPS" emulation of `gclient
+sync` for Skia into chromium/src/third_party/skia/third_party. After that,
+`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
sync Skia's DEPS. Most of those DEPS are for building and testing only;