| Index: webrtc/webrtc.DEPS/DEPS
|
| ===================================================================
|
| --- webrtc/webrtc.DEPS/DEPS (revision 233339)
|
| +++ webrtc/webrtc.DEPS/DEPS (working copy)
|
| @@ -16,6 +16,8 @@
|
| "android": {
|
| "src/data":
|
| (Var("googlecode_url") % "webrtc") + "/trunk/data",
|
| + "src/resources":
|
| + (Var("googlecode_url") % "webrtc") + "/trunk/resources",
|
| "src/third_party/gflags":
|
| (Var("googlecode_url") % "webrtc") + "/trunk/third_party/gflags",
|
| "src/third_party/gflags/src":
|
| @@ -36,5 +38,15 @@
|
| "pattern": ".",
|
| "action" : ["python",
|
| "webrtc.DEPS/copy_apprtc.py"],
|
| - }
|
| + },
|
| + {
|
| + # Download test resources, i.e. video and audio files from Google Storage.
|
| + "pattern": "\\.sha1",
|
| + "action": ["download_from_google_storage",
|
| + "--directory",
|
| + "--recursive",
|
| + "--num_threads=10",
|
| + "--bucket", "chromium-webrtc-resources",
|
| + "src/resources"],
|
| + },
|
| ]
|
|
|