Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(581)

Unified Diff: index.md

Issue 1292053003: Lots of documentation cleanup (Closed) Base URL: https://chromium.googlesource.com/external/gyp@md-pages
Patch Set: more nits Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/UserDocumentation.md ('k') | navbar.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: index.md
diff --git a/index.md b/index.md
index 921c562d33e4aa59e42f65df0fb771dd8ccf666c..c7fdf6273f60869a09d80b51b67d445b8a228d5b 100644
--- a/index.md
+++ b/index.md
@@ -1,9 +1,11 @@
-# GYP can Generate Your Projects.
-
-Mailing list: http://groups.google.com/group/gyp-developer
+# Generate Your Projects.
GYP is a Meta-Build system: a build system that generates other build systems.
+Source code: https://chromium.googlesource.com/external/gyp
+
+Mailing list: http://groups.google.com/group/gyp-developer
+
GYP is intended to support large projects that need to be built on multiple
platforms (e.g., Mac, Windows, Linux), and where it is important that
the project can be built using the IDEs that are popular on each platform
@@ -19,4 +21,4 @@ scaffolding for a nice user experience but call out to Ninja to do the actual
building (which is usually much faster than the native build systems of the
IDEs).
-For more information on GYP, click on the links on the left.
+For more information on GYP, click on the links above.
« no previous file with comments | « docs/UserDocumentation.md ('k') | navbar.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698