blob: 86e16e6e82612dc930a5e58d2d87b94500417d9f [file] [log] [blame]
# This file is generated by package_importer.py for typed_data-1.3.0
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",
]
}