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

Commit a652aac

Browse files
authored
add dart_internal override where necessary (#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.
1 parent debf241 commit a652aac

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

flutter_frontend_server/pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ dependency_overrides:
4949
path: ../../third_party/dart/pkg/compiler
5050
crypto:
5151
path: ../../third_party/dart/third_party/pkg/crypto
52+
dart_internal:
53+
path: ../../third_party/dart/pkg/dart_internal
5254
dart2js_info:
5355
path: ../../third_party/dart/pkg/dart2js_info
5456
dev_compiler:

tools/api_check/pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ dependency_overrides:
5252
path: ../../../third_party/dart/third_party/pkg/convert
5353
crypto:
5454
path: ../../../third_party/dart/third_party/pkg/crypto
55+
dart_internal:
56+
path: ../../../third_party/dart/pkg/dart_internal
5557
expect:
5658
path: ../../../third_party/dart/pkg/expect
5759
file:

web_sdk/pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ dependency_overrides: # Must include all transitive dependencies from the "any"
2828
path: ../../third_party/dart/third_party/pkg/convert
2929
crypto:
3030
path: ../../third_party/dart/third_party/pkg/crypto
31+
dart_internal:
32+
path: ../../third_party/dart/pkg/dart_internal
3133
file:
3234
path: ../../third_party/pkg/file/packages/file
3335
glob:

0 commit comments

Comments
 (0)