aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-02-06 12:26:51 -0500
committerGravatar Mike Klein <mtklein@chromium.org>2017-02-06 17:55:35 +0000
commit160907f8defef112c358cdd5cb9e5e093ca93b09 (patch)
tree370fd63868b81fbc488b2cc7a672a0b015db92b4 /site
parent199fb875c5e63c13233209e89b943c7ac7ab6665 (diff)
Clean up more references to GYP.
Delete files only used by GYP, and files that used GYP. Neither can possibly be actively used. Beyond that, just a couple doc tweaks. Change-Id: I0220d7226e7bb9ed7c54a7d8f2906a718313c521 Reviewed-on: https://skia-review.googlesource.com/8062 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by: Hal Canary <halcanary@google.com>
Diffstat (limited to 'site')
-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 7828897f4c..97add23ebc 100644
--- a/site/user/build.md
+++ b/site/user/build.md
@@ -7,10 +7,6 @@ Skia](./download).
Skia uses [GN](https://chromium.googlesource.com/chromium/src/tools/gn/) to
configure its builds.
-A few build configurations remain unported to GN, so you may see some `.gyp`
-files laying around left over from when we used GYP. Don't bother looking at
-them.
-
Quickstart
----------