[go: nahoru, domu]

Skip to content

Commit

Permalink
Remove unused python_binary build artifacts (flutter#28111)
Browse files Browse the repository at this point in the history
  • Loading branch information
richkadel committed Aug 16, 2021
1 parent 50366b9 commit ae0401d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 277 deletions.
5 changes: 0 additions & 5 deletions tools/fuchsia/dart/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@
# found in the LICENSE file.

import("//flutter/tools/fuchsia/dart/toolchain.gni")
import("//flutter/tools/fuchsia/python/python_binary.gni")
import("//flutter/tools/fuchsia/sdk/sdk_targets.gni")
import("//flutter/tools/fuchsia/toolchain/basic_toolchain.gni")

python_binary("gen_dart_package_config") {
main_source = "gen_dart_package_config.py"
}

if (current_toolchain == default_toolchain) {
# A toolchain dedicated to processing and analyzing Dart packages.
# The only targets in this toolchain are action() targets, so it
Expand Down
5 changes: 1 addition & 4 deletions tools/fuchsia/dart/dart_package_config.gni
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,7 @@ template("dart_package_config") {
if (!defined(deps)) {
deps = []
}
deps += [
":$generate_target",
"//flutter/tools/fuchsia/dart:gen_dart_package_config",
]
deps += [ ":$generate_target" ]

metadata = {
# Add a barrier here to avoid double of inclusion of elements listed in
Expand Down
145 changes: 0 additions & 145 deletions tools/fuchsia/python/package_python_binary.py

This file was deleted.

123 changes: 0 additions & 123 deletions tools/fuchsia/python/python_binary.gni

This file was deleted.

0 comments on commit ae0401d

Please sign in to comment.