[fuchsia] Fix package/flutter BUILD.gn deps (#15951)

This commit is contained in:
Zachary Anderson 2018-03-26 14:03:31 -07:00 committed by GitHub
parent d3abf174be
commit d15cc57b7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ dart_library("flutter") {
"//third_party/dart-pkg/pub/async",
"//third_party/dart-pkg/pub/collection",
"//third_party/dart-pkg/pub/meta",
"//third_party/dart-pkg/pub/typed_data",
"//third_party/dart-pkg/pub/vector_math",
]