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

Commit ae0401d

Browse files
authored
Remove unused python_binary build artifacts (#28111)
1 parent 50366b9 commit ae0401d

File tree

4 files changed

+1
-277
lines changed

4 files changed

+1
-277
lines changed

tools/fuchsia/dart/BUILD.gn

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,9 @@
33
# found in the LICENSE file.
44

55
import("//flutter/tools/fuchsia/dart/toolchain.gni")
6-
import("//flutter/tools/fuchsia/python/python_binary.gni")
76
import("//flutter/tools/fuchsia/sdk/sdk_targets.gni")
87
import("//flutter/tools/fuchsia/toolchain/basic_toolchain.gni")
98

10-
python_binary("gen_dart_package_config") {
11-
main_source = "gen_dart_package_config.py"
12-
}
13-
149
if (current_toolchain == default_toolchain) {
1510
# A toolchain dedicated to processing and analyzing Dart packages.
1611
# The only targets in this toolchain are action() targets, so it

tools/fuchsia/dart/dart_package_config.gni

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,7 @@ template("dart_package_config") {
9797
if (!defined(deps)) {
9898
deps = []
9999
}
100-
deps += [
101-
":$generate_target",
102-
"//flutter/tools/fuchsia/dart:gen_dart_package_config",
103-
]
100+
deps += [ ":$generate_target" ]
104101

105102
metadata = {
106103
# Add a barrier here to avoid double of inclusion of elements listed in

tools/fuchsia/python/package_python_binary.py

Lines changed: 0 additions & 145 deletions
This file was deleted.

tools/fuchsia/python/python_binary.gni

Lines changed: 0 additions & 123 deletions
This file was deleted.

0 commit comments

Comments
 (0)