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

Unified Diff: DEPS

Issue 225263018: Moving WebRTC video resources to chrome/test/data/webrtc/resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/webrtc/webrtc.DEPS/
Patch Set: Created 6 years, 8 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/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 262110)
+++ DEPS (working copy)
@@ -63,15 +63,16 @@
"src/resources"],
},
{
- # Download video files used by the video quality browser test.
- # (chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc)
+ # Download media files and tools used by the webrtc quality browser tests,
+ # chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc and
+ # 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"],
+ "src/chrome/test/data/webrtc/resources"],
},
{
# Download firefox for the Firefox AppRTC test.
« no previous file with comments | « no previous file | webrtc_videos/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698