Commit 6da0abe3 authored by wjia@chromium.org's avatar wjia@chromium.org

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
parent fa51035c
...@@ -41,7 +41,7 @@ vars = { ...@@ -41,7 +41,7 @@ vars = {
# the commit queue can handle CLs rolling Skia # the commit queue can handle CLs rolling Skia
# and V8 without interference from each other. # and V8 without interference from each other.
"v8_revision": "10163", "v8_revision": "10163",
"webrtc_revision": "1125", "webrtc_revision": "1155",
"jsoncpp_revision": "246", "jsoncpp_revision": "246",
} }
...@@ -293,7 +293,7 @@ deps = { ...@@ -293,7 +293,7 @@ deps = {
"/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"), "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
"src/third_party/libyuv": "src/third_party/libyuv":
(Var("googlecode_url") % "libyuv") + "/trunk@64", (Var("googlecode_url") % "libyuv") + "/trunk@101",
"src/third_party/mozc/session": "src/third_party/mozc/session":
(Var("googlecode_url") % "mozc") + "/trunk/src/session@83", (Var("googlecode_url") % "mozc") + "/trunk/src/session@83",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment