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