summaryrefslogtreecommitdiffstats
path: root/o3d/svn_paths.scons
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-12 21:48:43 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-12 21:48:43 +0000
commitcf1afc7c2d9f1dd4007c4e49ac0d82e12e88ed6b (patch)
tree3964096b5e69522ef85fc9bf41def36375a3be89 /o3d/svn_paths.scons
parent0b45559b42825a157d3f468e1a5ee102cc67d9a8 (diff)
downloadchromium_src-cf1afc7c2d9f1dd4007c4e49ac0d82e12e88ed6b.zip
chromium_src-cf1afc7c2d9f1dd4007c4e49ac0d82e12e88ed6b.tar.gz
chromium_src-cf1afc7c2d9f1dd4007c4e49ac0d82e12e88ed6b.tar.bz2
Adding back in o3dextras build.
BUG=None TEST=None Review URL: http://codereview.chromium.org/126069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18323 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/svn_paths.scons')
-rw-r--r--o3d/svn_paths.scons4
1 files changed, 4 insertions, 0 deletions
diff --git a/o3d/svn_paths.scons b/o3d/svn_paths.scons
index 72469fd..ad3957c 100644
--- a/o3d/svn_paths.scons
+++ b/o3d/svn_paths.scons
@@ -58,6 +58,10 @@ env.Replace(
# See tests/build.scons
MAC_HERMETIC_FIREFOX_DIR = (
'$SCONSTRUCT_DIR/../o3d-internal/third_party/firefox'),
+ # If we have directx redistributables present,
+ # then build o3dextras.
+ DIRECTX_REDIST_DIR=(
+ '$SCONSTRUCT_DIR/../o3d-internal/third_party/dx_nov_2007_redist'),
# 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',