add dart_internal override where necessary (flutter/engine#42920)

A dependency to dart_internal was added in https://dart-review.googlesource.com/c/sdk/+/309460/6 and all transitive deps need to have overrides.
This commit is contained in:
Jacob MacDonald 2023-06-16 10:20:18 -07:00 committed by GitHub
parent 2c978483f9
commit 660bdd6b03
3 changed files with 6 additions and 0 deletions

View File

@ -49,6 +49,8 @@ dependency_overrides:
path: ../../third_party/dart/pkg/compiler
crypto:
path: ../../third_party/dart/third_party/pkg/crypto
dart_internal:
path: ../../third_party/dart/pkg/dart_internal
dart2js_info:
path: ../../third_party/dart/pkg/dart2js_info
dev_compiler:

View File

@ -52,6 +52,8 @@ dependency_overrides:
path: ../../../third_party/dart/third_party/pkg/convert
crypto:
path: ../../../third_party/dart/third_party/pkg/crypto
dart_internal:
path: ../../../third_party/dart/pkg/dart_internal
expect:
path: ../../../third_party/dart/pkg/expect
file:

View File

@ -28,6 +28,8 @@ dependency_overrides: # Must include all transitive dependencies from the "any"
path: ../../third_party/dart/third_party/pkg/convert
crypto:
path: ../../third_party/dart/third_party/pkg/crypto
dart_internal:
path: ../../third_party/dart/pkg/dart_internal
file:
path: ../../third_party/pkg/file/packages/file
glob: