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