From 0712168bfe6aa96608279b99e72808c2350c465a Mon Sep 17 00:00:00 2001 From: William Hesse Date: Thu, 15 Feb 2024 16:15:53 +0100 Subject: [PATCH] Add support for dart_src GN variable to flutter_frontend_server build --- flutter_frontend_server/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/flutter_frontend_server/BUILD.gn b/flutter_frontend_server/BUILD.gn index d79ce9ff99a48..9ba5ee2713478 100644 --- a/flutter_frontend_server/BUILD.gn +++ b/flutter_frontend_server/BUILD.gn @@ -2,6 +2,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. +import("//flutter/build/dart/dart.gni") import("//flutter/common/config.gni") copy("frontend_server") {