From b8834a2b3d81fdb2d89267795803b42f0aaf2fd2 Mon Sep 17 00:00:00 2001 From: Shoaib Meenai Date: Fri, 19 Oct 2018 13:11:49 -0700 Subject: 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. --- doc/manual.asciidoc | 6 +++--- 1 file 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 -- cgit v0.12