| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 65d8de38725018f552d8730ea1ccca7ab7a31715..caf0999dd45f965c6dce8ea8293b95febfc7959b 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -60,6 +60,7 @@ vars = {
|
| "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5",
|
| "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6",
|
| "observatory_pub_packages_rev": "@45565",
|
| + "package_config_rev": "@286f9cf48448c4563e735a142c6f9442ab57674e",
|
| "path_rev": "@93b3e2aa1db0ac0c8bab9d341588d77acda60320",
|
| "petitparser_rev" : "@37878",
|
| "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
|
| @@ -204,6 +205,9 @@ deps = {
|
| "https://github.com/dart-lang/oauth2.git" + Var("oauth2_rev"),
|
| Var("dart_root") + "/third_party/pkg/observe":
|
| "https://github.com/dart-lang/observe.git" + Var("observe_rev"),
|
| + Var("dart_root") + "/third_party/pkg/package_config":
|
| + "https://github.com/dart-lang/package_config.git" +
|
| + Var("package_config_rev"),
|
| Var("dart_root") + "/third_party/pkg/path":
|
| "https://github.com/dart-lang/path.git" + Var("path_rev"),
|
| Var("dart_root") + "/third_party/pkg/plugin":
|
|
|