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}
This commit is contained in:
ehmaldonado
2016-11-25 04:58:47 -08:00
committed by Commit bot
parent 5f7226f8a3
commit 293bc2aa9a

7
DEPS
View File

@ -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',