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

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') | download_firefox_nightly.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 240652)
+++ DEPS (working copy)
@@ -10,6 +10,16 @@
deps = {
"src/third_party/webrtc_apprtc":
(Var("googlecode_url") % "webrtc") + "/trunk/samples/js",
+ "webrtc.DEPS/third_party/mozdownload":
+ "/trunk/deps/third_party/mozdownload",
kjellander_chromium 2013/12/16 12:59:04 I suggest you setup pinned revisions for these as
phoglund_chromium 2013/12/16 14:38:46 Ok, I've sent you that patch for review. Let's get
+ "webrtc.DEPS/third_party/mozinfo":
+ "/trunk/deps/third_party/mozinfo",
+ "webrtc.DEPS/third_party/manifestdestiny":
kjellander_chromium 2013/12/16 12:59:04 put manifestdestiny above the moz* ones to preserv
phoglund_chromium 2013/12/16 14:38:46 Done.
+ "/trunk/deps/third_party/manifestdestiny",
+ "webrtc.DEPS/third_party/mozrunner":
+ "/trunk/deps/third_party/mozrunner",
+ "webrtc.DEPS/third_party/mozprocess":
+ "/trunk/deps/third_party/mozprocess",
}
deps_os = {
@@ -49,4 +59,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') | download_firefox_nightly.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698