From db32cbfe1deb50c757ce31f52bf3e34a5f16bd89 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Thu, 2 Sep 2021 09:44:10 +0200 Subject: [PATCH] Remove xtream from DEPS. No-Try: True Bug: chromium:1245605 Change-Id: I1e8d34e690cda7b7777567d69b4299864e2085c1 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/3138508 Commit-Queue: Mirko Bonadei Reviewed-by: Frank Barchard --- DEPS | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/DEPS b/DEPS index b4bf02783..79be78d93 100644 --- a/DEPS +++ b/DEPS @@ -399,16 +399,6 @@ deps = { 'url': Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + '00270549ce3161ae72ceb24712618ea28b4f9434', 'condition': 'checkout_android', }, - 'src/third_party/xstream': { - 'packages': [ - { - 'package': 'chromium/third_party/xstream', - 'version': '4278b1b78b86ab7a1a29e64d5aec9a47a9aab0fe', - }, - ], - 'condition': 'checkout_android', - 'dep_type': 'cipd', - }, # iOS deps: 'src/ios': {