diff --git a/DEPS b/DEPS index d57362ef25a..597b20fdfb9 100644 --- a/DEPS +++ b/DEPS @@ -534,9 +534,6 @@ deps = { 'engine/src/flutter/third_party/pkg/archive': Var('chromium_git') + '/external/github.com/brendan-duncan/archive.git' + '@' + 'f1d164f8f5d8aea0be620a9b1e8d300b75a29388', # 3.6.1 - 'engine/src/flutter/third_party/pkg/coverage': - Var('flutter_git') + '/third_party/coverage.git' + '@' + 'bb0ab721ee4ceef1abfa413d8d6fd46013b583b9', # 1.7.2 - 'engine/src/flutter/third_party/pkg/equatable': Var('flutter_git') + '/third_party/equatable.git' + '@' + '2117551ff3054f8edb1a58f63ffe1832a8d25623', # 2.0.5 diff --git a/engine/src/flutter/pubspec.yaml b/engine/src/flutter/pubspec.yaml index 6fcc1b6e4f0..ed345d82da1 100644 --- a/engine/src/flutter/pubspec.yaml +++ b/engine/src/flutter/pubspec.yaml @@ -178,12 +178,14 @@ dependency_overrides: path: ./third_party/dart/pkg/async_helper boolean_selector: path: ./third_party/dart/third_party/pkg/tools/pkgs/boolean_selector + cli_config: + path: ./third_party/dart/third_party/pkg/tools/pkgs/cli_config collection: path: ./third_party/dart/third_party/pkg/core/pkgs/collection convert: path: ./third_party/dart/third_party/pkg/core/pkgs/convert coverage: - path: ./third_party/pkg/coverage + path: ./third_party/dart/third_party/pkg/tools/pkgs/coverage crypto: path: ./third_party/dart/third_party/pkg/core/pkgs/crypto dart_mcp: