Home | History | Annotate | Download | only in tools
      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 
      5 deps = {
      6   # Used by tools/quality_tracking/dashboard and tools/python_charts.
      7   "tools/third_party/google-visualization-python":
      8     "http://google-visualization-python.googlecode.com/svn/trunk/@15",
      9 }
     10 
     11