From 971f6ffbca36a79af12fd43da01336b9a3ca3a8b Mon Sep 17 00:00:00 2001 From: "kkania@chromium.org" Date: Sat, 5 Nov 2011 00:30:55 +0000 Subject: 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 --- DEPS | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'DEPS') diff --git a/DEPS b/DEPS index f5321eb..62435a4 100644 --- a/DEPS +++ b/DEPS @@ -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@" + -- cgit v1.1