blob: 6e622f43343df525d7ccd2ec32a5828509d1db4b [file] [log] [blame]
# This file is generated by importer.py for shelf-0.7.3+2
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",
]
}