Index: DEPS |
diff --git a/DEPS b/DEPS |
index b5892038c1a9121381d1a25c0c240c81c0a5206f..31cf2d9eb1975eac6a47844fb8c2fbf077e008b6 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -581,16 +581,14 @@ hooks = [ |
'action': ['python', 'src/tools/clang/scripts/update.py', '--if-needed'], |
}, |
{ |
- # Update LASTCHANGE. This is also run by export_tarball.py in |
- # src/tools/export_tarball - please keep them in sync. |
+ # Update LASTCHANGE. |
'name': 'lastchange', |
'pattern': '.', |
'action': ['python', 'src/build/util/lastchange.py', |
'-o', 'src/build/util/LASTCHANGE'], |
}, |
{ |
- # Update LASTCHANGE.blink. This is also run by export_tarball.py in |
- # src/tools/export_tarball - please keep them in sync. |
pgervais
2015/04/24 18:31:13
I don't get it. export_tarball.py has been moved,
|
+ # Update LASTCHANGE.blink. |
'name': 'lastchange', |
'pattern': '.', |
'action': ['python', 'src/build/util/lastchange.py', |