Also, includes shell script/batch file for tools required to build chromium,
e.g.
- `gn`: a meta-build system that generates build files for Ninja
- `autoninja`: a wrapper for `siso` and `ninja`.
- `siso`: a build tool that aims to significantly speed up Chromium's build.
- `ninja`: a small build system with a focus on speed. deprecated by Siso.
These shell script/batch file runs python script with `python-bin/python3`
that find binaries in chromium checkout, and run with proper setup/check.
To use these wrappers, you need to initialize/bootstrap depot_tools (using
`gclient`, `update_depot_tools` or `ensure_bootstrap`).
## Installing
See [set-up documentation](https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up).
depot_tools is also available in
- chromium's third_party/depot_tools:
propagated by [autoroller](https://autoroll.skia.org/r/depot-tools-chromium-autoroll).