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