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

Unified Diff: DEPS

Issue 1420693002: Temporarily disabling Firefox download. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/webrtc/webrtc.DEPS@master
Patch Set: Created 5 years, 2 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 | no next file » | 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 66fa07b9581733af0af17e43040cfc4d7a587c1d..b67033f2d5f45ecef6b17807d5973c06bdf12e17 100644
--- a/DEPS
+++ b/DEPS
@@ -92,11 +92,12 @@ hooks = [
},
{
# Download firefox for the Firefox AppRTC test.
- "pattern": ".",
- "action" : ["python",
- "webrtc.DEPS/download_firefox_nightly.py",
- "--clean-old-firefox-archives",
- "--target-dir",
- "firefox-nightly"],
+ # TODO(phoglund): Disabled due to http://crbug.com/545862.
+ #"pattern": ".",
+ #"action" : ["python",
+ # "webrtc.DEPS/download_firefox_nightly.py",
+ # "--clean-old-firefox-archives",
+ # "--target-dir",
+ # "firefox-nightly"],
},
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698