blob: 270d8a11c444bad608ec502408e462d357168fea [file] [log] [blame]
# This file is generated by importer.py for uuid-1.0.3
import("//build/dart/dart_library.gni")
dart_library("uuid") {
package_name = "uuid"
# 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/convert",
"//third_party/dart-pkg/pub/crypto",
]
}