blob: dd8ef5b539ac3cd1fc449f74de9478d51a87969b [file] [log] [blame]
# This file is generated by package_importer.py for shelf_web_socket-1.0.1
import("//build/dart/dart_library.gni")
dart_library("shelf_web_socket") {
package_name = "shelf_web_socket"
language_version = "2.12"
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",
]
}