Try Documentalist,
my app that offers fast, offline access to 190+ programmer API docs.
Extract to
c:\depot_tools
.
Add to
$profile
(e.g. code c:\depot_tools
):
function setup_depot {
$env:Path = $env:Path + ";C:\depot_tools"
}
Run
gclient
once.