diff --git a/.dart_tool/package_config.json b/.dart_tool/package_config.json index f09e2dd629b..d282df64733 100644 --- a/.dart_tool/package_config.json +++ b/.dart_tool/package_config.json @@ -11,7 +11,7 @@ "constraint, update this by running tools/generate_package_config.dart." ], "configVersion": 2, - "generated": "2021-10-03T09:32:39.517171", + "generated": "2021-10-04T10:29:25.433041", "generator": "tools/generate_package_config.dart", "packages": [ { @@ -565,12 +565,6 @@ "packageUri": "lib/", "languageVersion": "2.12" }, - { - "name": "resource", - "rootUri": "../third_party/pkg/resource", - "packageUri": "lib/", - "languageVersion": "2.0" - }, { "name": "scrape", "rootUri": "../pkg/scrape", diff --git a/DEPS b/DEPS index b426244d56c..4feb622ab91 100644 --- a/DEPS +++ b/DEPS @@ -93,7 +93,7 @@ vars = { "csslib_rev": "6338de25a09d098a62c9a1992c175e9ceb5b994a", # Note: Updates to dart_style have to be coordinated with the infrastructure - # team so that the internal formatter in `tools/sdks/dart-sdk/bin/dartfmt` + # team so that the internal formatter `tools/sdks/dart-sdk/bin/dart format` # matches the version here. # # Please follow this process to make updates: @@ -141,7 +141,6 @@ vars = { "protobuf_rev": "c1eb6cb51af39ccbaa1a8e19349546586a5c8e31", "pub_rev": "37d05928939b3100e7e55c3dff922651db1de1e1", "pub_semver_rev": "a43ad72fb6b7869607581b5fedcb186d1e74276a", - "resource_rev": "6b79867d0becf5395e5819a75720963b8298e9a7", "root_certificates_rev": "692f6d6488af68e0121317a9c2c9eb393eb0ee50", "rust_revision": "b7856f695d65a8ebc846754f97d15814bcb1c244", "shelf_static_rev": "202ec1a53c9a830c17cf3b718d089cf7eba568ad", @@ -404,8 +403,6 @@ deps = { Var("dart_git") + "pub_semver.git" + "@" + Var("pub_semver_rev"), Var("dart_root") + "/third_party/pkg/pub": Var("dart_git") + "pub.git" + "@" + Var("pub_rev"), - Var("dart_root") + "/third_party/pkg/resource": - Var("dart_git") + "resource.git" + "@" + Var("resource_rev"), Var("dart_root") + "/third_party/pkg/shelf": Var("dart_git") + "shelf.git" + "@" + Var("shelf_rev"), Var("dart_root") + "/third_party/pkg/shelf_packages_handler":