Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index def276dd840028b4778e7668136ca9f6c1769e2a..fa9cf1b49f1732aae9cfccc2cea3a4031dea2f45 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -252,6 +252,13 @@ hooks = [ |
| 'pattern': '.', |
| 'action': ['python', 'src/tools/clang/scripts/update.py', '--if-needed'], |
| }, |
| + { |
| + # Update LASTCHANGE. |
| + 'name': 'lastchange', |
| + 'pattern': '.', |
| + 'action': ['python', 'src/build/util/lastchange.py', |
| + '-o', 'src/build/util/LASTCHANGE'], |
| + }, |
| # Pull GN binaries. |
| { |
| 'name': 'gn_win', |