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
This commit is contained in:
andrew@webrtc.org 2012-05-01 21:03:10 +00:00
parent 85b089a0ca
commit fed1894330

4
DEPS
View File

@ -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"),