diff options
author | hnguyen@chromium.org <hnguyen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-28 22:16:09 +0000 |
---|---|---|
committer | hnguyen@chromium.org <hnguyen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-28 22:16:09 +0000 |
commit | 8737b2420ada08273066ecc01a58a1f534cd8256 (patch) | |
tree | 331d3f999240a4e1a20372021725801496a6d505 /DEPS | |
parent | cbacce2e2572237d34eb68ec07fae433da6daa01 (diff) | |
download | chromium_src-8737b2420ada08273066ecc01a58a1f534cd8256.zip chromium_src-8737b2420ada08273066ecc01a58a1f534cd8256.tar.gz chromium_src-8737b2420ada08273066ecc01a58a1f534cd8256.tar.bz2 |
Updating atoms.h for WebDriver, also updated WebDriver python binding from r11696 to r12081.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6905109
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83423 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@11696", + "http://selenium.googlecode.com/svn/trunk/py/selenium@12081", "src/third_party/webdriver/python/selenium/test": - "http://selenium.googlecode.com/svn/trunk/py/test@11696", + "http://selenium.googlecode.com/svn/trunk/py/test@12081", "src/third_party/libvpx": "/trunk/deps/third_party/libvpx@" + |