blob: ecbd6f535a8331a893c1ab31f3f6a1fad421160d [file] [log] [blame]
# This file is generated by importer.py for xml-3.5.0
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",
]
}