aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/user/build.md
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2016-12-09 11:31:28 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-12-09 17:06:21 +0000
commitfeda468155f1e823d9b81f1b0609f0074602fdf1 (patch)
tree2d4f12475312e4200bfb2201ca80c8fdac85f790 /site/user/build.md
parent291c62a0ff2ca8a98cb30fcdaa6587f8a61bed98 (diff)
Run bin/fetch-gn as a gclient hook.
Seems like the bots don't run hooks. That's okay, even ideal. They'll keep getting GN via recipes. DOCS_PREVIEW= https://skia.org/?cl=5725 Change-Id: I000bad3390dddaeb4548972f29c96b8b3288ea6c Reviewed-on: https://skia-review.googlesource.com/5725 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by: Eric Boren <borenet@google.com>
Diffstat (limited to 'site/user/build.md')
-rw-r--r--site/user/build.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/site/user/build.md b/site/user/build.md
index 86aa51b00d..e5ef3d43ed 100644
--- a/site/user/build.md
+++ b/site/user/build.md
@@ -14,10 +14,6 @@ them.
Quickstart
----------
-After gclient sync, run `fetch-gn` to make sure you have GN.
-
- gclient sync && python bin/fetch-gn
-
Run GN to generate your build files.
gn gen out/Static --args='is_official_build=true'