blob: 876a50dcbbd3edea0bfb3df97e5eff4a63b0ca97 [file] [log] [blame]
# This file is generated by package_importer.py for completion-1.0.0
import("//build/dart/dart_library.gni")
dart_library("completion") {
package_name = "completion"
language_version = "2.12"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/args",
"//third_party/dart-pkg/pub/logging",
"//third_party/dart-pkg/pub/path",
]
sources = [
"completion.dart",
"src/generate.dart",
"src/get_args_completions.dart",
"src/try_completion.dart",
"src/util.dart",
]
}