blob: 9b067157b1ad791126665dad5a3dfd2b3129a8a2 [file] [log] [blame]
# This file is generated by package_importer.py for path_parsing-0.2.1
import("//build/dart/dart_library.gni")
dart_library("path_parsing") {
package_name = "path_parsing"
language_version = "2.12"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/vector_math",
"//third_party/dart-pkg/pub/meta",
]
sources = [
"path_parsing.dart",
"src/path_parsing.dart",
"src/path_segment_type.dart",
]
}