Chromium Code Reviews| 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"], |
| + }, |
| ] |