blob: ffd77ad02055fb031efb4c2d44ed213a12debfe5 [file] [log] [blame]
# This file is generated by package_importer.py for typed_data-1.3.1
import("//build/dart/dart_library.gni")
dart_library("typed_data") {
package_name = "typed_data"
language_version = "2.12"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/collection",
]
sources = [
"src/typed_buffer.dart",
"src/typed_queue.dart",
"typed_buffers.dart",
"typed_data.dart",
]
}