We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af14b9 commit 47899dbCopy full SHA for 47899db
lib/snapshot/BUILD.gn
@@ -8,12 +8,6 @@ import("//flutter/common/config.gni")
8
import("//flutter/lib/ui/dart_ui.gni")
9
import("//third_party/dart/utils/compile_platform.gni")
10
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
-
17
compiled_action("generate_snapshot_bin") {
18
if (target_cpu == "x86" && host_os == "linux") {
19
# By default Dart will create a 32-bit gen_snapshot host binary if the target
0 commit comments