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