diff options
author | wjia@chromium.org <wjia@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-19 16:29:25 +0000 |
---|---|---|
committer | wjia@chromium.org <wjia@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-19 16:29:25 +0000 |
commit | a1ed44a4da1ef5d3466814d4e0256d1248251b42 (patch) | |
tree | 16d93f7e78e2418d528193585d858475bf74c4f2 /DEPS | |
parent | a5d094990341a8bb4d89b2243fd764d975f6b3a9 (diff) | |
download | chromium_src-a1ed44a4da1ef5d3466814d4e0256d1248251b42.zip chromium_src-a1ed44a4da1ef5d3466814d4e0256d1248251b42.tar.gz chromium_src-a1ed44a4da1ef5d3466814d4e0256d1248251b42.tar.bz2 |
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
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"), } |