blob: 7f9cd6af305da6ab2170f766511880c9217d58e1 [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"
# 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",
]
}