blob: cf12626f7a043f1b8b3a3e2cb5656f68da374c5a [file] [log] [blame]
# This file is generated by importer.py for convert-2.0.2
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",
]
}