Remove old cipd clobber gclient hook.

This is not needed anymore, Chromium removed this in 2018 [1].

[1] - https://chromium-review.googlesource.com/c/chromium/src/+/1308907

Bug: None
Change-Id: I59484f4dadfcf669d656e30530cd96dce2dc3018
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/3928023
Reviewed-by: Frank Barchard <fbarchard@chromium.org>
Commit-Queue: Mirko Bonadei <mbonadei@chromium.org>
This commit is contained in:
Mirko Bonadei 2022-09-29 16:27:18 +00:00 committed by libyuv LUCI CQ
parent faa2f4db0e
commit 9ba40a8f03

12
DEPS
View File

@ -2346,18 +2346,6 @@ hooks = [
'-d', 'src/tools/luci-go/linux64',
],
},
{
# We used to use src as a CIPD root. We moved it to a different directory
# in crrev.com/c/930178 but left the clobber here to ensure that that CL
# could be reverted safely. This can be safely removed once crbug.com/794764
# is resolved.
'name': 'Android Clobber Deprecated CIPD Root',
'pattern': '.',
'condition': 'checkout_android',
'action': ['src/build/cipd/clobber_cipd_root.py',
'--root', 'src',
],
},
{
'name': 'Generate component metadata for tests',
'pattern': '.',