blob: 5cf5bac5dcbfa359ace20f93548b7d2e7fd7c640 [file] [log] [blame]
# This file is generated by importer.py for bazel_worker-0.1.9
import("//build/dart/dart_library.gni")
dart_library("bazel_worker") {
package_name = "bazel_worker"
# This parameter is left empty as we don't care about analysis or exporting
# these sources outside of the tree.
sources = []
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/async",
"//third_party/dart-pkg/pub/protobuf",
]
}