summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorxians@chromium.org <xians@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-16 23:09:33 +0000
committerxians@chromium.org <xians@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-16 23:09:33 +0000
commitcf159d63be9973de500ff12135ee6c2d06413b01 (patch)
tree5c185ac72b0c916c2939c1cdf6c777ad2f86bdeb /DEPS
parent5ed6961afa5307f1c81b87f04cb3f5d45853db90 (diff)
downloadchromium_src-cf159d63be9973de500ff12135ee6c2d06413b01.zip
chromium_src-cf159d63be9973de500ff12135ee6c2d06413b01.tar.gz
chromium_src-cf159d63be9973de500ff12135ee6c2d06413b01.tar.bz2
rolling webrtc to newest stable branch
BUG= TEST= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=127147 Review URL: http://codereview.chromium.org/9703107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127290 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 5a0ad8e..b70edf7 100644
--- a/DEPS
+++ b/DEPS
@@ -55,7 +55,7 @@ vars = {
# the commit queue can handle CLs rolling Skia
# and V8 without interference from each other.
"v8_revision": "11039",
- "webrtc_revision": "1888",
+ "webrtc_revision": "1903",
"jsoncpp_revision": "248",
"nss_revision": "126189",
"rlz_revision": "94",
@@ -292,7 +292,7 @@ deps = {
Var("nacl_tools_revision"),
"src/third_party/webrtc":
- (Var("googlecode_url") % "webrtc") + "/trunk/src@" + Var("webrtc_revision"),
+ (Var("googlecode_url") % "webrtc") + "/stable/src@" + Var("webrtc_revision"),
"src/third_party/jsoncpp/source/include":
(Var("sourceforge_url") % {"repo": "jsoncpp"}) +