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