diff options
author | Jan Niklas Hasse <jhasse@bixense.com> | 2018-11-25 12:57:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-25 12:57:08 (GMT) |
commit | a47ac5a77e28999ac2d59952e1577df5cd52311c (patch) | |
tree | 648255b65c63ba42311591d12b2aeb009852c21e /doc | |
parent | 0a2e2cae7038ce519b0524c07d7135c3e520c9cd (diff) | |
parent | b8834a2b3d81fdb2d89267795803b42f0aaf2fd2 (diff) | |
download | Ninja-a47ac5a77e28999ac2d59952e1577df5cd52311c.zip Ninja-a47ac5a77e28999ac2d59952e1577df5cd52311c.tar.gz Ninja-a47ac5a77e28999ac2d59952e1577df5cd52311c.tar.bz2 |
Merge pull request #1484 from smeenai/gyp-to-gn
Change gyp to gn
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.asciidoc | 6 |
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 |