Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 33f416d

Browse files
authored
Add support for dart_src GN variable to flutter_frontend_server build (#50685)
Support for the dart_src GN variable was missing the import of the variable definition in the flutter_frontend_server BUILD.gn file. Follow up to #50624 Part of issue flutter/flutter#143335
1 parent c720046 commit 33f416d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flutter_frontend_server/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Use of this source code is governed by a BSD-style license that can be
33
# found in the LICENSE file.
44

5+
import("//flutter/build/dart/dart.gni")
56
import("//flutter/common/config.gni")
67

78
copy("frontend_server") {

0 commit comments

Comments
 (0)