add frontend server as a non dart dep of fuchsia_tool (#24075)

This commit is contained in:
Jonah Williams 2018-11-07 15:14:35 -08:00 committed by GitHub
parent d92d175bcb
commit 00c07266c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -246,9 +246,11 @@ dart_tool("fuchsia_tools") {
disable_analysis = true
non_dart_deps = [
"//third_party/flutter/frontend_server:frontend_server_tool",
]
deps = [
":flutter_tools",
]
# TODO(jonahwilliams): add a frontend_server as a non dart dep.
}