blob: 4123c66ca4e4006bbc0a5b8f7268f2554cd6f268 [file] [log] [blame]
# This file is generated by importer.py for http-0.11.3+16
import("//build/dart/dart_library.gni")
dart_library("http") {
package_name = "http"
# 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/async",
"//third_party/dart-pkg/pub/http_parser",
"//third_party/dart-pkg/pub/collection",
"//third_party/dart-pkg/pub/path",
]
}