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