From 9cfb0f4947a23937fe5d88b105645e2c1942ba85 Mon Sep 17 00:00:00 2001 From: Alexander Aprelev Date: Sat, 27 Jul 2024 07:18:17 -0700 Subject: [PATCH] Remove obsolete dependency (flutter/engine#54161) The concurrent_api/concurrent_api_product targets were made obsolete by https://github.com/dart-lang/sdk/commit/95f5efc6976c4645db5fbad9e501e755579a58eb --- engine/src/flutter/lib/ui/BUILD.gn | 1 - engine/src/flutter/shell/platform/fuchsia/dart_runner/BUILD.gn | 2 -- .../flutter/shell/platform/fuchsia/runtime/dart/utils/BUILD.gn | 1 - engine/src/flutter/shell/testing/BUILD.gn | 1 - 4 files changed, 5 deletions(-) diff --git a/engine/src/flutter/lib/ui/BUILD.gn b/engine/src/flutter/lib/ui/BUILD.gn index 2018511d3f0..e4a24a0d963 100644 --- a/engine/src/flutter/lib/ui/BUILD.gn +++ b/engine/src/flutter/lib/ui/BUILD.gn @@ -171,7 +171,6 @@ source_set("ui") { ] deps = [ - "$dart_src/runtime/bin:concurrent_api", "$dart_src/runtime/bin:dart_io_api", "//flutter/assets", "//flutter/common", diff --git a/engine/src/flutter/shell/platform/fuchsia/dart_runner/BUILD.gn b/engine/src/flutter/shell/platform/fuchsia/dart_runner/BUILD.gn index b67420d7325..4dac8a9d8b0 100644 --- a/engine/src/flutter/shell/platform/fuchsia/dart_runner/BUILD.gn +++ b/engine/src/flutter/shell/platform/fuchsia/dart_runner/BUILD.gn @@ -32,13 +32,11 @@ template("runner_sources") { dart_public_deps = [] if (!invoker.product) { dart_public_deps += [ - "$dart_src/runtime/bin:concurrent_api", "$dart_src/runtime/bin:dart_io_api", "//flutter/shell/platform/fuchsia/runtime/dart/utils:utils", ] } else { dart_public_deps += [ - "$dart_src/runtime/bin:concurrent_api_product", "$dart_src/runtime/bin:dart_io_api_product", "//flutter/shell/platform/fuchsia/runtime/dart/utils:utils_product", ] diff --git a/engine/src/flutter/shell/platform/fuchsia/runtime/dart/utils/BUILD.gn b/engine/src/flutter/shell/platform/fuchsia/runtime/dart/utils/BUILD.gn index 478d10146e8..08660b51436 100644 --- a/engine/src/flutter/shell/platform/fuchsia/runtime/dart/utils/BUILD.gn +++ b/engine/src/flutter/shell/platform/fuchsia/runtime/dart/utils/BUILD.gn @@ -101,7 +101,6 @@ executable("dart_utils_unittests") { ":utils", ":utils_fixtures", "$dart_src/runtime:libdart_jit", - "$dart_src/runtime/bin:concurrent_api", "$dart_src/runtime/bin:dart_io_api", "${fuchsia_sdk}/pkg/inspect_component_cpp", "${fuchsia_sdk}/pkg/sys_cpp", diff --git a/engine/src/flutter/shell/testing/BUILD.gn b/engine/src/flutter/shell/testing/BUILD.gn index ffda720f52f..28a19c75d1b 100644 --- a/engine/src/flutter/shell/testing/BUILD.gn +++ b/engine/src/flutter/shell/testing/BUILD.gn @@ -37,7 +37,6 @@ executable("testing") { deps = [ "$dart_src/runtime:libdart_jit", - "$dart_src/runtime/bin:concurrent_api", "$dart_src/runtime/bin:dart_io_api", "//flutter/assets", "//flutter/common",