Commit d6e07bc4 authored by Ian McKellar's avatar Ian McKellar Committed by GitHub

Drop dependency on http since it doesn't work when building for Fuchsia (#6914)

We're getting rid of the http package from third_party/dart-pkg/
parent 58801a0e
......@@ -16,7 +16,8 @@ dart_package("flutter_tools") {
"//third_party/dart-pkg/pub/coverage",
"//third_party/dart-pkg/pub/crypto",
"//third_party/dart-pkg/pub/file",
"//third_party/dart-pkg/pub/http",
# The HTTP dependency is removed because http doesn't work on Fuchsia
# because it uses mirrors which Fuchsia's Dart VM doesn't support.
"//third_party/dart-pkg/pub/json_rpc_2",
"//third_party/dart-pkg/pub/json_schema",
"//third_party/dart-pkg/pub/linter",
......
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