blob: 2badd43c9d33e19fd9913dc391da3179e579c70e [file] [log] [blame]
# This file is generated by package_importer.py for mockito-5.2.0
import("//build/dart/dart_library.gni")
dart_library("mockito") {
package_name = "mockito"
language_version = "2.12"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/analyzer",
"//third_party/dart-pkg/pub/build",
"//third_party/dart-pkg/pub/code_builder",
"//third_party/dart-pkg/pub/collection",
"//third_party/dart-pkg/pub/dart_style",
"//third_party/dart-pkg/pub/matcher",
"//third_party/dart-pkg/pub/meta",
"//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/source_gen",
"//third_party/dart-pkg/pub/test_api",
]
sources = [
"annotations.dart",
"mockito.dart",
"src/builder.dart",
"src/call_pair.dart",
"src/invocation_matcher.dart",
"src/mock.dart",
"src/version.dart",
]
}