blob: 7c190ac4eb650b7ee3ce2cbf0b655742eeaa8d53 [file] [log] [blame]
# This file is generated by importer.py for mustache_template-1.0.0+1
import("//build/dart/dart_library.gni")
dart_library("mustache_template") {
package_name = "mustache_template"
language_version = "2.0"
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",
]
}