最終更新:2020-03-10 (火) 17:30:37 (1501d)  

depot_tools
Top / depot_tools

https://dev.chromium.org/developers/how-tos/depottools

https://dev.chromium.org/developers/how-tos/install-depot-tools

リポジトリ

コマンド

  • gclient: Meta-checkout tool managing both subversion and git checkouts. It is similar to repo tool except that it works on Linux, OS X, 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.
  • svn [Windows only]: subversion client for Chromium development. (Executable Subversion binaries are included in the depot_tools on Windows systems as a convenience, so that working with Chromium source code does not require a separate Subversion download.)
  • drover?: Quickly revert svn commits.
  • cpplint.py?: Checks for C++ style compliance.
  • pylint: Checks for Python style compliance.
  • presubmit_support.py?: Runs PRESUBMIT.py presubmit checks.
  • repo: The repo tool.
  • 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.
  • fetch: Tool to perform checkouts in one easy command line!