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

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 240894)
+++ DEPS (working copy)
@@ -10,6 +10,18 @@
deps = {
"src/third_party/webrtc_apprtc":
(Var("googlecode_url") % "webrtc") + "/trunk/samples/js",
+ "webrtc.DEPS/third_party/manifestdestiny":
+ "/trunk/deps/third_party/manifestdestiny@240893",
+ "webrtc.DEPS/third_party/mozdownload":
+ "/trunk/deps/third_party/mozdownload@240893",
+ "webrtc.DEPS/third_party/mozinfo":
+ "/trunk/deps/third_party/mozinfo@240893",
+ "webrtc.DEPS/third_party/mozprocess":
+ "/trunk/deps/third_party/mozprocess@240893",
+ "webrtc.DEPS/third_party/mozprofile":
+ "/trunk/deps/third_party/mozprofile@240893",
+ "webrtc.DEPS/third_party/mozrunner":
+ "/trunk/deps/third_party/mozrunner@240893",
}
deps_os = {
@@ -49,4 +61,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