Cleaned up and completed current dashboard milestone.

Left to do:
- Directory reorganization.

BUG=
TEST=

Review URL: https://webrtc-codereview.appspot.com/384003

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1605 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
phoglund@webrtc.org
2012-02-06 10:55:12 +00:00
parent c80d9d9361
commit 86ce46d4ff
17 changed files with 411 additions and 67 deletions

10
DEPS
View File

@@ -84,13 +84,17 @@ deps = {
"trunk/third_party/libyuv":
(Var("googlecode_url") % "libyuv") + "/trunk@121",
# Used by tools/coverage/dashboard and tools/python_charts
# Used by tools/quality_tracking/dashboard and tools/python_charts
"trunk/third_party/google-visualization-python":
(Var("googlecode_url") % "google-visualization-python") + "/trunk@15",
# Used by tools/coverage
# Used by tools/quality_tracking
"trunk/third_party/oauth2":
"https://github.com/simplegeo/python-oauth2.git@a83f4a297336b631e75cba102910c19231518159"
"https://github.com/simplegeo/python-oauth2.git@a83f4a29",
# Used by tools/quality_tracking
"trunk/third_party/gaeunit":
"https://code.google.com/p/gaeunit.git@e16d5bd4",
}
deps_os = {