blob: 3b620caf47c95f65efe02b3a1d8d65c88d0d2bc3 [file] [log] [blame]
# Scripts import mako from third_party should have these sources added to their
# `inputs` variable of their corresponding actions. This makes changes in this
# library correctly trigger rebuilds of those actions in incremental builds.
third_party_mako_srcs = [
"//third_party/mako/mako/__init__.py",
"//third_party/mako/mako/_ast_util.py",
"//third_party/mako/mako/ast.py",
"//third_party/mako/mako/cache.py",
"//third_party/mako/mako/cmd.py",
"//third_party/mako/mako/codegen.py",
"//third_party/mako/mako/compat.py",
"//third_party/mako/mako/exceptions.py",
"//third_party/mako/mako/ext/__init__.py",
"//third_party/mako/mako/ext/autohandler.py",
"//third_party/mako/mako/ext/babelplugin.py",
"//third_party/mako/mako/ext/beaker_cache.py",
"//third_party/mako/mako/ext/extract.py",
"//third_party/mako/mako/ext/linguaplugin.py",
"//third_party/mako/mako/ext/preprocessors.py",
"//third_party/mako/mako/ext/pygmentplugin.py",
"//third_party/mako/mako/ext/turbogears.py",
"//third_party/mako/mako/filters.py",
"//third_party/mako/mako/lexer.py",
"//third_party/mako/mako/lookup.py",
"//third_party/mako/mako/parsetree.py",
"//third_party/mako/mako/pygen.py",
"//third_party/mako/mako/pyparser.py",
"//third_party/mako/mako/runtime.py",
"//third_party/mako/mako/template.py",
"//third_party/mako/mako/util.py",
]