Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: DEPS

Issue 2326473003: Revert of 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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« 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 1ea449741374a72c21b8a15647067263ce886d21..5319f56ab4a3764922a79d4f05d33fa654fa2884 100644
--- a/DEPS
+++ b/DEPS
@@ -33,17 +33,6 @@
'script = os.path.join("trunk","check_root_dir.py");'
'_ = os.system("%s %s" % (sys.executable,script)) '
'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.
« no previous file with comments | « no previous file | sync_chromium.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698