summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Niklas Hasse <jhasse@bixense.com>2018-11-25 13:57:08 +0100
committerGitHub <noreply@github.com>2018-11-25 13:57:08 +0100
commita47ac5a77e28999ac2d59952e1577df5cd52311c (patch)
tree648255b65c63ba42311591d12b2aeb009852c21e
parent0a2e2cae7038ce519b0524c07d7135c3e520c9cd (diff)
parentb8834a2b3d81fdb2d89267795803b42f0aaf2fd2 (diff)
downloadninja-a47ac5a77e28999ac2d59952e1577df5cd52311c.tar.gz
Merge pull request #1484 from smeenai/gyp-to-gn
Change gyp to gn
-rw-r--r--doc/manual.asciidoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc
index 7b1c3ba..d625fa9 100644
--- a/doc/manual.asciidoc
+++ b/doc/manual.asciidoc
@@ -154,10 +154,10 @@ design is quite clever.
Ninja's benefit comes from using it in conjunction with a smarter
meta-build system.
-http://code.google.com/p/gyp/[gyp]:: The meta-build system used to
+https://gn.googlesource.com/gn/[gn]:: The meta-build system used to
generate build files for Google Chrome and related projects (v8,
-node.js). gyp can generate Ninja files for all platforms supported by
-Chrome. See the
+node.js), as well as Google Fuschia. gn can generate Ninja files for
+all platforms supported by Chrome. See the
https://chromium.googlesource.com/chromium/src/+/master/docs/ninja_build.md[Chromium Ninja documentation for more details].
https://cmake.org/[CMake]:: A widely used meta-build system that