blob: 782adcb6d447167ffd5e7fc500ae734fd789d87a [file] [log] [blame]
# This file is generated by importer.py for shelf_web_socket-0.2.3
import("//build/dart/dart_library.gni")
dart_library("shelf_web_socket") {
package_name = "shelf_web_socket"
language_version = "2.0"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/web_socket_channel",
"//third_party/dart-pkg/pub/shelf",
"//third_party/dart-pkg/pub/stream_channel",
]
sources = [
"shelf_web_socket.dart",
"src/web_socket_handler.dart",
]
}