[flutter_tools] add missing vm_service dep to BUILD.gn (#50454)

This commit is contained in:
Jonah Williams
2020-02-10 09:59:49 -08:00
committed by GitHub
parent a8cc85331a
commit 6146cd72e4

View File

@@ -46,6 +46,7 @@ dart_library("flutter_tools") {
"//third_party/dart-pkg/pub/stack_trace",
"//third_party/dart-pkg/pub/test",
"//third_party/dart-pkg/pub/usage",
"//third_party/dart-pkg/pub/vm_service",
"//third_party/dart-pkg/pub/web_socket_channel",
"//third_party/dart-pkg/pub/webkit_inspection_protocol",
"//third_party/dart-pkg/pub/xml",