[flutter_tools] remove linter dep from BUILD.gn (#49373)

This commit is contained in:
Jonah Williams 2020-01-23 13:27:01 -08:00 committed by GitHub
parent 0941abe84c
commit 5e1000cd85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,6 @@ dart_library("flutter_tools") {
# 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",
"//third_party/dart-pkg/pub/meta",
"//third_party/dart-pkg/pub/mime",
"//third_party/dart-pkg/pub/multi_server_socket",