blob: d5380ff5b945fc81f61adb696450c16dc8317cf6 [file] [log] [blame]
# This file is generated by importer.py for http_parser-3.1.4
import("//build/dart/dart_library.gni")
dart_library("http_parser") {
package_name = "http_parser"
language_version = "2.3"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/charcode",
"//third_party/dart-pkg/pub/collection",
"//third_party/dart-pkg/pub/source_span",
"//third_party/dart-pkg/pub/string_scanner",
"//third_party/dart-pkg/pub/typed_data",
]
sources = [
"http_parser.dart",
"src/authentication_challenge.dart",
"src/case_insensitive_map.dart",
"src/chunked_coding.dart",
"src/chunked_coding/decoder.dart",
"src/chunked_coding/encoder.dart",
"src/http_date.dart",
"src/media_type.dart",
"src/scan.dart",
"src/utils.dart",
]
}