Skip to content

Commit

Permalink
Remove unused generate_dart_ui target (#27445)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnfield committed Jul 15, 2021
1 parent 4af14b9 commit 47899db
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/snapshot/BUILD.gn
Expand Up @@ -8,12 +8,6 @@ import("//flutter/common/config.gni")
import("//flutter/lib/ui/dart_ui.gni")
import("//third_party/dart/utils/compile_platform.gni")

# TODO(dnfield): Remove this when recipes are updated to not use it.
# https://flutter-review.googlesource.com/c/recipes/+/15420
group("generate_dart_ui") {
visibility = [ ":*" ]
}

compiled_action("generate_snapshot_bin") {
if (target_cpu == "x86" && host_os == "linux") {
# By default Dart will create a 32-bit gen_snapshot host binary if the target
Expand Down

0 comments on commit 47899db

Please sign in to comment.