mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[fuchsia] Add dependencies needed to build the test shell. (#5216)
This commit is contained in:
parent
3327bca4af
commit
e9fb4761a6
@ -21,10 +21,19 @@ executable("testing") {
|
||||
"//garnet/public/lib/fxl",
|
||||
"//third_party/dart/runtime:libdart_jit",
|
||||
"//third_party/dart/runtime/bin:embedded_dart_io",
|
||||
"//third_party/dart/runtime/bin:libdart_builtin",
|
||||
"//third_party/dart/runtime/platform:libdart_platform",
|
||||
"//third_party/skia",
|
||||
"//topaz/lib/tonic",
|
||||
]
|
||||
|
||||
if (is_fuchsia) {
|
||||
deps += [
|
||||
"//garnet/public/lib/ui/scenic:client",
|
||||
"//zircon/public/lib/trace-provider",
|
||||
]
|
||||
}
|
||||
|
||||
if (is_linux) {
|
||||
ldflags = [ "-rdynamic" ]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user