Don't depend on Dart from FML. (#162271)

This was likely a holdover from a time when trace events were routed to
the timeline directly.

This was causing standalone QNX builds to also pull in Dart.

No change in functionality and hopefully faster builds for smaller
targets.
This commit is contained in:
Chinmay Garde 2025-01-27 14:22:35 -08:00 committed by GitHub
parent cd586eea50
commit ac9d6aa152
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -113,12 +113,7 @@ source_set("fml") {
":string_conversion",
]
deps = [
"$dart_src/runtime:dart_api",
# These need to be in sync with the Fuchsia buildroot.
"//flutter/third_party/icu",
]
deps = [ "//flutter/third_party/icu" ]
if (enable_backtrace) {
# This abseil dependency is only used by backtrace.cc.