Skip to content

Commit 47899db

Browse files
authored
Remove unused generate_dart_ui target (#27445)
1 parent 4af14b9 commit 47899db

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/snapshot/BUILD.gn

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ import("//flutter/common/config.gni")
88
import("//flutter/lib/ui/dart_ui.gni")
99
import("//third_party/dart/utils/compile_platform.gni")
1010

11-
# TODO(dnfield): Remove this when recipes are updated to not use it.
12-
# https://flutter-review.googlesource.com/c/recipes/+/15420
13-
group("generate_dart_ui") {
14-
visibility = [ ":*" ]
15-
}
16-
1711
compiled_action("generate_snapshot_bin") {
1812
if (target_cpu == "x86" && host_os == "linux") {
1913
# By default Dart will create a 32-bit gen_snapshot host binary if the target

0 commit comments

Comments
 (0)