remove swarming_client

Python client is deprecated.

This removes all references in this repository.
https://source.chromium.org/search?q=swarming_client&sq=&ss=chromium%2Fchromium%2Fsrc:third_party%2Flibyuv%2F

Bug: chromium:984869
Change-Id: I48b2c7c465c556069ef82105a61983002904943c
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/3115611
Commit-Queue: Mirko Bonadei <mbonadei@chromium.org>
Reviewed-by: Mirko Bonadei <mbonadei@chromium.org>
This commit is contained in:
Takuto Ikuta 2021-08-24 14:28:39 +09:00 committed by libyuv LUCI CQ
parent db32cbfe1d
commit 0896c34873
2 changed files with 0 additions and 9 deletions

View File

@ -44,13 +44,6 @@ wheel: <
>
>
# Used by:
# tools/swarming_client
wheel: <
name: "infra/python/wheels/six-py2_py3"
version: "version:1.15.0"
>
# Used by:
# build/android
wheel: <

2
DEPS
View File

@ -80,8 +80,6 @@ deps = {
Var('chromium_git') + '/chromium/deps/nasm.git' + '@' + 'e9be5fd6d723a435ca2da162f9e0ffcb688747c1',
'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + '4f73c6f51dc2198347630219417cbf21a7064bdd',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + 'a32a1607f6093d338f756c7e7c7b4333b0c50c9c',
# libyuv-only dependencies (not present in Chromium).
'src/third_party/gtest-parallel':