blob: 8bf8f613d826daf37a8ba84a743fc465e8876dc1 [file] [log] [blame]
# This file is generated by importer.py for sse-3.8.1
import("//build/dart/dart_library.gni")
dart_library("sse") {
package_name = "sse"
language_version = "2.2"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/async",
"//third_party/dart-pkg/pub/collection",
"//third_party/dart-pkg/pub/logging",
"//third_party/dart-pkg/pub/pedantic",
"//third_party/dart-pkg/pub/stream_channel",
"//third_party/dart-pkg/pub/shelf",
]
sources = [
"client/sse_client.dart",
"server/sse_handler.dart",
"src/server/sse_handler.dart",
"src/util/uuid.dart",
]
}