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