blob: 8c7429c409f680deb174625bd4d5d332beedbcf3 [file] [log] [blame]
kjellander@webrtc.orgde2a76f2012-03-27 15:57:30 +00001# Tools has its own dependencies, separate from the production code.
2# Use http rather than https; the latter can cause problems for users behind
3# proxies.
4
kjellander@webrtc.orgde2a76f2012-03-27 15:57:30 +00005deps = {
6 # Used by quality_tracking.
7 "tools/third_party/gaeunit":
8 "http://code.google.com/p/gaeunit.git@e16d5bd4",
9
10 # Used by quality_tracking.
11 "tools/third_party/oauth2":
12 "http://github.com/simplegeo/python-oauth2.git@a83f4a29",
13
phoglund@webrtc.orgc440d562012-04-17 08:49:10 +000014 # Used by tools/quality_tracking/dashboard and tools/python_charts.
15 "tools/third_party/google-visualization-python":
phoglund@webrtc.orgf6cd33d2012-04-23 09:27:57 +000016 "http://google-visualization-python.googlecode.com/svn/trunk/@15",
kjellander@webrtc.orgde2a76f2012-03-27 15:57:30 +000017}
18