blob: d7831791eb51b24fe6891ef04f8fb78206654623 [file] [log] [blame]
# Scripts import markupsafe 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_markupsafe_srcs = [
"//third_party/markupsafe/__init__.py",
"//third_party/markupsafe/_compat.py",
"//third_party/markupsafe/_native.py",
]