Add 'Update LASTCHANGE' hook to DEPS
BUG=webrtc:6769
TBR=kjellander@webrtc.org
Review-Url: https://codereview.webrtc.org/2531043003
Cr-Commit-Position: refs/heads/master@{#15241}
diff --git a/DEPS b/DEPS
index def276d..fa9cf1b 100644
--- a/DEPS
+++ b/DEPS
@@ -252,6 +252,13 @@
'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',