Skip to content

Commit d15cc57

Browse files
authored
[fuchsia] Fix package/flutter BUILD.gn deps (flutter#15951)
1 parent d3abf17 commit d15cc57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/flutter/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dart_library("flutter") {
1717
"//third_party/dart-pkg/pub/async",
1818
"//third_party/dart-pkg/pub/collection",
1919
"//third_party/dart-pkg/pub/meta",
20+
"//third_party/dart-pkg/pub/typed_data",
2021
"//third_party/dart-pkg/pub/vector_math",
2122
]
2223

0 commit comments

Comments
 (0)