Add http to Fuchsia flutter dependencies (#8647)

This commit is contained in:
mikejurka 2017-03-07 22:51:05 -08:00 committed by GitHub
parent eb14385297
commit 0136b965e8

View File

@ -12,6 +12,7 @@ dart_package("flutter") {
deps = [
"//third_party/dart-pkg/pub/async",
"//third_party/dart-pkg/pub/collection",
"//third_party/dart-pkg/pub/http",
"//third_party/dart-pkg/pub/http_parser",
"//third_party/dart-pkg/pub/intl",
"//third_party/dart-pkg/pub/meta",