blob: 802cae39bd15454a033e936ff63e59089c8f21d4 [file] [log] [blame]
# This file is generated by importer.py for http_parser-3.1.1
import("//build/dart/dart_library.gni")
dart_library("http_parser") {
package_name = "http_parser"
source_dir = "lib"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/source_span",
"//third_party/dart-pkg/pub/charcode",
"//third_party/dart-pkg/pub/collection",
"//third_party/dart-pkg/pub/string_scanner",
"//third_party/dart-pkg/pub/typed_data",
]
}