Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(380)

Unified Diff: DEPS

Issue 2531043003: Add 'Update LASTCHANGE' hook to DEPS (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698