blob: ab959b3747fe97a5e3ab0e6775387767405ce3da [file] [log] [blame]
# This file is generated by importer.py for shelf-0.7.3+3
import("//build/dart/dart_library.gni")
dart_library("shelf") {
package_name = "shelf"
# This parameter is left empty as we don't care about analysis or exporting
# these sources outside of the tree.
sources = []
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",
]
}