GYP (software)

GYP (generate your projects) is a build automation tool. GYP was 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.

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 

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 included the Node.js,[2] WebRTC,[3] and Telegram.[4] Software projects that migrated from GYP to GN included the V8 Javascript engine,[5] Google's Chromium web browser,[6] Dart.[7] The GN is used to generate build files for Ninja build system.

In 2016, the Chromium project replaced GYP with GN, which is 20x faster for their use case.[8]

"Gyp" is an ethnic slur, associating cheating and stealing with the Roma community who are colloquially referred to as Gypsies. For this reason, some feel this project should be renamed.[9]

See also

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.