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: Created Jan. 16, 2018, 5:29 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
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',
« no previous file with comments | « no previous file | third_party/libadblockplus/clear_dependencies.py » ('j') | third_party/libadblockplus/clear_dependencies.py » ('J')

Powered by Google App Engine
This is Rietveld