blob: 045efddb37a383c5c9ae20d301b78b55266dc868 [file] [log] [blame]
# This file is generated by package_importer.py for mockito-5.3.2
import("//build/dart/dart_library.gni")
dart_library("mockito") {
package_name = "mockito"
language_version = "2.17"
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",
]
}