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