summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DEPS7
1 files changed, 7 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 6b00f82d54..2b3912f9e8 100644
--- a/DEPS
+++ b/DEPS
@@ -324,4 +324,11 @@ hooks = [
"-s", "pdfium/third_party/instrumented_libraries/binaries/msan-no-origins-trusty.tgz.sha1",
],
},
+ {
+ # Update LASTCHANGE.
+ 'name': 'lastchange',
+ 'pattern': '.',
+ 'action': ['python', 'pdfium/build/util/lastchange.py',
+ '-o', 'pdfium/build/util/LASTCHANGE'],
+ },
]