Skip to content

Commit

Permalink
[fuchsia] Add dependencies needed to build the test shell. (flutter#5216
Browse files Browse the repository at this point in the history
)
  • Loading branch information
rmacnak-google authored May 9, 2018
1 parent 3327bca commit e9fb476
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions shell/testing/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
}
Expand Down

0 comments on commit e9fb476

Please sign in to comment.