diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-09 02:14:53 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-09 02:14:53 +0000 |
commit | 0ef6505463da88209fae979b265b599f1dec08fb (patch) | |
tree | 2986cb760502659973ccd13a97f9e16b6aed5736 /o3d | |
parent | 6020abf570271983faf8938884d8ea1790f47b0d (diff) | |
download | chromium_src-0ef6505463da88209fae979b265b599f1dec08fb.zip chromium_src-0ef6505463da88209fae979b265b599f1dec08fb.tar.gz chromium_src-0ef6505463da88209fae979b265b599f1dec08fb.tar.bz2 |
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
Diffstat (limited to 'o3d')
-rw-r--r-- | o3d/svn_paths.scons | 6 |
1 files changed, 4 insertions, 2 deletions
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', |