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

Unified Diff: webrtc/webrtc.DEPS/DEPS

Issue 60513012: Update resource download for webrtc.DEPS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 7 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"],
+ },
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698