blob: f58ae480d50ddce59c9e59a3f6d6a77252a66400 [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",
"_compat.py",
"_stringdefs.py",
"bccache.py",
"compiler.py",
"constants.py",
"debug.py",
"defaults.py",
"environment.py",
"exceptions.py",
"ext.py",
"filters.py",
"lexer.py",
"loaders.py",
"nodes.py",
"optimizer.py",
"parser.py",
"runtime.py",
"sandbox.py",
"tests.py",
"utils.py",
"visitor.py",
]