blob: 8aa79f9d8d665607e61fb59559a98cb112eda181 [file] [log] [blame]
# This file is generated by importer.py for fake_async-1.0.1
import("//build/dart/dart_library.gni")
dart_library("fake_async") {
package_name = "fake_async"
# This parameter is left empty as we don't care about analysis or exporting
# these sources outside of the tree.
sources = []
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/collection",
"//third_party/dart-pkg/pub/clock",
]
}