blob: 91115dda2dcf26a16ac20e54e88f5abc74b0e390 [file] [log] [blame]
# This file is generated by package_importer.py for sse-4.1.2
import("//build/dart/dart_library.gni")
dart_library("sse") {
package_name = "sse"
language_version = "2.16"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/async",
"//third_party/dart-pkg/pub/collection",
"//third_party/dart-pkg/pub/js",
"//third_party/dart-pkg/pub/logging",
"//third_party/dart-pkg/pub/pool",
"//third_party/dart-pkg/pub/shelf",
"//third_party/dart-pkg/pub/stream_channel",
]
sources = [
"client/sse_client.dart",
"server/sse_handler.dart",
"src/server/sse_handler.dart",
"src/util/uuid.dart",
]
}