Getting Opus from Chrome

This CL replaces http://review.webrtc.org/921006/

BUG=issue982

TBR=andrew@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/933006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2993 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/DEPS b/DEPS
index 1565f18..bfea0f3 100644
--- a/DEPS
+++ b/DEPS
@@ -57,6 +57,12 @@
   "third_party/libyuv":
     (Var("googlecode_url") % "libyuv") + "/trunk@426",
 
+  "third_party/opus":
+    Var("chromium_trunk") + "/src/third_party/opus@163910",
+
+  "third_party/opus/src":
+    Var("chromium_trunk") + "/deps/third_party/opus@162558",
+
   "third_party/protobuf":
     Var("chromium_trunk") + "/src/third_party/protobuf@" + Var("chromium_revision"),