2012-03-27 17:57:30 +02:00
|
|
|
# Tools has its own dependencies, separate from the production code.
|
|
|
|
# Use http rather than https; the latter can cause problems for users behind
|
|
|
|
# proxies.
|
|
|
|
|
|
|
|
deps = {
|
2012-04-17 10:49:10 +02:00
|
|
|
# Used by tools/quality_tracking/dashboard and tools/python_charts.
|
|
|
|
"tools/third_party/google-visualization-python":
|
2012-04-23 11:27:57 +02:00
|
|
|
"http://google-visualization-python.googlecode.com/svn/trunk/@15",
|
2012-05-15 11:29:22 +02:00
|
|
|
}
|
|
|
|
|