blob: b27df618723de696f32b7d2086aaf2c3d722ac48 [file] [log] [blame]
# This file is generated by importer.py for bazel_worker-0.1.13
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",
]
}