Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: DEPS

Issue 29670555: Issue 6264 - Can't prepare libadblockplus dependencies (Closed)
Patch Set: Renamed "clear_cache.py" Created Jan. 17, 2018, 6:10 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/libadblockplus/clear_dependencies.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'
sergei 2018/01/17 09:49:03 Why not to call here python delete_dir.py src/thir
anton 2018/01/17 11:05:49 Because `delete_dir.py` relates to 'libadblockplus
+ ],
+ },
+
+ {
# Download dependencies for libadblockplus.
'name': 'libadblockplus_ensure_dependencies',
'pattern': 'dependencies',
« no previous file with comments | « no previous file | third_party/libadblockplus/clear_dependencies.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld