ba5a97db4a
BUG=None TEST=None Review URL: https://webrtc-codereview.appspot.com/654007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2428 4adac7df-926f-26a2-2b94-8c16560cd09d
19 lines
600 B
Python
19 lines
600 B
Python
# 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 = {
|
|
# Used by quality_tracking.
|
|
"tools/third_party/gaeunit":
|
|
"http://code.google.com/p/gaeunit.git@e16d5bd4",
|
|
|
|
# Used by quality_tracking.
|
|
"tools/third_party/oauth2":
|
|
"http://github.com/simplegeo/python-oauth2.git@a83f4a29",
|
|
|
|
# Used by tools/quality_tracking/dashboard and tools/python_charts.
|
|
"tools/third_party/google-visualization-python":
|
|
"http://google-visualization-python.googlecode.com/svn/trunk/@15",
|
|
}
|
|
|