Chromium Code Reviews

Unified Diff: DEPS

Issue 2326523002: Add a DEPS gclient hook to prune corrupt mockito remote. (Closed)
Patch Set: Created 4 years, 3 months ago
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
« no previous file with comments | « no previous file | sync_chromium.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 5319f56ab4a3764922a79d4f05d33fa654fa2884..1ea449741374a72c21b8a15647067263ce886d21 100644
--- a/DEPS
+++ b/DEPS
@@ -35,6 +35,17 @@ hooks = [
'if os.path.exists(script) else 0')],
},
{
+ # TODO(kjellander): Remove when (crbug.com/644722 is fixed.
+ # This prunes origin for the mockito repo, which has some conflicting refs
+ # in the remote.
+ 'name': 'local_prune_mockito_refs',
+ 'pattern': '.',
+ 'action': [
+ 'python',
+ 'src/webrtc/build/prune_third_party_mockito_origin.py'
+ ],
+ },
+ {
# Clone chromium and its deps.
'name': 'sync chromium',
'pattern': '.',
« no previous file with comments | « no previous file | sync_chromium.py » ('j') | no next file with comments »

Powered by Google App Engine