From 843d8efd90e5200df36d956da2e4390d46828f87 Mon Sep 17 00:00:00 2001 From: "phoglund@webrtc.org" Date: Thu, 8 Mar 2012 08:35:53 +0000 Subject: [PATCH] Removed flaky dependencies temporarily since they stop developers from doing private builds. BUG= TEST= Review URL: https://webrtc-codereview.appspot.com/435003 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1856 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 8 -------- 1 file changed, 8 deletions(-) diff --git a/DEPS b/DEPS index 8397a92f5f..7f2d8f3538 100644 --- a/DEPS +++ b/DEPS @@ -31,10 +31,6 @@ deps = { "trunk/third_party/expat": Var("chromium_trunk") + "/src/third_party/expat@" + Var("chromium_revision"), - # Used by tools/quality_tracking. - "trunk/third_party/gaeunit": - "http://code.google.com/p/gaeunit.git@e16d5bd4", - "trunk/third_party/google-gflags/src": (Var("googlecode_url") % "google-gflags") + "/trunk/src@45", @@ -57,10 +53,6 @@ deps = { "trunk/third_party/protobuf": Var("chromium_trunk") + "/src/third_party/protobuf@" + Var("chromium_revision"), - # Used by tools/quality_tracking. - "trunk/third_party/oauth2": - "http://github.com/simplegeo/python-oauth2.git@a83f4a29", - "trunk/third_party/yasm": Var("chromium_trunk") + "/src/third_party/yasm@" + Var("chromium_revision"),