Roll libyuv from 1033 to 1035 to get cpuid fix for AVX2 that avoids misdetect causing a crash in AVX2 code on cpus that do not have AVX2.
BUG=libyuv:343
TESTED=libyuv try bots pass
R=andrew@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6685 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/DEPS b/DEPS
index 924a157..e9ec58d 100644
--- a/DEPS
+++ b/DEPS
@@ -105,7 +105,7 @@
     From("chromium_deps", "src/third_party/libvpx"),
 
   "third_party/libyuv":
-    (Var("googlecode_url") % "libyuv") + "/trunk@1033",
+    (Var("googlecode_url") % "libyuv") + "/trunk@1035",
 
   "third_party/opus":
     Var("chromium_trunk") + "/src/third_party/opus@" + Var("chromium_revision"),