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:
7
DEPS
7
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',
|
||||
|
||||
Reference in New Issue
Block a user