From 511d10d2e935c1cc91648b36769ad6db021cce6f Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Wed, 16 Oct 2019 11:37:28 -0700 Subject: [PATCH] Fix an output file path for the frontend server package_incremental script (flutter/engine#13154) --- engine/src/flutter/flutter_frontend_server/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/flutter_frontend_server/BUILD.gn b/engine/src/flutter/flutter_frontend_server/BUILD.gn index 7aa7f2751d5..c6ae941b38e 100644 --- a/engine/src/flutter/flutter_frontend_server/BUILD.gn +++ b/engine/src/flutter/flutter_frontend_server/BUILD.gn @@ -84,7 +84,7 @@ if (is_fuchsia_host || is_fuchsia) { inputs = frontend_server_files outputs = [ - "$root_gen_dir/dart-pkg/frontend_server/pubspec.yaml", + "$root_gen_dir/dart-pkg/flutter_frontend_server/pubspec.yaml", "$root_gen_dir/dart-pkg/vm/pubspec.yaml", "$root_gen_dir/dart-pkg/build_integration/pubspec.yaml", "$root_gen_dir/dart-pkg/front_end/pubspec.yaml",