blob: 9fc9acf537eafc86c918286218ef67b5f48d6009 [file] [log] [blame]
# This file is generated by package_importer.py for pubspec_parse-1.2.3
import("//build/dart/dart_library.gni")
dart_library("pubspec_parse") {
package_name = "pubspec_parse"
language_version = "2.18"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/checked_yaml",
"//third_party/dart-pkg/pub/collection",
"//third_party/dart-pkg/pub/json_annotation",
"//third_party/dart-pkg/pub/pub_semver",
"//third_party/dart-pkg/pub/yaml",
]
sources = [
"pubspec_parse.dart",
"src/dependency.dart",
"src/dependency.g.dart",
"src/pubspec.dart",
"src/pubspec.g.dart",
"src/screenshot.dart",
]
}