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

Unified Diff: DEPS

Issue 114293002: Adding support for launching firefox from webrtc.DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/webrtc/webrtc.DEPS/
Patch Set: Created 7 years 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 | download_firefox_nightly.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 240324)
+++ DEPS (working copy)
@@ -49,4 +49,12 @@
"--bucket", "chromium-webrtc-resources",
"src/resources"],
},
+ {
+ # Download firefox for the Firefox AppRTC test.
+ "pattern": ".",
+ "action" : ["python",
+ "webrtc.DEPS/download_firefox_nightly.py",
+ "-t",
+ "firefox-nightly"],
+ },
]
« no previous file with comments | « no previous file | download_firefox_nightly.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698