This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ dependency_overrides:
49
49
path : ../../third_party/dart/pkg/compiler
50
50
crypto :
51
51
path : ../../third_party/dart/third_party/pkg/crypto
52
+ dart_internal :
53
+ path : ../../third_party/dart/pkg/dart_internal
52
54
dart2js_info :
53
55
path : ../../third_party/dart/pkg/dart2js_info
54
56
dev_compiler :
Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ dependency_overrides:
52
52
path : ../../../third_party/dart/third_party/pkg/convert
53
53
crypto :
54
54
path : ../../../third_party/dart/third_party/pkg/crypto
55
+ dart_internal :
56
+ path : ../../../third_party/dart/pkg/dart_internal
55
57
expect :
56
58
path : ../../../third_party/dart/pkg/expect
57
59
file :
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ dependency_overrides: # Must include all transitive dependencies from the "any"
28
28
path : ../../third_party/dart/third_party/pkg/convert
29
29
crypto :
30
30
path : ../../third_party/dart/third_party/pkg/crypto
31
+ dart_internal :
32
+ path : ../../third_party/dart/pkg/dart_internal
31
33
file :
32
34
path : ../../third_party/pkg/file/packages/file
33
35
glob :
You can’t perform that action at this time.
0 commit comments