blob: 4d29932a66f226cbeb3d7aa1b38209624e2e73bd [file] [log] [blame]
# This file is generated by importer.py for shelf-0.7.2
import("//build/dart/dart_library.gni")
dart_library("shelf") {
package_name = "shelf"
source_dir = "lib"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/stack_trace",
"//third_party/dart-pkg/pub/async",
"//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/stream_channel",
"//third_party/dart-pkg/pub/http_parser",
"//third_party/dart-pkg/pub/collection",
]
}