blob: 37280b765f8bbd8c28c195660e784d14534ec96e [file] [log] [blame]
[email protected]eed4df32015-04-10 21:30:201@echo off
2:: Copyright 2015 The Chromium Authors. All rights reserved.
3:: Use of this source code is governed by a BSD-style license that can be
4:: found in the LICENSE file.
5setlocal
6
Dan Jacques74809c12017-06-01 20:54:577:: Ensure that "depot_tools" is somewhere in PATH so this tool can be used
8:: standalone, but allow other PATH manipulations to take priority.
9set PATH=%PATH%;%~dp0
10
[email protected]eed4df32015-04-10 21:30:2011:: Defer control.
Dan Jacques74809c12017-06-01 20:54:5712python "%~dp0\depot-tools-auth.py" %*