Skip to content

Commit bf9ab64

Browse files
committed
Update dev_compiler version in DEPS
[email protected], [email protected] Review URL: https://codereview.chromium.org/1902103003 .
1 parent b81c368 commit bf9ab64

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

DEPS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ vars = {
4646
"dartdoc_tag" : "@v0.9.0",
4747
"dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
4848
"dart_style_tag": "@0.2.4",
49-
"dev_compiler_rev": "@0c5dd2d1e999c421d978a478e267aac6279e087a",
49+
"dev_compiler_rev": "@0ed6aeca35fa0e618ad0f7f19f3eba64afdd80c4",
50+
"func_rev": "@8d4aea75c21be2179cb00dc2b94a71414653094e",
5051
"glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd",
5152
"html_tag" : "@0.12.1+1",
5253
"http_tag" : "@0.11.3+3",
@@ -179,6 +180,8 @@ deps = {
179180
(Var("github_mirror") % "dartdoc") + Var("dartdoc_tag"),
180181
Var("dart_root") + "/third_party/pkg/dev_compiler":
181182
(Var("github_mirror") % "dev_compiler") + Var("dev_compiler_rev"),
183+
Var("dart_root") + "/third_party/pkg/func":
184+
(Var("github_dartlang") % "func") + Var("func_rev"),
182185
Var("dart_root") + "/third_party/pkg/glob":
183186
(Var("github_mirror") % "glob") + Var("glob_rev"),
184187
Var("dart_root") + "/third_party/pkg/html":

0 commit comments

Comments
 (0)