mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove obsolete dependency (flutter/engine#54161)
The concurrent_api/concurrent_api_product targets were made obsolete by
95f5efc697
This commit is contained in:
parent
c4f2b952c0
commit
9cfb0f4947
@ -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",
|
||||
|
||||
@ -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",
|
||||
]
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user