Rahul Sharma (Editor)

GYP (software)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Original author(s)
  
Mark Mentovai

Development status
  
Active

Developer(s)
  
Chromium.org

Written in
  
Python

Repository
  
chromium.googlesource.com/external/gyp

Operating system
  
macOS, Linux, Solaris, FreeBSD, OpenBSD, Windows

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 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, Google's web browser (Chrome), Dart (programming language), Node.js, WebRTC Telegram and Electron.

References

GYP (software) Wikipedia


Similar Topics