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