| OLD | NEW |
| (Empty) |
| 1 | |
| 2 | |
| 3 deps = { | |
| 4 'src/chrome/test/data': '/trunk/src/chrome/test/data', | |
| 5 'src/chrome/test/functional': '/trunk/src/chrome/test/functional', | |
| 6 'src/chrome/test/pyautolib': '/trunk/src/chrome/test/pyautolib', | |
| 7 'src/content/test/data': '/trunk/src/content/test/data', | |
| 8 'src/net/data/ssl/certificates': '/trunk/src/net/data/ssl/certificates', | |
| 9 'src/net/tools/testserver': '/trunk/src/net/tools/testserver', | |
| 10 'src/third_party/pyftpdlib/src': 'http://pyftpdlib.googlecode.com/svn/trunk', | |
| 11 'src/third_party/pywebsocket/src': | |
| 12 'http://pywebsocket.googlecode.com/svn/trunk/src@662', | |
| 13 'src/third_party/simplejson': '/trunk/src/third_party/simplejson', | |
| 14 'src/third_party/tlslite': '/trunk/src/third_party/tlslite', | |
| 15 'src/third_party/webdriver/pylib/selenium': | |
| 16 'http://selenium.googlecode.com/svn/trunk/py/selenium@18337', | |
| 17 'src/third_party/webpagereplay': | |
| 18 'http://web-page-replay.googlecode.com/svn/trunk@492', | |
| 19 } | |
| 20 | |
| 21 deps_os = { | |
| 22 'win': { | |
| 23 'src/third_party/python_26': '/trunk/tools/third_party/python_26@66685', | |
| 24 } | |
| 25 } | |
| OLD | NEW |