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
This commit is contained in:
phoglund@webrtc.org 2012-03-08 08:35:53 +00:00
parent 7845d07bf8
commit 843d8efd90

8
DEPS
View File

@ -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"),