blob: 8e009047a3a57536f95f15a085968d2829011afb [file] [log] [blame]
# This file is generated by importer.py for shelf_web_socket-0.2.2
import("//build/dart/dart_library.gni")
dart_library("shelf_web_socket") {
package_name = "shelf_web_socket"
source_dir = "lib"
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",
]
}