blob: 4c54252f5b56439f75903f34d6feea7438e008ee [file] [log] [blame]
# This file is generated by importer.py for glob-1.2.0
import("//build/dart/dart_library.gni")
dart_library("glob") {
package_name = "glob"
language_version = "2.1"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/pedantic",
"//third_party/dart-pkg/pub/string_scanner",
"//third_party/dart-pkg/pub/async",
"//third_party/dart-pkg/pub/node_io",
"//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/collection",
]
sources = [
"glob.dart",
"src/ast.dart",
"src/io.dart",
"src/io_export.dart",
"src/list_tree.dart",
"src/parser.dart",
"src/stream_pool.dart",
"src/utils.dart",
]
}