blob: dff05153e81e2a9bffb16f038992ba89d1a51620 [file] [log] [blame]
# This file is generated by package_importer.py for checked_yaml-2.0.3
import("//build/dart/dart_library.gni")
dart_library("checked_yaml") {
package_name = "checked_yaml"
language_version = "2.19"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/json_annotation",
"//third_party/dart-pkg/pub/source_span",
"//third_party/dart-pkg/pub/yaml",
]
sources = [
"checked_yaml.dart",
]
}