blob: 28e7888b385e4d12f435d9743576fbb4aac79b13 [file] [log] [blame]
# This file is generated by importer.py for shelf_static-0.2.9+2
import("//build/dart/dart_library.gni")
dart_library("shelf_static") {
package_name = "shelf_static"
language_version = "2.3"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/convert",
"//third_party/dart-pkg/pub/http_parser",
"//third_party/dart-pkg/pub/mime",
"//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/shelf",
]
sources = [
"shelf_static.dart",
"src/directory_listing.dart",
"src/static_handler.dart",
"src/util.dart",
]
}