From 0e495002f7ceb8de02216b22afa430785237ecd5 Mon Sep 17 00:00:00 2001 From: William Hesse Date: Thu, 11 May 2023 12:41:03 +0200 Subject: [PATCH] Add pkg:protobuf as a dependency for testing/dart Package vm_service added dependencies on protobuf and fixnum. Adding these, and transitive dependency on collections, to the path overrides in the package's pubspec.yaml. This is needed to roll https://github.com/dart-lang/sdk/commit/6c3c34560e6fdac211e362078557fdda254bafdd --- testing/dart/pubspec.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/testing/dart/pubspec.yaml b/testing/dart/pubspec.yaml index c2f4df9744cde..58bf819d4e0f5 100644 --- a/testing/dart/pubspec.yaml +++ b/testing/dart/pubspec.yaml @@ -26,14 +26,20 @@ dependencies: dependency_overrides: async_helper: path: ../../../third_party/dart/pkg/async_helper + collection: + path: ../../../third_party/dart/third_party/pkg/collection expect: path: ../../../third_party/dart/pkg/expect + fixnum: + path: ../../../third_party/dart/third_party/pkg/fixnum litetest: path: ../litetest meta: path: ../../../third_party/dart/pkg/meta path: path: ../../../third_party/dart/third_party/pkg/path + protobuf: + path: ../../../third_party/dart/third_party/pkg/protobuf/protobuf smith: path: ../../../third_party/dart/pkg/smith sky_engine: