blob: 7d1123f4c87bfa3e4c3d9fdf170c48cb9a41f0fd [file] [log] [blame]
# This file is generated by importer.py for xml-3.4.1
import("//build/dart/dart_library.gni")
dart_library("xml") {
package_name = "xml"
# 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/petitparser",
"//third_party/dart-pkg/pub/convert",
"//third_party/dart-pkg/pub/collection",
]
}