Skip to content

Commit efe9366

Browse files
kevmoocommit-bot@chromium.org
authored andcommitted
Remove references to pkg:plugin in DEPS and .packages
Fixes dart-lang#36221 Change-Id: Ic804d223c4dbbb82bb9f8d448fc209d37c79da39 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/97044 Reviewed-by: Brian Wilkerson <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]> Commit-Queue: Kevin Moore <[email protected]>
1 parent 43c1328 commit efe9366

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.packages

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ observatory:runtime/observatory/lib
6565
package_config:third_party/pkg_tested/package_config/lib
6666
package_resolver:third_party/pkg_tested/package_resolver/lib
6767
path:third_party/pkg/path/lib
68-
plugin:third_party/pkg/plugin/lib
6968
pool:third_party/pkg/pool/lib
7069
protobuf:third_party/pkg/protobuf/protobuf/lib
7170
pub:third_party/pkg/pub/lib

DEPS

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ vars = {
108108
"package_config_tag": "1.0.5",
109109
"package_resolver_tag": "1.0.10",
110110
"path_tag": "1.6.2",
111-
"plugin_tag": "f5b4b0e32d1406d62daccea030ba6457d14b1c47",
112111
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
113112
"pool_tag": "1.3.6",
114113
"protobuf_rev": "0c77167b16d00b561a6055bfe26690af7f26ae88",
@@ -303,8 +302,6 @@ deps = {
303302
+ "@" + Var("package_resolver_tag"),
304303
Var("dart_root") + "/third_party/pkg/path":
305304
Var("dart_git") + "path.git" + "@" + Var("path_tag"),
306-
Var("dart_root") + "/third_party/pkg/plugin":
307-
Var("dart_git") + "plugin.git" + "@" + Var("plugin_tag"),
308305
Var("dart_root") + "/third_party/pkg/pool":
309306
Var("dart_git") + "pool.git" + "@" + Var("pool_tag"),
310307
Var("dart_root") + "/third_party/pkg/protobuf":

0 commit comments

Comments
 (0)