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 variable Created Jan. 18, 2018, 12:19 p.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/delete_dir.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..99514ace04c73052b19767aae0639e67ba3f3f1e 100644
--- a/DEPS
+++ b/DEPS
@@ -1231,6 +1231,18 @@ 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/delete_dir.py',
+ 'src/third_party/libadblockplus/third_party/v8'
+ ],
+ },
+
+ {
# Download dependencies for libadblockplus.
'name': 'libadblockplus_ensure_dependencies',
'pattern': 'dependencies',
« no previous file with comments | « no previous file | third_party/libadblockplus/delete_dir.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld