From 0ef6505463da88209fae979b265b599f1dec08fb Mon Sep 17 00:00:00 2001 From: "bradnelson@google.com" Date: Tue, 9 Jun 2009 02:14:53 +0000 Subject: Adding a reference to the location of firefox.tgz Review URL: http://codereview.chromium.org/119339 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17923 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/svn_paths.scons | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'o3d') diff --git a/o3d/svn_paths.scons b/o3d/svn_paths.scons index a9e0f48..72469fd 100644 --- a/o3d/svn_paths.scons +++ b/o3d/svn_paths.scons @@ -53,9 +53,11 @@ env.Replace( ICU38_DIR = '$THIRD_PARTY/icu38/files', JPEG_DIR = '$THIRD_PARTY/jpeg/src', JSDOCTOOLKIT_DIR = '$THIRD_PARTY/jsdoctoolkit/files', - # Set this to run an hermetic version of Firefox with Selenium on the Mac. + # To run selenium tests you will need a tgz'ed copy of firefox. + # Specify the path to it below. # See tests/build.scons - MAC_HERMETIC_FIREFOX_DIR = None, + MAC_HERMETIC_FIREFOX_DIR = ( + '$SCONSTRUCT_DIR/../o3d-internal/third_party/firefox'), # NACL has to be in this weird directory because it looks for # googleclient two levels above it. NACL_DIR = '$THIRD_PARTY/native_client/googleclient/native_client', -- cgit v1.1