aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorMirko Bonadei <mbonadei@chromium.org>2023-01-09 20:07:06 +0000
committerlibyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-01-09 21:18:53 +0000
commit010dea8ba4158896e5608a52dd4372ca7f57cdca (patch)
treec1f66524663a75fc32ebd3e57d12f8112106af65 /DEPS
parent6e4b0acb4b3d5858c77a044aad46132998ac4a76 (diff)
downloadlibyuv-010dea8ba4158896e5608a52dd4372ca7f57cdca.tar.gz
Remove auto from DEPS.
This should fix: gclient.py: error: Wrong dep format: src/third_party/auto/src@ should be of the form dep@rev. Bug: None Change-Id: Id9896f464d788bb3e1eb7516b7f6b1402a9c4790 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/4147349 Reviewed-by: Frank Barchard <fbarchard@chromium.org> Commit-Queue: Frank Barchard <fbarchard@chromium.org>
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS4
1 files changed, 0 insertions, 4 deletions
diff --git a/DEPS b/DEPS
index 328f91b8..a56f9b0d 100644
--- a/DEPS
+++ b/DEPS
@@ -128,10 +128,6 @@ deps = {
'condition': 'checkout_android',
'dep_type': 'cipd',
},
- 'src/third_party/auto/src': {
- 'url': Var('chromium_git') + '/external/github.com/google/auto.git' + '@' + '097f0ee6ffb0dc2a663d8afa0744ee1f230ae712',
- 'condition': 'checkout_android',
- },
'src/third_party/boringssl/src':
'https://boringssl.googlesource.com/boringssl.git' + '@' + 'f0518d45119dd4dd322a884669daf8247bc3c992',
'src/base': {