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