summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShoaib Meenai <shoaib.meenai@gmail.com>2018-10-19 13:11:49 -0700
committerGitHub <noreply@github.com>2018-10-19 13:11:49 -0700
commitb8834a2b3d81fdb2d89267795803b42f0aaf2fd2 (patch)
tree8d21c6e6e16aa0ccdfd1388d2a4ca498a0650142
parentca041d88f4d610332aa48c801342edfafb622ccb (diff)
downloadninja-b8834a2b3d81fdb2d89267795803b42f0aaf2fd2.tar.gz
Change gyp to gn
Chrome has switched from gyp to gn, and Fuschia also uses it now. Note that the "Chromium Ninja documentation" link is dead, but I'm not sure what to replace it with. The closest I've found is https://chromium.googlesource.com/experimental/chromium/src/+/refs/wip/bajones/webvr/docs/ninja_build.md, but I'm not sure that's the original intended target.
-rw-r--r--doc/manual.asciidoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc
index 9e55c02..25101b3 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