diff options
author | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-04 16:03:25 +0000 |
---|---|---|
committer | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-04 16:03:25 +0000 |
commit | 5e5e55cd471c1defe89f612dd7baf0515f33ece9 (patch) | |
tree | ea06ae38a626ed8f8788afaab5234c1719e3e7b5 /DEPS | |
parent | b5b10a3a1cf43840571ad954f5b03d9053bd8a3b (diff) | |
download | chromium_src-5e5e55cd471c1defe89f612dd7baf0515f33ece9.zip chromium_src-5e5e55cd471c1defe89f612dd7baf0515f33ece9.tar.gz chromium_src-5e5e55cd471c1defe89f612dd7baf0515f33ece9.tar.bz2 |
Pull in newer version of webdriver python bindings with fix for removing
unnecessary rdflib dependency when using ChromeDriver.
See http://code.google.com/p/selenium/issues/detail?id=1607
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6925001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84069 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -190,9 +190,9 @@ deps = { # python egg is installed. We run tests directly from src, so import # the code into the structure expected by the tests. "src/third_party/webdriver/python/selenium": - "http://selenium.googlecode.com/svn/trunk/py/selenium@12081", + "http://selenium.googlecode.com/svn/trunk/py/selenium@12107", "src/third_party/webdriver/python/selenium/test": - "http://selenium.googlecode.com/svn/trunk/py/test@12081", + "http://selenium.googlecode.com/svn/trunk/py/test@12107", "src/third_party/libvpx": "/trunk/deps/third_party/libvpx@" + |