From 63241844c63660352dc888fd042cffdad53218c8 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Wed, 23 Oct 2019 12:47:51 -0700 Subject: [PATCH] Update the dependencies for the Fuchsia build of flutter_frontend_server (#13316) --- flutter_frontend_server/BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flutter_frontend_server/BUILD.gn b/flutter_frontend_server/BUILD.gn index c6ae941b38ec2..fc51b725a15bf 100644 --- a/flutter_frontend_server/BUILD.gn +++ b/flutter_frontend_server/BUILD.gn @@ -16,8 +16,11 @@ if (is_fuchsia_host || is_fuchsia) { deps = [ "//third_party/dart-pkg/pub/args", + "//third_party/dart-pkg/pub/cli_util", "//third_party/dart-pkg/pub/path", + "//third_party/dart-pkg/pub/source_maps", "//third_party/dart-pkg/pub/usage", + "//third_party/dart/pkg/analyzer", "//third_party/dart/pkg/build_integration", "//third_party/dart/pkg/dev_compiler", "//third_party/dart/pkg/front_end",