From 8ee8abc1f7623bec258d1197325ef2bb9959ab9f Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Sun, 22 May 2022 18:38:40 -0700 Subject: [PATCH] reduce the number of dependencies declared by flutter_frontend_server (flutter/engine#33520) reduce the number of dependencies declared by flutter_frontend_server --- .../flutter_frontend_server/pubspec.yaml | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/engine/src/flutter/flutter_frontend_server/pubspec.yaml b/engine/src/flutter/flutter_frontend_server/pubspec.yaml index 3325ba2df0..1f9e58f5e1 100644 --- a/engine/src/flutter/flutter_frontend_server/pubspec.yaml +++ b/engine/src/flutter/flutter_frontend_server/pubspec.yaml @@ -22,22 +22,8 @@ environment: dependencies: args: any - async: any - charcode: any - collection: any - convert: any - crypto: any - front_end: any frontend_server: any - kernel: any - logging: any - meta: any - package_config: any path: any - source_span: any - typed_data: any - usage: any - vm: any dev_dependencies: litetest: any @@ -59,14 +45,10 @@ dependency_overrides: path: ../../third_party/dart/pkg/build_integration charcode: path: ../../third_party/dart/third_party/pkg/charcode - cli_util: - path: ../../third_party/dart/third_party/pkg/cli_util collection: path: ../../third_party/dart/third_party/pkg/collection compiler: path: ../../third_party/dart/pkg/compiler - convert: - path: ../../third_party/dart/third_party/pkg/convert crypto: path: ../../third_party/dart/third_party/pkg/crypto dart2js_info: @@ -93,14 +75,8 @@ dependency_overrides: path: ../../third_party/dart/pkg/kernel litetest: path: ../testing/litetest - logging: - path: ../../third_party/dart/third_party/pkg/logging - matcher: - path: ../../third_party/dart/third_party/pkg/matcher meta: path: ../../third_party/dart/pkg/meta - mime: - path: ../../third_party/dart/third_party/pkg/mime package_config: path: ../../third_party/dart/third_party/pkg_tested/package_config path: @@ -109,8 +85,6 @@ dependency_overrides: path: ../../third_party/dart/third_party/pkg/protobuf/protobuf shelf: path: ../../third_party/dart/third_party/pkg/shelf/pkgs/shelf - shelf_static: - path: ../../third_party/dart/third_party/pkg/shelf/pkgs/shelf_static smith: path: ../../third_party/dart/pkg/smith source_maps: