| Index: dartium.deps/DEPS
|
| diff --git a/dartium.deps/DEPS b/dartium.deps/DEPS
|
| index a008f60f7d9984b8a9eb8ad299bd34bb2aa52afa..4e84e9baf55276e3b1befaf701e8cb35befc07f3 100644
|
| --- a/dartium.deps/DEPS
|
| +++ b/dartium.deps/DEPS
|
| @@ -16,7 +16,7 @@ vars.update({
|
| "dartium_webkit_branch": "/blink/branches/dart/dartium",
|
| "dartium_webkit_revision": "191870",
|
|
|
| - "args_rev": "@2699ca11b09158ab23ff4cb464ab255e89cc2f27",
|
| + "args_tag": "@0.13.0",
|
| "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51",
|
| "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e",
|
| "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d",
|
| @@ -121,7 +121,7 @@ deps.update({
|
| "https://github.com/dart-lang/yaml.git" + Var("yaml_rev"),
|
|
|
| "src/dart/third_party/pkg/args":
|
| - "https://github.com/dart-lang/args.git" + Var("args_rev"),
|
| + "https://github.com/dart-lang/args.git" + Var("args_tag"),
|
| "src/dart/third_party/pkg/http_parser":
|
| "https://github.com/dart-lang/http_parser.git" + Var("http_parser_rev"),
|
| "src/dart/third_party/pkg/matcher":
|
|
|