summaryrefslogtreecommitdiffstats
path: root/o3d/svn_paths.scons
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/svn_paths.scons')
-rw-r--r--o3d/svn_paths.scons5
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',