blob: 3e2677b0e71931046db31cb01b2cc4bb8ef5cdfe [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"
# 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/source_span",
"//third_party/dart-pkg/pub/json_annotation",
"//third_party/dart-pkg/pub/yaml",
]
}