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

Unified Diff: DEPS

Issue 190753011: Added hook for downloading reference videos to the video quality test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/webrtc/webrtc.DEPS/
Patch Set: Created 6 years, 9 months 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 | webrtc_videos/reference_video_1280x720_30fps.y4m.sha1 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 255937)
+++ DEPS (working copy)
@@ -53,6 +53,7 @@
},
{
# Download test resources, i.e. video and audio files from Google Storage.
+ # These resources are used by the Android bots.
"pattern": "\\.sha1",
"action": ["download_from_google_storage",
"--directory",
@@ -62,6 +63,17 @@
"src/resources"],
},
{
+ # Download video files used by the video quality browser test.
+ # (chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc)
+ "pattern": "\\.sha1",
+ "action": ["download_from_google_storage",
+ "--directory",
+ "--recursive",
+ "--num_threads=10",
+ "--bucket", "chromium-webrtc-resources",
+ "webrtc.DEPS/webrtc_videos"],
+ },
+ {
# Download firefox for the Firefox AppRTC test.
"pattern": ".",
"action" : ["python",
« no previous file with comments | « no previous file | webrtc_videos/reference_video_1280x720_30fps.y4m.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698