Jump to content

GYP (software)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Apoc2400 (talk | contribs) at 14:52, 10 January 2018 (In 2016 the Chromium project replaced GYP with GN.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

GYP
Original author(s)Mark Mentovai
Developer(s)Chromium.org
Repository
Written inPython
Operating systemmacOS, Linux, Solaris, FreeBSD, OpenBSD, Windows
Typebuild automation programming
LicenseBSD license
Websitegyp.gsrc.io Edit this on Wikidata

GYP (generate your projects) is a build automation tool. GYP is created by Google to generate native IDE project files (such as Visual Studio Code and Xcode) for building the Chromium web browser and is licensed as open source software using the BSD software license.

The functionality of GYP is similar to the CMake build tool. GYP processes a file that contains a JSON dictionary[1] in order to generate one or more target project make files. The single source .GYP file is generic while the target files are specific to each targeted build tool.

Software projects being built using GYP include the V8 Javascript engine,[2] Google's Chromium web browser, Dart, Node.js,[3] WebRTC[4], Telegram[5] and Electron.[6]

In 2016 the Chromium project replaced GYP with GN.[7]

See also

References

  1. ^ Gyp Make file dictionary, GYP user documentation
  2. ^ "Building V8 with Gyp". V8.
  3. ^ Announcing Node 0.8, the Node.js official blog, 25 Jun 2012
  4. ^ Development WebRTC
  5. ^ "Telegram gyp doc".
  6. ^ GitHub Electron
  7. ^ https://chromium.googlesource.com/chromium/src/tools/gn/