From 82f66a776f4a37e181952f4836a2f43dd948a5c6 Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Tue, 27 Sep 2011 10:47:25 +0000 Subject: [PATCH] Return to the WebM git repository for libvpx. This slows a warm gclient sync by about 0.3 s on my Linux machine. gclient seems to treat git tags and commit hashes identically, so the readable tag is preferred. Review URL: http://webrtc-codereview.appspot.com/179002 git-svn-id: http://webrtc.googlecode.com/svn/trunk@651 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index eee861a573..255ce4f09a 100644 --- a/DEPS +++ b/DEPS @@ -7,7 +7,7 @@ vars = { "libjingle_revision": "85", } -# NOTE: Prefer revision numbers to tags. +# NOTE: Prefer revision numbers to tags for svn deps. deps = { "trunk/build": Var("chromium_trunk") + "/src/build@" + Var("chromium_revision"), @@ -27,10 +27,8 @@ deps = { "trunk/third_party/protobuf/": Var("chromium_trunk") + "/src/third_party/protobuf@" + Var("chromium_revision"), - # TODO(andrew): return to the webm git repository when possible. "trunk/third_party/libvpx/source/libvpx": - Var("chromium_trunk") + "/deps/third_party/libvpx/source/libvpx@98040", - #"git://review.webmproject.org/libvpx.git@v0.9.7-p1", + "http://git.chromium.org/webm/libvpx.git@v0.9.7-p1", "trunk/third_party/libjpeg_turbo/": Var("chromium_trunk") + "/deps/third_party/libjpeg_turbo@95800",