From 6146cd72e4efe47e896d34d4dee5be5735dac24b Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Mon, 10 Feb 2020 09:59:49 -0800 Subject: [PATCH] [flutter_tools] add missing vm_service dep to BUILD.gn (#50454) --- packages/flutter_tools/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/flutter_tools/BUILD.gn b/packages/flutter_tools/BUILD.gn index 9427c1f72a..c33e70e660 100644 --- a/packages/flutter_tools/BUILD.gn +++ b/packages/flutter_tools/BUILD.gn @@ -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",