| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 051b13b68c751b83e69e642a992bc6dd0d9c17fc..688f9fffedc07c3804621d1adbf8576bf40aafbb 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -531,7 +531,8 @@ hooks = [
|
| "action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"],
|
| },
|
| {
|
| - # Update LASTCHANGE.
|
| + # Update LASTCHANGE. This is also run by export_tarball.py in
|
| + # src/tools/export_tarball - please keep them in sync.
|
| "pattern": ".",
|
| "action": ["python", "src/build/util/lastchange.py",
|
| "-o", "src/build/util/LASTCHANGE"],
|
|
|