| # 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", | |
| ] |