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