mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
Pull latest cli_util into SDK.
This fixes some nuisance analyzer warnings. Change-Id: Ie2d2843716611c44b5815c91e38ee34b9c32ac07 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/167141 Reviewed-by: Samuel Rawlins <srawlins@google.com> Commit-Queue: Paul Berry <paulberry@google.com>
This commit is contained in:
parent
07e2973f60
commit
540753d618
1 changed files with 2 additions and 2 deletions
4
DEPS
4
DEPS
|
@ -75,7 +75,7 @@ vars = {
|
|||
"browser-compat-data_tag": "v1.0.22",
|
||||
"charcode_rev": "4a685faba42d86ebd9d661eadd1e79d0a1c34c43",
|
||||
"chrome_rev" : "19997",
|
||||
"cli_util_tag" : "0.2.0",
|
||||
"cli_util_rev" : "335ed165887d0ec97c2a09173ebf22dcf56a6c4e",
|
||||
"collection_rev": "52e219581f72a3eac013d6f5550c580962677425",
|
||||
"convert_rev": "c1b01f832835d3d8a06b0b246a361c0eaab35d3c",
|
||||
"crypto_rev": "f7c48b334b1386bc5ab0f706fbcd6df8496a87fc",
|
||||
|
@ -312,7 +312,7 @@ deps = {
|
|||
Var("dart_root") + "/third_party/pkg/charcode":
|
||||
Var("dart_git") + "charcode.git" + "@" + Var("charcode_rev"),
|
||||
Var("dart_root") + "/third_party/pkg/cli_util":
|
||||
Var("dart_git") + "cli_util.git" + "@" + Var("cli_util_tag"),
|
||||
Var("dart_git") + "cli_util.git" + "@" + Var("cli_util_rev"),
|
||||
Var("dart_root") + "/third_party/pkg/collection":
|
||||
Var("dart_git") + "collection.git" + "@" + Var("collection_rev"),
|
||||
Var("dart_root") + "/third_party/pkg/convert":
|
||||
|
|
Loading…
Reference in a new issue