| Index: DEPS
|
| ===================================================================
|
| --- DEPS (revision 42443)
|
| +++ DEPS (working copy)
|
| @@ -31,6 +31,7 @@
|
| "fake_async_rev" : "@38614",
|
| "fest_rev" : "@19997",
|
| "firefox_jsshell_rev" : "@35614",
|
| + "glob_rev": "@81ca8e6f275ae01fc6cc571c3877336ca96fb3c1",
|
| "gson_rev" : "@36048",
|
| "gsutil_rev" : "@33376",
|
| "guava_rev" : "@19997",
|
| @@ -138,6 +139,8 @@
|
| "https://github.com/dart-lang/async_await.git" + Var("async_await_rev"),
|
| "dart/third_party/pkg/fake_async":
|
| "/third_party/fake_async" + Var("fake_async_rev"),
|
| + "dart/third_party/pkg/glob":
|
| + "https://github.com/dart-lang/glob.git" + Var("glob_rev"),
|
| "dart/third_party/pkg/pub_semver":
|
| "https://github.com/dart-lang/pub_semver.git" + Var("pub_semver_rev"),
|
| "dart/third_party/pkg/petitparser":
|
|
|