blob: 6e8c2189c2a071ea18a67b6b4f670fb8b0443ae6 [file] [log] [blame]
# This file is generated by importer.py for stream_channel-2.0.0
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",
]
}