From 660bdd6b03baadd445e84e0117d34fd8fd6d9211 Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Fri, 16 Jun 2023 10:20:18 -0700 Subject: [PATCH] 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. --- engine/src/flutter/flutter_frontend_server/pubspec.yaml | 2 ++ engine/src/flutter/tools/api_check/pubspec.yaml | 2 ++ engine/src/flutter/web_sdk/pubspec.yaml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/engine/src/flutter/flutter_frontend_server/pubspec.yaml b/engine/src/flutter/flutter_frontend_server/pubspec.yaml index 48ed1a4928a..d67806f59ca 100644 --- a/engine/src/flutter/flutter_frontend_server/pubspec.yaml +++ b/engine/src/flutter/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/engine/src/flutter/tools/api_check/pubspec.yaml b/engine/src/flutter/tools/api_check/pubspec.yaml index 14578976563..ae99d7afd53 100644 --- a/engine/src/flutter/tools/api_check/pubspec.yaml +++ b/engine/src/flutter/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: diff --git a/engine/src/flutter/web_sdk/pubspec.yaml b/engine/src/flutter/web_sdk/pubspec.yaml index 01325c453a0..9d65bb86930 100644 --- a/engine/src/flutter/web_sdk/pubspec.yaml +++ b/engine/src/flutter/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: