Skip to content

Commit

Permalink
Bump usage package
Browse files Browse the repository at this point in the history
Bug: #35825
Change-Id: I92dda82b0745e47212ffe83b2b82e1d92809e7c6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/177060
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
  • Loading branch information
srawlins authored and commit-bot@chromium.org committed Dec 28, 2020
1 parent 60702d4 commit 3ccd5d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ vars = {
"test_reflective_loader_rev": "b76ae201ab9c6f3b90643958965e7cc215a38e9b",
"test_rev": "e37a93bbeae23b215972d1659ac865d71287ff6a",
"typed_data_tag": "f94fc57b8e8c0e4fe4ff6cfd8290b94af52d3719",
"usage_tag": "16fbfd90c58f16e016a295a880bc722d2547d2c9",
"usage_rev": "6c64d9e7b6b3758d06d030efcb5afe20bfc04dde",
"vector_math_rev": "0c9f5d68c047813a6dcdeb88ba7a42daddf25025",
"watcher_rev": "1fb0a84acd8d195103f10aba03ba6bd6fdb424e5",
"webdriver_rev": "5a8d6805d9cf8a3cbb4fcd64849b538b7491e50e",
Expand Down Expand Up @@ -444,7 +444,7 @@ deps = {
Var("dart_root") + "/third_party/pkg/typed_data":
Var("dart_git") + "typed_data.git" + "@" + Var("typed_data_tag"),
Var("dart_root") + "/third_party/pkg/usage":
Var("dart_git") + "usage.git" + "@" + Var("usage_tag"),
Var("dart_git") + "usage.git" + "@" + Var("usage_rev"),
Var("dart_root") + "/third_party/pkg/vector_math":
Var("dart_git") + "external/github.com/google/vector_math.dart.git" +
"@" + Var("vector_math_rev"),
Expand Down

0 comments on commit 3ccd5d8

Please sign in to comment.