A package of scripts called used to manage checkouts and code reviews https://www.chromium.org/developers/how-tos/depottools/
Go to file
2024-01-05 21:43:39 +01:00
depot_tools.spec automatic rebuild by autodist [release svn20101127-3mamba;Sat Sep 03 2022] 2024-01-05 21:43:39 +01:00
README.md package created by autospec [release svn20101127-1mamba;Sat Nov 27 2010] 2024-01-05 21:43:38 +01:00

depot_tools

Chromium uses a package of scripts, the depot_tools, to manage interaction with the Chromium source code repository and the Chromium development process. It contains the following utilities: gclient: Meta-checkout tool managing both subversion and git checkouts. It is similar to repo tool except that it works on linux, mac and windows and supports both svn and git. On the other hand, gclient doesn't integrate any code review functionality. gcl: Rietveld code review tool for subversion. The gcl tool runs presubmit scripts. git-cl: Rietveld code review tool for git. The git-cl tool runs presubmit scripts. hammer: (Obsolete) Wrapper script for building Chromium with the SCons software construction tool. drover: Quickly revert svn commits. presubmit_support.py: Runs PRESUBMIT.py presubmit checks. repo: The repo tool. trychange.py: Try server tool. It is wrapped by gcl try and git-try. git-try: Try change tool for git users wtf: Displays the active git branches in a chromium os checkout. weekly: Displays the log of checkins for a particular developer since a particular date for git checkouts. git-gs: Wrapper for git grep with relevant source types. zsh-goodies: Completion for zsh users.