diff options
author | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-23 01:25:39 +0000 |
---|---|---|
committer | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-23 01:25:39 +0000 |
commit | d0fc154f4d83c064b60aed691520f70c258246ae (patch) | |
tree | fc82f173e3e62d624dbe001b332d72fbf15f906e /DEPS | |
parent | d7032b9bc1e3d77ae59dd60a16831924c24d2612 (diff) | |
download | chromium_src-d0fc154f4d83c064b60aed691520f70c258246ae.zip chromium_src-d0fc154f4d83c064b60aed691520f70c258246ae.tar.gz chromium_src-d0fc154f4d83c064b60aed691520f70c258246ae.tar.bz2 |
Update webdriver python bindings and pull in new version of the JS atoms.
BUG=92597
TEST=none
Review URL: http://codereview.chromium.org/7710006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97795 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -235,9 +235,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@13091", + "http://selenium.googlecode.com/svn/trunk/py/selenium@13487", "src/third_party/webdriver/python/selenium/test": - "http://selenium.googlecode.com/svn/trunk/py/test@13091", + "http://selenium.googlecode.com/svn/trunk/py/test@13487", "src/third_party/libvpx": "/trunk/deps/third_party/libvpx@" + |