| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index dfa565f636dc9e2a88f2beb9d420b3b24344f39c..f97daa6c7bdd5ec1fb97a4d079cdcf77de127482 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -82,6 +82,7 @@ vars = {
|
| "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
|
| "plugin_tag": "@0.1.0",
|
| "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c",
|
| + "pub_rev": "@2c051a14c65998743aeb66c202c954990938b27f",
|
| "pub_semver_tag": "@1.2.1",
|
| "scheduled_test_tag": "@0.11.8+1",
|
| "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4",
|
| @@ -238,6 +239,8 @@ deps = {
|
| (Var("github_mirror") % "pool") + Var("pool_rev"),
|
| Var("dart_root") + "/third_party/pkg/pub_semver":
|
| (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"),
|
| + Var("dart_root") + "/third_party/pkg_tested/pub":
|
| + ("https://github.com/dart-lang/pub.git") + Var("pub_rev"),
|
| Var("dart_root") + "/third_party/pkg/scheduled_test":
|
| (Var("github_mirror") % "scheduled_test") +
|
| Var("scheduled_test_tag"),
|
|
|