Remove no longer needed Android dependencies

I believe this should solve the problems with the resources
files being wiped and re-downloaded in http://crbug.com/447118.

BUG=webrtc:3741,447118

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

git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/webrtc/webrtc.DEPS@293582 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
diff --git a/DEPS b/DEPS
index 518b220..30a5158 100644
--- a/DEPS
+++ b/DEPS
@@ -23,19 +23,6 @@
     Var('git_url') + '/chromium/deps/mozrunner.git@efb11330692424f7aa5533839b0ae728bc5f30d1',
 }
 
-deps_os = {
-  'android': {
-    'src/data':
-      Var('git_url') + '/external/webrtc/trunk/data.git',
-    'src/resources':
-      Var('git_url') + '/external/webrtc/trunk/resources.git',
-    'src/third_party/gflags':
-      Var('git_url') + '/external/webrtc/trunk/third_party/gflags.git',
-    'src/third_party/gflags/src':
-      Var('git_url') + '/external/gflags/src.git@e7390f9185c75f8d902c05ed7d20bb94eb914d0c',
-    },
-}
-
 hooks = [
   {
     "pattern": ".",
@@ -69,17 +56,6 @@
                 "webrtc.DEPS/build_apprtc_collider.py"],
   },
   {
-    # 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",
-               "--recursive",
-               "--num_threads=10",
-               "--bucket", "chromium-webrtc-resources",
-               "src/resources"],
-  },
-  {
     # 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.