blob: c3ddbd59fbfef886447b6ebf3af8ca2d40ff8470 [file] [log] [blame]
# Scripts import jinja2 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_jinja2_srcs = [
"__init__.py",
"_identifier.py",
"async_utils.py",
"bccache.py",
"compiler.py",
"constants.py",
"debug.py",
"defaults.py",
"environment.py",
"exceptions.py",
"ext.py",
"filters.py",
"idtracking.py",
"lexer.py",
"loaders.py",
"meta.py",
"nativetypes.py",
"nodes.py",
"optimizer.py",
"parser.py",
"runtime.py",
"sandbox.py",
"tests.py",
"utils.py",
"visitor.py",
]