| Index: DEPS
 | 
| diff --git a/DEPS b/DEPS
 | 
| index 9e06f8fa4eddebf8bd3a9591f733be5404873d00..a0b70d57bfe02d2365d297d91ac93db3f2833dbe 100644
 | 
| --- a/DEPS
 | 
| +++ b/DEPS
 | 
| @@ -662,6 +662,14 @@ hooks = [
 | 
|                 "-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.
 | 
| +    "pattern": ".",
 | 
| +    "action": ["python", "src/build/util/lastchange.py",
 | 
| +               "-s", "src/third_party/WebKit",
 | 
| +               "-o", "src/build/util/LASTCHANGE.blink"],
 | 
| +  },
 | 
| +  {
 | 
|      # A change to a .gyp, .gypi, or to GYP itself should run the generator.
 | 
|      "pattern": ".",
 | 
|      "action": ["python", "src/build/gyp_chromium"],
 | 
| 
 |