From a1ed44a4da1ef5d3466814d4e0256d1248251b42 Mon Sep 17 00:00:00 2001 From: "wjia@chromium.org" Date: Tue, 19 Jul 2011 16:29:25 +0000 Subject: roll webrtc to r232 and enable webrtc build. This is the first step to land http://codereview.chromium.org/7204008/. BUG=none TEST=trybots Review URL: http://codereview.chromium.org/7427005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93033 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DEPS') diff --git a/DEPS b/DEPS index 8e31ce9..e7bed2b 100644 --- a/DEPS +++ b/DEPS @@ -23,7 +23,7 @@ vars = { "ffmpeg_revision": "91042", "skia_revision": "1850", "v8_revision": "8670", - "webrtc_revision": "108", + "webrtc_revision": "232", } deps = { @@ -246,7 +246,7 @@ deps = { Var("nacl_tools_revision"), "src/third_party/webrtc": - (Var("googlecode_url") % "webrtc") + "/trunk@" + Var("webrtc_revision"), + (Var("googlecode_url") % "webrtc") + "/trunk/src@" + Var("webrtc_revision"), } -- cgit v1.1