blob: cf4a7e61abfb8ab684a446b80633aa92e1dae06c [file] [log] [blame]
# This file is generated by package_importer.py for http_parser-4.0.2
import("//build/dart/dart_library.gni")
dart_library("http_parser") {
package_name = "http_parser"
language_version = "2.12"
disable_analysis = true
deps = [
"//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/charcodes.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",
]
}