| Index: DEPS | 
| diff --git a/DEPS b/DEPS | 
| index 34e59d5e646d8b79f7ac95e13b9e447d9f065d91..7a82552287c742998864410516f856d23233932b 100644 | 
| --- a/DEPS | 
| +++ b/DEPS | 
| @@ -1231,6 +1231,17 @@ hooks_os = { | 
| }, | 
|  | 
| { | 
| +      # Clear dependencies for libadblockplus (otherwise ensure_dependencies will fail to check deps revisions) | 
| +      'name': 'libadblockplus_clear_dependencies', | 
| +      'pattern': 'dependencies', | 
| +      'condition': 'checkout_android', | 
| +      'action': [ | 
| +          'python', | 
| +          'src/third_party/libadblockplus/clear_dependencies.py' | 
| +      ], | 
| +    }, | 
| + | 
| +    { | 
| # Download dependencies for libadblockplus. | 
| 'name': 'libadblockplus_ensure_dependencies', | 
| 'pattern': 'dependencies', | 
|  |