blob: 920bc88b808fe582ea45263804ac740636a94555 [file] [log] [blame]
# Copyright 2021 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/python/python_library.gni")
python_library("mako") {
source_root = "mako"
sources = [
"__init__.py",
"_ast_util.py",
"ast.py",
"cache.py",
"cmd.py",
"codegen.py",
"compat.py",
"exceptions.py",
"ext/__init__.py",
"ext/autohandler.py",
"ext/babelplugin.py",
"ext/beaker_cache.py",
"ext/extract.py",
"ext/linguaplugin.py",
"ext/preprocessors.py",
"ext/pygmentplugin.py",
"ext/turbogears.py",
"filters.py",
"lexer.py",
"lookup.py",
"parsetree.py",
"pygen.py",
"pyparser.py",
"runtime.py",
"template.py",
"util.py",
]
}