blob: acc6acaf029991b862330afe18f71b30abf16f4a [file] [log] [blame]
# This file is generated by package_importer.py for clock-1.1.0
import("//build/dart/dart_library.gni")
dart_library("clock") {
package_name = "clock"
language_version = "2.12"
disable_analysis = true
deps = [
]
sources = [
"clock.dart",
"src/clock.dart",
"src/default.dart",
"src/stopwatch.dart",
"src/utils.dart",
]
}