kjellander@webrtc.org | de2a76f | 2012-03-27 15:57:30 +0000 | [diff] [blame] | 1 | # 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.org | de2a76f | 2012-03-27 15:57:30 +0000 | [diff] [blame] | 5 | deps = { |
| 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.org | c440d56 | 2012-04-17 08:49:10 +0000 | [diff] [blame] | 14 | # Used by tools/quality_tracking/dashboard and tools/python_charts. |
| 15 | "tools/third_party/google-visualization-python": |
phoglund@webrtc.org | f6cd33d | 2012-04-23 09:27:57 +0000 | [diff] [blame] | 16 | "http://google-visualization-python.googlecode.com/svn/trunk/@15", |
kjellander@webrtc.org | de2a76f | 2012-03-27 15:57:30 +0000 | [diff] [blame] | 17 | } |
| 18 | |