blob: 948abd0be481b8dbad5cf49084ddd0f535e0392d [file] [log] [blame]
# This file is generated by package_importer.py for mustache_template-2.0.0
import("//build/dart/dart_library.gni")
dart_library("mustache_template") {
package_name = "mustache_template"
language_version = "2.12"
disable_analysis = true
deps = [
]
sources = [
"mustache.dart",
"mustache_template.dart",
"src/lambda_context.dart",
"src/node.dart",
"src/parser.dart",
"src/renderer.dart",
"src/scanner.dart",
"src/template.dart",
"src/template_exception.dart",
"src/token.dart",
]
}