blob: 91970b9fe7f0053a1a0d6bd01730507060740dfc [file] [log] [blame]
# This file is generated by package_importer.py for path-1.8.0
import("//build/dart/dart_library.gni")
dart_library("path") {
package_name = "path"
language_version = "2.12"
disable_analysis = true
deps = [
]
sources = [
"path.dart",
"src/characters.dart",
"src/context.dart",
"src/internal_style.dart",
"src/parsed_path.dart",
"src/path_exception.dart",
"src/path_map.dart",
"src/path_set.dart",
"src/style.dart",
"src/style/posix.dart",
"src/style/url.dart",
"src/style/windows.dart",
"src/utils.dart",
]
}