commit | d15cc57b7f2087cf12efb1595b09a40ef906f8dd | [log] [tgz] |
---|---|---|
author | Zachary Anderson <zanderso@users.noreply.github.com> | Mon Mar 26 14:03:31 2018 -0700 |
committer | GitHub <noreply@github.com> | Mon Mar 26 14:03:31 2018 -0700 |
tree | 2ce7e4db112f4123052b4e2b1d2570acac7cf92b | |
parent | d3abf174be12c0820df3b7dd96e7f86e312877f9 [diff] |
[fuchsia] Fix package/flutter BUILD.gn deps (#15951)
diff --git a/packages/flutter/BUILD.gn b/packages/flutter/BUILD.gn index 630a3ba..6bbb0f3 100644 --- a/packages/flutter/BUILD.gn +++ b/packages/flutter/BUILD.gn
@@ -17,6 +17,7 @@ "//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", ]