blob: 1a3558152e4a5d1fa82e1fe605852e563833e1b2 [file] [log] [blame]
# This file is generated by importer.py for fake_async-1.2.0
import("//build/dart/dart_library.gni")
dart_library("fake_async") {
package_name = "fake_async"
language_version = "2.12"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/clock",
"//third_party/dart-pkg/pub/collection",
]
sources = [
"fake_async.dart",
]
}