Moving WebRTC video resources to chrome/test/data/webrtc/resources.

Also making it possible to add video test resources there.

Should land very close to https://codereview.chromium.org/227633002/.

BUG=360033,359579
NOTRY=True

Review URL: https://codereview.chromium.org/225263018

git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/webrtc/webrtc.DEPS@262390 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
diff --git a/DEPS b/DEPS
index 65e817c..6e8a46d 100644
--- a/DEPS
+++ b/DEPS
@@ -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.
diff --git a/webrtc_videos/README b/webrtc_videos/README
deleted file mode 100644
index c1e06b3..0000000
--- a/webrtc_videos/README
+++ /dev/null
@@ -1,4 +0,0 @@
-The reference files of the various resolutions must be frame-by-frame
-exact copies of each other - otherwise the WebRTC video quality test
-will produce incorrect results. The only addition must be the extra
-frame padding around the .y4m files.
diff --git a/webrtc_videos/reference_video_1280x720_30fps.y4m.sha1 b/webrtc_videos/reference_video_1280x720_30fps.y4m.sha1
deleted file mode 100644
index a9bd981..0000000
--- a/webrtc_videos/reference_video_1280x720_30fps.y4m.sha1
+++ /dev/null
@@ -1 +0,0 @@
-d38eac80a24d3010095f9a23fee4309f37afddc2
\ No newline at end of file
diff --git a/webrtc_videos/reference_video_1280x720_30fps.yuv.sha1 b/webrtc_videos/reference_video_1280x720_30fps.yuv.sha1
deleted file mode 100644
index 2a51254..0000000
--- a/webrtc_videos/reference_video_1280x720_30fps.yuv.sha1
+++ /dev/null
@@ -1 +0,0 @@
-54fc4422bed2fd3f8215b4bbc55151378650a4d6
\ No newline at end of file
diff --git a/webrtc_videos/reference_video_640x360_30fps.y4m.sha1 b/webrtc_videos/reference_video_640x360_30fps.y4m.sha1
deleted file mode 100644
index c26609b..0000000
--- a/webrtc_videos/reference_video_640x360_30fps.y4m.sha1
+++ /dev/null
@@ -1 +0,0 @@
-f9cabbf3a9c5562cd6cdfd19aae1cb5ef8a7ad7d
\ No newline at end of file
diff --git a/webrtc_videos/reference_video_640x360_30fps.yuv.sha1 b/webrtc_videos/reference_video_640x360_30fps.yuv.sha1
deleted file mode 100644
index ef6c186..0000000
--- a/webrtc_videos/reference_video_640x360_30fps.yuv.sha1
+++ /dev/null
@@ -1 +0,0 @@
-da08662aadb5a86ee6c95fca4a1a59ddc0b7a733
\ No newline at end of file