From fed1894330baa9c99a0babfaea44eeba160d7613 Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Tue, 1 May 2012 21:03:10 +0000 Subject: [PATCH] Roll Chromium 132375:134666 and libyuv 216:254. BUG= TEST=trybots Review URL: https://webrtc-codereview.appspot.com/539006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2151 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 2d0cb94c67..dc226aad39 100644 --- a/DEPS +++ b/DEPS @@ -3,7 +3,7 @@ vars = { # If you do not know, use the full path while defining your new deps entry. "googlecode_url": "http://%s.googlecode.com/svn", "chromium_trunk" : "http://src.chromium.org/svn/trunk", - "chromium_revision": "132375", + "chromium_revision": "134666", # External resources like video and audio files used for testing purposes. # Downloaded on demand when needed. @@ -44,7 +44,7 @@ deps = { "http://git.chromium.org/webm/libvpx.git@dba05389", "trunk/third_party/libyuv": - (Var("googlecode_url") % "libyuv") + "/trunk@216", + (Var("googlecode_url") % "libyuv") + "/trunk@254", "trunk/third_party/protobuf": Var("chromium_trunk") + "/src/third_party/protobuf@" + Var("chromium_revision"),