diff options
author | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-27 21:31:50 +0000 |
---|---|---|
committer | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-27 21:31:50 +0000 |
commit | b3e51203de9006c4472f07ec2bf3312719368e76 (patch) | |
tree | b43fab893ed3663e1afd10141e6bd04741104861 /o3d/svn_paths.scons | |
parent | 147abd4ccf54e4d1bb1596b8b217cead63c9ba2d (diff) | |
download | chromium_src-b3e51203de9006c4472f07ec2bf3312719368e76.zip chromium_src-b3e51203de9006c4472f07ec2bf3312719368e76.tar.gz chromium_src-b3e51203de9006c4472f07ec2bf3312719368e76.tar.bz2 |
Changes to upgrade to public version of selenium
Pulls in new selenium (selenium_rc)
and removes old selenium (java, py) dependencies
also removes doxygen dependency
This is dependent on this CL
http://codereview.appspot.com/96131
Review URL: http://codereview.chromium.org/160089
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21712 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/svn_paths.scons')
-rw-r--r-- | o3d/svn_paths.scons | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/o3d/svn_paths.scons b/o3d/svn_paths.scons index 79d4c78..8cb9cde 100644 --- a/o3d/svn_paths.scons +++ b/o3d/svn_paths.scons @@ -72,8 +72,9 @@ env.Replace( PLY_DIR = '$THIRD_PARTY/ply', PNG_DIR = '$THIRD_PARTY/png/src', SCONS_DIR = '$THIRD_PARTY/scons', - SELENIUM_JAVA_DIR = '$THIRD_PARTY/java/selenium/rev2478_mod', - SELENIUM_PYTHON_DIR = '$THIRD_PARTY/py/selenium', + SELENIUM_JAVA_DIR = '$THIRD_PARTY/selenium_rc/files/selenium-server', + SELENIUM_PYTHON_DIR = ( + '$THIRD_PARTY/selenium_rc/files/selenium-python-client-driver'), # TODO: pull from SVN with gclient ? SKIA_DIR = '$THIRD_PARTY/skia', SWIFTSHADER_DIR = '$INTERNAL_DIR/third_party/swiftshader/files', |