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