| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 5fbe981f762ae2c185a91d4a516f0403577854f1..cbd2c85160e9d188814feb58293162e74e90a945 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -50,7 +50,7 @@ vars = {
|
| "csslib_tag" : "@0.12.0",
|
| "dartdoc_rev" : "@9f677ec40f9beeb8933374885ef3af4c63d35d25",
|
| "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
|
| - "dart_style_tag": "@0.1.8",
|
| + "dart_style_tag": "@0.1.8+2",
|
| "dev_compiler_rev": "@0.1.1",
|
| "fake_async_rev" : "@38614",
|
| "firefox_jsshell_rev" : "@45554",
|
| @@ -98,7 +98,7 @@ vars = {
|
| "stack_trace_tag": "@1.2.1",
|
| "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5",
|
| "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e",
|
| - "test_tag": "@0.12.1",
|
| + "test_tag": "@0.12.3+8",
|
| "test_reflective_loader_tag": "@0.0.3",
|
| "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6",
|
| "unittest_tag": "@0.11.6",
|
| @@ -194,7 +194,7 @@ 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/dartdoc":
|
| + Var("dart_root") + "/third_party/pkg/dartdoc":
|
| "https://github.com/dart-lang/dartdoc.git" + Var("dartdoc_rev"),
|
| Var("dart_root") + "/third_party/pkg/dev_compiler":
|
| "https://github.com/dart-lang/dev_compiler.git" + Var("dev_compiler_rev"),
|
| @@ -229,9 +229,9 @@ deps = {
|
| (Var("github_mirror") % "metatest") + Var("metatest_rev"),
|
| Var("dart_root") + "/third_party/pkg/mime":
|
| (Var("github_mirror") % "mime") + Var("mime_rev"),
|
| - Var("dart_root") + "/third_party/pkg/mustache4dart":
|
| - Var("chromium_git")
|
| - + "/external/github.com/valotas/mustache4dart.git"
|
| + Var("dart_root") + "/third_party/pkg/mustache4dart":
|
| + Var("chromium_git")
|
| + + "/external/github.com/valotas/mustache4dart.git"
|
| + Var("mustache4dart_rev"),
|
| Var("dart_root") + "/third_party/pkg/oauth2":
|
| (Var("github_mirror") % "oauth2") + Var("oauth2_rev"),
|
| @@ -250,11 +250,11 @@ deps = {
|
| (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"),
|
| Var("dart_root") + "/third_party/pkg/pub":
|
| ("https://github.com/dart-lang/pub.git") + Var("pub_rev"),
|
| - Var("dart_root") + "/third_party/pkg/pub_cache":
|
| + Var("dart_root") + "/third_party/pkg/pub_cache":
|
| (Var("github_mirror") % "pub_cache") + Var("pub_cache_tag"),
|
| - Var("dart_root") + "/third_party/pkg/quiver":
|
| - Var("chromium_git")
|
| - + "/external/github.com/google/quiver-dart.git"
|
| + Var("dart_root") + "/third_party/pkg/quiver":
|
| + Var("chromium_git")
|
| + + "/external/github.com/google/quiver-dart.git"
|
| + Var("quiver_tag"),
|
| Var("dart_root") + "/third_party/pkg/scheduled_test":
|
| (Var("github_mirror") % "scheduled_test") +
|
|
|