Unverified Commit 00c07266 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

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

parent d92d175b
...@@ -246,9 +246,11 @@ dart_tool("fuchsia_tools") { ...@@ -246,9 +246,11 @@ dart_tool("fuchsia_tools") {
disable_analysis = true disable_analysis = true
non_dart_deps = [
"//third_party/flutter/frontend_server:frontend_server_tool",
]
deps = [ deps = [
":flutter_tools", ":flutter_tools",
] ]
# TODO(jonahwilliams): add a frontend_server as a non dart dep.
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment