diff options
author | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-05 00:30:55 +0000 |
---|---|---|
committer | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-05 00:30:55 +0000 |
commit | 971f6ffbca36a79af12fd43da01336b9a3ca3a8b (patch) | |
tree | 13121078f6de76bf6e534d71a08c93298b6c3986 /chrome/test/functional.DEPS | |
parent | d5824151f58496738d27ec9c3078cf14a14dd341 (diff) | |
download | chromium_src-971f6ffbca36a79af12fd43da01336b9a3ca3a8b.zip chromium_src-971f6ffbca36a79af12fd43da01336b9a3ca3a8b.tar.gz chromium_src-971f6ffbca36a79af12fd43da01336b9a3ca3a8b.tar.bz2 |
Fix chromedriver tests on the new git workflow.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8477017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108750 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/functional.DEPS')
-rw-r--r-- | chrome/test/functional.DEPS/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/functional.DEPS/DEPS b/chrome/test/functional.DEPS/DEPS index b9bc7eb..994de82 100644 --- a/chrome/test/functional.DEPS/DEPS +++ b/chrome/test/functional.DEPS/DEPS @@ -9,7 +9,7 @@ deps = { 'src/third_party/simplejson': '/trunk/src/third_party/simplejson', 'src/third_party/tlslite': '/trunk/src/third_party/tlslite', 'src/third_party/psutil': '/trunk/src/third_party/psutil', - 'src/third_party/webdriver/python/selenium': + 'src/third_party/webdriver/pylib/selenium': 'http://selenium.googlecode.com/svn/trunk/py/selenium@13487', } |