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

Commit a9f6f59

Browse files
author
Emmanuel Garcia
committed
Fix dependencies
1 parent 6f3f62f commit a9f6f59

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

testing/scenario_app/pubspec.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ dependencies:
2525
dependency_overrides:
2626
args:
2727
path: ../../../third_party/dart/third_party/pkg/args
28+
collection:
29+
path: ../../../third_party/dart/third_party/pkg/collection
30+
crypto:
31+
path: ../../../third_party/dart/third_party/pkg/crypto
2832
file:
2933
path: ../../../third_party/pkg/file/packages/file
3034
meta:
@@ -39,5 +43,7 @@ dependency_overrides:
3943
path: ../../testing/skia_gold_client
4044
sky_engine:
4145
path: ../../sky/packages/sky_engine
46+
typed_data:
47+
path: ../../../third_party/dart/third_party/pkg/typed_data
4248
vector_math:
4349
path: ../../../third_party/pkg/vector_math

0 commit comments

Comments
 (0)