blob: 4091d3c6b933d35003030b231b33598e142d8d64 [file] [log] [blame]
# This file is generated by importer.py for pubspec_parse-0.1.4
import("//build/dart/dart_library.gni")
dart_library("pubspec_parse") {
package_name = "pubspec_parse"
# 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/yaml",
"//third_party/dart-pkg/pub/json_annotation",
"//third_party/dart-pkg/pub/pub_semver",
]
}