From 27d3969eaedda668ac92a052469a9d7f0c92cff2 Mon Sep 17 00:00:00 2001 From: William Hesse Date: Mon, 10 Jan 2022 14:45:05 +0000 Subject: [PATCH] [infra] Remove copy of jsshell to legacy location Fixes: b/186078239 Change-Id: I963af391e67734b9dc130258a871f9b0a2966858 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/214047 Reviewed-by: Alexander Thomas --- DEPS | 9 --------- 1 file changed, 9 deletions(-) diff --git a/DEPS b/DEPS index b4ee2c753fb..521f8de761d 100644 --- a/DEPS +++ b/DEPS @@ -226,15 +226,6 @@ deps = { "condition": "checkout_javascript_engines", "dep_type": "cipd", }, - # TODO(b/186078239): remove this copy to the old location - Var("dart_root") + "/third_party/firefox_jsshell/linux/jsshell": { - "packages": [{ - "package": "dart/third_party/jsshell/linux-amd64", - "version": Var("jsshell_tag"), - }], - "condition": "checkout_javascript_engines", - "dep_type": "cipd", - }, Var("dart_root") + "/third_party/devtools": { "packages": [{ "package": "dart/third_party/flutter/devtools",