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 /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 'DEPS')
-rw-r--r-- | DEPS | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -224,14 +224,9 @@ deps = { "src/third_party/swig/Lib": "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), - # WebDriver keeps client and test code separate, and merges when the - # python egg is installed. We run tests directly from src, so import - # the code into the structure expected by the tests. - # Make sure you update chrome/test/functional.DEPS/DEPS too. - "src/third_party/webdriver/python/selenium": - "http://selenium.googlecode.com/svn/trunk/py/selenium@13487", - "src/third_party/webdriver/python/selenium/test": - "http://selenium.googlecode.com/svn/trunk/py/test@13487", + # Make sure you update the two functional.DEPS and webdriver.DEPS too. + "src/third_party/webdriver/pylib": + "http://selenium.googlecode.com/svn/trunk/py@13487", "src/third_party/libvpx": "/trunk/deps/third_party/libvpx@" + |