GYP (software)
Original author(s) | Mark Mentovai |
---|---|
Developer(s) | Chromium.org |
Repository | |
Written in | Python |
Operating system | macOS, Linux, Solaris, FreeBSD, OpenBSD, Windows |
Type | build automation programming |
License | BSD license |
Website | gyp |
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
- ^ Gyp Make file dictionary, GYP user documentation
- ^ "Building V8 with Gyp". V8.
- ^ Announcing Node 0.8, the Node.js official blog, 25 Jun 2012
- ^ Development WebRTC
- ^ "Telegram gyp doc".
- ^ GitHub Electron
- ^ https://chromium.googlesource.com/chromium/src/tools/gn/