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