summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorwjia@chromium.org <wjia@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-12 18:08:17 +0000
committerwjia@chromium.org <wjia@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-12 18:08:17 +0000
commit6da0abe33b99f36dc3d060474133ca4f9e556d41 (patch)
treea3e244e2751f809b4a82ff3943d7c132f3fd62b5 /DEPS
parentfa51035c240ed1096c97dd7aaa505bd61857d672 (diff)
downloadchromium_src-6da0abe33b99f36dc3d060474133ca4f9e556d41.zip
chromium_src-6da0abe33b99f36dc3d060474133ca4f9e556d41.tar.gz
chromium_src-6da0abe33b99f36dc3d060474133ca4f9e556d41.tar.bz2
roll webrtc to r1155 and libyuv to r98.
Review URL: http://codereview.chromium.org/8899018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114036 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index 3bd38b9..09038f6 100644
--- a/DEPS
+++ b/DEPS
@@ -41,7 +41,7 @@ vars = {
# the commit queue can handle CLs rolling Skia
# and V8 without interference from each other.
"v8_revision": "10163",
- "webrtc_revision": "1125",
+ "webrtc_revision": "1155",
"jsoncpp_revision": "246",
}
@@ -293,7 +293,7 @@ deps = {
"/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
"src/third_party/libyuv":
- (Var("googlecode_url") % "libyuv") + "/trunk@64",
+ (Var("googlecode_url") % "libyuv") + "/trunk@101",
"src/third_party/mozc/session":
(Var("googlecode_url") % "mozc") + "/trunk/src/session@83",