blob: 361934ed5661bcc0cc8aa943a631bd9a37ea5b7b [file] [log] [blame]
# This file is generated by importer.py for web_socket_channel-1.0.9
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",
]
}