mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 06:20:13 +00:00
Rename quiver revision variable so it matches [dep_name]_tag pattern.
This is useful for downstream projects which automatically update their DEPS based on dart DEPS. Change-Id: I3275e53de9e0e0d46a67e3fe5c2868b8c12f851c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/100790 Reviewed-by: Alexander Thomas <athom@google.com> Commit-Queue: Alexander Aprelev <aam@google.com>
This commit is contained in:
parent
ea708965ab
commit
f6f59c997f
1 changed files with 2 additions and 2 deletions
4
DEPS
4
DEPS
|
@ -115,7 +115,7 @@ vars = {
|
||||||
"protobuf_rev": "0c77167b16d00b561a6055bfe26690af7f26ae88",
|
"protobuf_rev": "0c77167b16d00b561a6055bfe26690af7f26ae88",
|
||||||
"pub_rev": "8c363fe26f059c3063f1129adbb3c4e22a8ce954",
|
"pub_rev": "8c363fe26f059c3063f1129adbb3c4e22a8ce954",
|
||||||
"pub_semver_tag": "1.4.2",
|
"pub_semver_tag": "1.4.2",
|
||||||
"quiver_tag": "2.0.0+1",
|
"quiver-dart_tag": "2.0.0+1",
|
||||||
"resource_rev": "2.1.5",
|
"resource_rev": "2.1.5",
|
||||||
"root_certificates_rev": "16ef64be64c7dfdff2b9f4b910726e635ccc519e",
|
"root_certificates_rev": "16ef64be64c7dfdff2b9f4b910726e635ccc519e",
|
||||||
"shelf_static_rev": "v0.2.8",
|
"shelf_static_rev": "v0.2.8",
|
||||||
|
@ -320,7 +320,7 @@ deps = {
|
||||||
Var("dart_root") + "/third_party/pkg/quiver":
|
Var("dart_root") + "/third_party/pkg/quiver":
|
||||||
Var("chromium_git")
|
Var("chromium_git")
|
||||||
+ "/external/github.com/google/quiver-dart.git"
|
+ "/external/github.com/google/quiver-dart.git"
|
||||||
+ "@" + Var("quiver_tag"),
|
+ "@" + Var("quiver-dart_tag"),
|
||||||
Var("dart_root") + "/third_party/pkg/resource":
|
Var("dart_root") + "/third_party/pkg/resource":
|
||||||
Var("dart_git") + "resource.git" + "@" + Var("resource_rev"),
|
Var("dart_git") + "resource.git" + "@" + Var("resource_rev"),
|
||||||
Var("dart_root") + "/third_party/pkg/shelf":
|
Var("dart_root") + "/third_party/pkg/shelf":
|
||||||
|
|
Loading…
Reference in a new issue