[fuchsia] Fix flutter_tool BUILD.gn deps (#29942)

This commit is contained in:
Zachary Anderson
2019-03-26 08:57:40 -07:00
committed by GitHub
parent d71f324e48
commit 7ea7d8d003

View File

@@ -14,8 +14,7 @@ dart_library("flutter_tools") {
disable_analysis = true
deps = [
"//third_party/dart/pkg/analyzer",
"//third_party/dart/third_party/pkg/linter",
"//third_party/dart-pkg/pub/analyzer",
"//third_party/dart-pkg/pub/archive",
"//third_party/dart-pkg/pub/args",
"//third_party/dart-pkg/pub/bsdiff",
@@ -30,6 +29,7 @@ dart_library("flutter_tools") {
# because it uses mirrors which Fuchsia's Dart VM doesn't support.
"//third_party/dart-pkg/pub/json_rpc_2",
"//third_party/dart-pkg/pub/json_schema",
"//third_party/dart-pkg/pub/linter",
"//third_party/dart-pkg/pub/meta",
"//third_party/dart-pkg/pub/multicast_dns",
"//third_party/dart-pkg/pub/mustache",