Skip to content

Commit ac9d6aa

Browse files
authored
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.
1 parent cd586ee commit ac9d6aa

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

engine/src/flutter/fml/BUILD.gn

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,7 @@ source_set("fml") {
113113
":string_conversion",
114114
]
115115

116-
deps = [
117-
"$dart_src/runtime:dart_api",
118-
119-
# These need to be in sync with the Fuchsia buildroot.
120-
"//flutter/third_party/icu",
121-
]
116+
deps = [ "//flutter/third_party/icu" ]
122117

123118
if (enable_backtrace) {
124119
# This abseil dependency is only used by backtrace.cc.

0 commit comments

Comments
 (0)