Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit f38f46f

Browse files
authored
Add pkg:protobuf as a dependency for testing/dart (#41938)
Package vm_service added dependencies on protobuf and fixnum. Adding these, and transitive dependency on collections, to the path overrides in the testing/dart package's pubspec.yaml. This is needed to roll dart-lang/sdk@6c3c345
1 parent f8b7b62 commit f38f46f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

testing/dart/pubspec.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,20 @@ dependencies:
2626
dependency_overrides:
2727
async_helper:
2828
path: ../../../third_party/dart/pkg/async_helper
29+
collection:
30+
path: ../../../third_party/dart/third_party/pkg/collection
2931
expect:
3032
path: ../../../third_party/dart/pkg/expect
33+
fixnum:
34+
path: ../../../third_party/dart/third_party/pkg/fixnum
3135
litetest:
3236
path: ../litetest
3337
meta:
3438
path: ../../../third_party/dart/pkg/meta
3539
path:
3640
path: ../../../third_party/dart/third_party/pkg/path
41+
protobuf:
42+
path: ../../../third_party/dart/third_party/pkg/protobuf/protobuf
3743
smith:
3844
path: ../../../third_party/dart/pkg/smith
3945
sky_engine:

0 commit comments

Comments
 (0)