From 1671bba84a9f6ac0c385bede5f83c36d3b085080 Mon Sep 17 00:00:00 2001 From: Jake Macdonald Date: Fri, 16 Jun 2023 16:02:18 +0000 Subject: [PATCH 1/2] add dart_internal override where necessary --- flutter_frontend_server/pubspec.yaml | 2 ++ tools/api_check/pubspec.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/flutter_frontend_server/pubspec.yaml b/flutter_frontend_server/pubspec.yaml index 48ed1a4928a18..d67806f59ca65 100644 --- a/flutter_frontend_server/pubspec.yaml +++ b/flutter_frontend_server/pubspec.yaml @@ -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: diff --git a/tools/api_check/pubspec.yaml b/tools/api_check/pubspec.yaml index 1457897656329..ae99d7afd5322 100644 --- a/tools/api_check/pubspec.yaml +++ b/tools/api_check/pubspec.yaml @@ -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: From a975dca94cb4d834a5ef86ec35a884704a6b16f7 Mon Sep 17 00:00:00 2001 From: Jake Macdonald Date: Fri, 16 Jun 2023 16:07:43 +0000 Subject: [PATCH 2/2] update web_sdk also --- web_sdk/pubspec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web_sdk/pubspec.yaml b/web_sdk/pubspec.yaml index 01325c453a050..9d65bb86930d1 100644 --- a/web_sdk/pubspec.yaml +++ b/web_sdk/pubspec.yaml @@ -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: