Update DEPS file for coming HttpHeaders change

Original cl: https://dart-review.googlesource.com/c/sdk/+/119100
In order to land this without breaking flutter builds, change DEPS file first.

Change-Id: Ic4550d8060bf130f83e5df428a130e68a67b4273
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/134105
Commit-Queue: Zichang Guo <zichangguo@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
This commit is contained in:
Zichang Guo 2020-02-11 20:22:09 +00:00 committed by commit-bot@chromium.org
parent 06926779cd
commit f117eb3ec1

4
DEPS
View file

@ -92,7 +92,7 @@ vars = {
"glob_tag": "1.1.7",
"html_tag" : "0.14.0+1",
"http_io_rev": "2fa188caf7937e313026557713f7feffedd4978b",
"http_multi_server_tag" : "2.0.5",
"http_multi_server_rev" : "ea269f79321d659208402088f3297e8920a88ee6",
"http_parser_tag" : "3.1.3",
"http_retry_tag": "0.1.1",
"http_tag" : "0.12.0+2",
@ -304,7 +304,7 @@ deps = {
Var("dart_git") + "http_io.git" + "@" + Var("http_io_rev"),
Var("dart_root") + "/third_party/pkg/http_multi_server":
Var("dart_git") + "http_multi_server.git" +
"@" + Var("http_multi_server_tag"),
"@" + Var("http_multi_server_rev"),
Var("dart_root") + "/third_party/pkg/http_parser":
Var("dart_git") + "http_parser.git" + "@" + Var("http_parser_tag"),
Var("dart_root") + "/third_party/pkg/http_retry":