Unverified Commit a093b980 authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Update BUILD.gn for package:flutter_test (#38916)

Syncs the BUILD.gn with pubspec.yaml for package:test. This fixes a
breakage in the Fuchsia tree.
parent e0a31de6
...@@ -14,7 +14,12 @@ dart_library("flutter_test") { ...@@ -14,7 +14,12 @@ dart_library("flutter_test") {
deps = [ deps = [
"../flutter", "../flutter",
"//third_party/dart-pkg/pub/image",
"//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/quiver", "//third_party/dart-pkg/pub/quiver",
"//third_party/dart-pkg/pub/stack_trace",
"//third_party/dart-pkg/pub/test", "//third_party/dart-pkg/pub/test",
"//third_party/dart-pkg/pub/test_api",
"//third_party/dart-pkg/pub/vector_math",
] ]
} }
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