From d5d057f78ea793daab1cafad96f4d9ab69dc1ea8 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 (flutter/engine#13316) --- engine/src/flutter/flutter_frontend_server/BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/engine/src/flutter/flutter_frontend_server/BUILD.gn b/engine/src/flutter/flutter_frontend_server/BUILD.gn index c6ae941b38e..fc51b725a15 100644 --- a/engine/src/flutter/flutter_frontend_server/BUILD.gn +++ b/engine/src/flutter/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",