Skip to content

Commit d0b90e5

Browse files
devoncarewCommit Queue
authored andcommitted
[deps] remove unused deps: yaml_edit, yaml, watcher, term_glyph, string_scanner, stream_channel, and stack_trace
Change-Id: Ic55d4dccecb56e9f55468abe7779769d59b352e0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/404523 Auto-Submit: Devon Carew <[email protected]> Reviewed-by: Kevin Moore <[email protected]> Commit-Queue: Moritz Sümmermann <[email protected]> Reviewed-by: Moritz Sümmermann <[email protected]>
1 parent 99247f1 commit d0b90e5

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

DEPS

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -145,23 +145,16 @@ vars = {
145145
"protobuf_rev": "b7dd58cdbd879beee4c3fbf8ee80fce8e97bad26",
146146
"pub_rev": "58de642dc1d07601f6eb2b4ecd94555c0210106b", # disable tools/rev_sdk_deps.dart
147147
"shelf_rev": "bf799519cda2898a7c5af06dcfdd5fe6443afd79",
148-
"stack_trace_rev": "5fe4cfea7f0d8e67b7d5738d2e1c64a18b5ba450",
149-
"stream_channel_rev": "31a3aba8a78a78b266fbf7474f19cd4ba9ca562e",
150-
"string_scanner_rev": "69212690d491603a511904a7a84cd502f34bf7a9",
151148
"sync_http_rev": "47e6b264a209d0d806cfe9cdad8b6c69ce231986",
152149
"tar_rev": "5a1ea943e70cdf3fa5e1102cdbb9418bd9b4b81a",
153-
"term_glyph_rev": "52677db71a2c6b6d0018ebbe5ed7552dbae1248f",
154150
"test_rev": "f364fc8291d668d85c702a5b9f9a4f2e5c1ade0e",
155151
"tools_rev": "3bdef2043af9244b804adc08896bf96d51bb49ba",
156152
"vector_math_rev": "bd4b574b2a457a3955d223694f1a979a0c0f38c9",
157-
"watcher_rev": "7f3b3a3ea49ba7e21fff240ce8ee616d62d32956",
158153
"web_rev": "af5de5e8548060c0795713ee7129ba6d5ff9f1b2",
159154
"web_socket_channel_rev": "a937243563e8ee75d11fb23610297d4f6e5cb2b9",
160155
"webdev_rev": "e72f365a4408dce73bc023e624adc6a9a72dd7a2",
161156
"webdriver_rev": "d83d6a3cbaab152ff9b99b29382d1f48b5d5ba23",
162157
"webkit_inspection_protocol_rev": "effa75205516757795683d527c3dea9546eb0c32",
163-
"yaml_rev": "0406507fb719b0c8787896475734747fa35f2b78",
164-
"yaml_edit_rev": "fbdc70acc164af187772e013a2e1364cd05b88dc",
165158

166159
# Windows deps
167160
"crashpad_rev": "d256de317164c0eb362bdd9cbb4d259fe6d086f3",
@@ -380,30 +373,18 @@ deps = {
380373
Var("dart_git") + "pub.git" + "@" + Var("pub_rev"),
381374
Var("dart_root") + "/third_party/pkg/shelf":
382375
Var("dart_git") + "shelf.git" + "@" + Var("shelf_rev"),
383-
Var("dart_root") + "/third_party/pkg/stack_trace":
384-
Var("dart_git") + "stack_trace.git" + "@" + Var("stack_trace_rev"),
385-
Var("dart_root") + "/third_party/pkg/stream_channel":
386-
Var("dart_git") + "stream_channel.git" +
387-
"@" + Var("stream_channel_rev"),
388-
Var("dart_root") + "/third_party/pkg/string_scanner":
389-
Var("dart_git") + "string_scanner.git" +
390-
"@" + Var("string_scanner_rev"),
391376
Var("dart_root") + "/third_party/pkg/sync_http":
392377
Var("dart_git") + "sync_http.git" + "@" + Var("sync_http_rev"),
393378
Var("dart_root") + "/third_party/pkg/tar":
394379
Var("dart_git") + "external/github.com/simolus3/tar.git" +
395380
"@" + Var("tar_rev"),
396-
Var("dart_root") + "/third_party/pkg/term_glyph":
397-
Var("dart_git") + "term_glyph.git" + "@" + Var("term_glyph_rev"),
398381
Var("dart_root") + "/third_party/pkg/test":
399382
Var("dart_git") + "test.git" + "@" + Var("test_rev"),
400383
Var("dart_root") + "/third_party/pkg/tools":
401384
Var("dart_git") + "tools.git" + "@" + Var("tools_rev"),
402385
Var("dart_root") + "/third_party/pkg/vector_math":
403386
Var("dart_git") + "external/github.com/google/vector_math.dart.git" +
404387
"@" + Var("vector_math_rev"),
405-
Var("dart_root") + "/third_party/pkg/watcher":
406-
Var("dart_git") + "watcher.git" + "@" + Var("watcher_rev"),
407388
Var("dart_root") + "/third_party/pkg/webdev":
408389
Var("dart_git") + "webdev.git" + "@" + Var("webdev_rev"),
409390
Var("dart_root") + "/third_party/pkg/webdriver":
@@ -417,10 +398,6 @@ deps = {
417398
Var("dart_root") + "/third_party/pkg/web_socket_channel":
418399
Var("dart_git") + "web_socket_channel.git" +
419400
"@" + Var("web_socket_channel_rev"),
420-
Var("dart_root") + "/third_party/pkg/yaml_edit":
421-
Var("dart_git") + "yaml_edit.git" + "@" + Var("yaml_edit_rev"),
422-
Var("dart_root") + "/third_party/pkg/yaml":
423-
Var("dart_git") + "yaml.git" + "@" + Var("yaml_rev"),
424401

425402
Var("dart_root") + "/buildtools/sysroot/linux": {
426403
"packages": [

0 commit comments

Comments
 (0)