From 293bc2aa9a63285c5a7813c39716dc78dca1327c Mon Sep 17 00:00:00 2001 From: ehmaldonado Date: Fri, 25 Nov 2016 04:58:47 -0800 Subject: [PATCH] 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} --- DEPS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/DEPS b/DEPS index def276dd84..fa9cf1b49f 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',