blob: 9b58ea71a47ae9c3d0e69999276a57f56e799394 [file] [log] [blame]
# This file is generated by package_importer.py for glob-2.0.1
import("//build/dart/dart_library.gni")
dart_library("glob") {
package_name = "glob"
language_version = "2.12"
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/pedantic",
"//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",
]
}