mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Bug: 849374 Change-Id: I5654ed65843c6dae6b7dbee10a40aa35e16803dc Reviewed-on: https://chromium-review.googlesource.com/1087390 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Aaron Gable <agable@chromium.org>
9 lines
236 B
Batchfile
Executable File
9 lines
236 B
Batchfile
Executable File
echo off
|
|
:: Copyright (c) 2018 The Chromium Authors. All rights reserved.
|
|
:: Use of this source code is governed by a BSD-style license that can be
|
|
:: found in the LICENSE file.
|
|
setlocal
|
|
|
|
:: Defer control.
|
|
python "%~dp0fake_cipd.py" %*
|