Unverified Commit 7ea7d8d0 authored by Zachary Anderson's avatar Zachary Anderson Committed by GitHub

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

parent d71f324e
......@@ -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",
......
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