blob: 85e70f6d0c8509edb8a7f797ae7920f411036b74 [file] [log] [blame]
# This file is generated by importer.py for stream_channel-1.6.3
import("//build/dart/dart_library.gni")
dart_library("stream_channel") {
package_name = "stream_channel"
# 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/stack_trace",
]
}