blob: bf151be03c491f335136719ad0fefac52cb1e940 [file] [log] [blame]
# This file is generated by importer.py for pubspec_parse-0.1.5
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",
"//third_party/dart-pkg/pub/checked_yaml",
]
}