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

Commit ebc5de8

Browse files
committed
add dart_internal override where necessary
1 parent 8cd648d commit ebc5de8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-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:

0 commit comments

Comments
 (0)