blob: 42951973846aa9db0223dbc2c5013aa15238af88 [file] [log] [blame]
# This file is generated by package_importer.py for glob-2.1.1
import("//build/dart/dart_library.gni")
dart_library("glob") {
package_name = "glob"
language_version = "2.15"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/async",
"//third_party/dart-pkg/pub/collection",
"//third_party/dart-pkg/pub/file",
"//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/string_scanner",
]
sources = [
"glob.dart",
"list_local_fs.dart",
"src/ast.dart",
"src/list_tree.dart",
"src/parser.dart",
"src/stream_pool.dart",
"src/utils.dart",
]
}