blob: bbd6ab9f0f47ba29562b234223ce9d03e68fc39f [file] [log] [blame]
# This file is generated by importer.py for coverage-0.10.0
import("//build/dart/dart_library.gni")
dart_library("coverage") {
package_name = "coverage"
source_dir = "lib"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/stack_trace",
"//third_party/dart-pkg/pub/package_config",
"//third_party/dart-pkg/pub/logging",
"//third_party/dart-pkg/pub/vm_service_client",
"//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/args",
]
}