Index: DEPS |
diff --git a/DEPS b/DEPS |
index d54105e553353e8dc8c4d58e3aa3679dfb9cc10f..5512dc4dc89c299e1d3c22d7cc7d92a477d3846d 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -52,6 +52,7 @@ vars = { |
"dartdoc_tag" : "@v0.0.2+2", |
"dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", |
"dart_style_tag": "@0.1.8", |
+ "dev_compiler_rev": "@0.1.1", |
"fake_async_rev" : "@38614", |
"firefox_jsshell_rev" : "@45554", |
"glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", |
@@ -92,6 +93,7 @@ vars = { |
"smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", |
"source_maps_rev": "@379b4f31c4e2987eb15934d1ad8b419c6cc897b3", |
"sqlite_rev": "@38811b79f42801662adc0458a25270ab690a6b81", |
+ "shelf_static_rev": "@0.2.2", |
"shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", |
"source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", |
"stack_trace_tag": "@1.2.1", |
@@ -195,6 +197,8 @@ deps = { |
(Var("github_mirror") % "csslib") + Var("csslib_tag"), |
Var("dart_root") + "/third_party/pkg_tested/dart_style": |
(Var("github_mirror") % "dart_style") + Var("dart_style_tag"), |
+ Var("dart_root") + "/third_party/pkg/dev_compiler": |
+ "https://github.com/dart-lang/dev_compiler.git" + Var("dev_compiler_rev"), |
Var("dart_root") + "/third_party/pkg/glob": |
(Var("github_mirror") % "glob") + Var("glob_rev"), |
Var("dart_root") + "/third_party/pkg/html": |
@@ -248,6 +252,9 @@ deps = { |
Var("scheduled_test_tag"), |
Var("dart_root") + "/third_party/pkg/shelf": |
(Var("github_mirror") % "shelf") + Var("shelf_rev"), |
+ Var("dart_root") + "/third_party/pkg/shelf_static": |
+ "https://github.com/kevmoo/shelf_static.dart.git" + |
+ Var("shelf_static_rev"), |
Var("dart_root") + "/third_party/pkg/shelf_web_socket": |
(Var("github_mirror") % "shelf_web_socket") + |
Var("shelf_web_socket_rev"), |