aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev/contrib
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2015-11-13 04:29:59 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-13 04:29:59 -0800
commite0c64c5846b7c2a2d078bbaf954e15cee56fdbe6 (patch)
tree03bdc0fdf8bb04ebdb14be9eee92d234d4068b5a /site/dev/contrib
parent1d024a3c909ae5cefa5e8b339e2b52dc73ee85ac (diff)
Documentation: clean up
- /user/quick/desktop to bring together all common information for using Skia on desktop OSes. Remove duplication. - Replace all instances of call ing gyp_skia directly with calling `python bin/sync-and-gyp`. This is more correct on Windows - Remove outdated linux prerequisite packages - Formatting, formatting, formatting. - Note command-line syntax differences in Windows - SampleApp.app is no longer a bundle on MacOS NOTRY=true DOCS_PREVIEW= https://skia.org/?cl=1439493003 Review URL: https://codereview.chromium.org/1439493003
Diffstat (limited to 'site/dev/contrib')
-rw-r--r--site/dev/contrib/submit.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/site/dev/contrib/submit.md b/site/dev/contrib/submit.md
index 69bb42c57a..1260f0582b 100644
--- a/site/dev/contrib/submit.md
+++ b/site/dev/contrib/submit.md
@@ -34,11 +34,6 @@ If your branch gets out of date, you will need to update it:
git pull
python bin/sync-and-gyp
-<!--
- python tools/git-sync-deps
- python ./gyp_skia
--->
-
Adding a unit test
------------------