Index: DEPS |
diff --git a/DEPS b/DEPS |
index f855c6c8cd6613a33080b808a4d22a0508587cc0..d6fc55dd0a6d170aac6e14e274e35f11eba8fd99 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -485,6 +485,12 @@ hooks = [ |
"action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"], |
}, |
{ |
+ # Update LASTCHANGE. |
+ "pattern": ".", |
+ "action": ["python", "src/build/util/lastchange.py", |
+ "-o", "src/build/util/LASTCHANGE"], |
+ }, |
+ { |
# A change to a .gyp, .gypi, or to GYP itself should run the generator. |
"pattern": ".", |
"action": ["python", "src/build/gyp_chromium"], |