blob: 7696666d8039a1bc2c353cae6b235e86a5e99ca0 [file] [log] [blame]
# This file is generated by package_importer.py for path_drawing-0.5.1
import("//build/dart/dart_library.gni")
dart_library("path_drawing") {
package_name = "path_drawing"
language_version = "2.12"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/vector_math",
"//third_party/dart-pkg/pub/meta",
"//third_party/dart-pkg/pub/path_parsing",
"//third_party/dart-pkg/git/flutter/packages/flutter",
]
sources = [
"path_drawing.dart",
"src/dash_path.dart",
"src/parse_path.dart",
"src/trim_path.dart",
]
}