blob: 53e45f55b1eb106ce0af9ab0c3bafbd45a083648 [file] [log] [blame]
# This file is generated by package_importer.py for ffi-1.1.2
import("//build/dart/dart_library.gni")
dart_library("ffi") {
package_name = "ffi"
language_version = "2.12"
disable_analysis = true
deps = [
]
sources = [
"ffi.dart",
"src/allocation.dart",
"src/arena.dart",
"src/utf16.dart",
"src/utf8.dart",
]
}