OLD | NEW |
1 | 1 |
2 | 2 |
3 deps = { | 3 deps = { |
4 'src/chrome/test/data': '/trunk/src/chrome/test/data', | 4 'src/chrome/test/data': '/trunk/src/chrome/test/data', |
5 'src/chrome/test/functional': '/trunk/src/chrome/test/functional', | 5 'src/chrome/test/functional': '/trunk/src/chrome/test/functional', |
6 'src/chrome/test/pyautolib': '/trunk/src/chrome/test/pyautolib', | 6 'src/chrome/test/pyautolib': '/trunk/src/chrome/test/pyautolib', |
7 'src/net/tools/testserver': '/trunk/src/net/tools/testserver', | 7 'src/net/tools/testserver': '/trunk/src/net/tools/testserver', |
8 'src/third_party/pyftpdlib/src': 'http://pyftpdlib.googlecode.com/svn/trunk', | 8 'src/third_party/pyftpdlib/src': 'http://pyftpdlib.googlecode.com/svn/trunk', |
9 'src/third_party/simplejson': '/trunk/src/third_party/simplejson', | 9 'src/third_party/simplejson': '/trunk/src/third_party/simplejson', |
10 'src/third_party/tlslite': '/trunk/src/third_party/tlslite', | 10 'src/third_party/tlslite': '/trunk/src/third_party/tlslite', |
11 'src/third_party/psutil': '/trunk/src/third_party/psutil', | 11 'src/third_party/psutil': '/trunk/src/third_party/psutil', |
| 12 'src/third_party/webdriver/python/selenium': |
| 13 'http://selenium.googlecode.com/svn/trunk/py/selenium@13487', |
12 } | 14 } |
13 | 15 |
14 deps_os = { | 16 deps_os = { |
15 'win': { | 17 'win': { |
16 'src/third_party/python_26': '/trunk/tools/third_party/python_26@66685', | 18 'src/third_party/python_26': '/trunk/tools/third_party/python_26@66685', |
17 } | 19 } |
18 } | 20 } |
OLD | NEW |