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