blob: fe4501d785750a3aa1b2b88cbeb5f64f9a21e259 [file] [log] [blame]
# This file is generated by importer.py for web_socket_channel-1.0.14
import("//build/dart/dart_library.gni")
dart_library("web_socket_channel") {
package_name = "web_socket_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/stream_channel",
"//third_party/dart-pkg/pub/crypto",
]
}