blob: f7205083f6f0d0f9e77b3eb27c3fb661bb8b891e [file] [log] [blame]
# This file is generated by importer.py for uuid-2.2.2
import("//build/dart/dart_library.gni")
dart_library("uuid") {
package_name = "uuid"
language_version = "2.2"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/convert",
"//third_party/dart-pkg/pub/crypto",
]
sources = [
"uuid.dart",
"uuid_util.dart",
]
}