summaryrefslogtreecommitdiffstats
path: root/gears/SConscript.installers
diff options
context:
space:
mode:
authormpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-21 20:42:29 +0000
committermpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-21 20:42:29 +0000
commitbfb2cf790e42a2850d834c424752ff8985df39e2 (patch)
treeef61c991bfd28c20cc7ebced197012faa6e378b7 /gears/SConscript.installers
parentb4c9d24055d39f74644eb22083c2d02ed58a62ce (diff)
downloadchromium_src-bfb2cf790e42a2850d834c424752ff8985df39e2.zip
chromium_src-bfb2cf790e42a2850d834c424752ff8985df39e2.tar.gz
chromium_src-bfb2cf790e42a2850d834c424752ff8985df39e2.tar.bz2
Fix Gears SConscript to work for opensource developers as described here:
http://code.google.com/p/gears/wiki/BuildingGearsForWindows Small fix to the installer script to check the correct location for ipc_test.exe. Review URL: http://codereview.chromium.org/7831 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3679 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gears/SConscript.installers')
-rw-r--r--gears/SConscript.installers2
1 files changed, 1 insertions, 1 deletions
diff --git a/gears/SConscript.installers b/gears/SConscript.installers
index 66b8f918..57bc128 100644
--- a/gears/SConscript.installers
+++ b/gears/SConscript.installers
@@ -110,7 +110,7 @@ if env['OS'] == 'win32':
('OurMsiVersion', '$MSI_VERSION'),
('OurCommonPath', '$SCONS_DIR/$COMMON_OUTDIR'),
('OurIEPath', '$SCONS_DIR/$IE_OUTDIR'),
- ('OurIpcTestPath', '$SCONS_DIR/$BASE_OUTDIR/ipc_test'), # TODO
+ ('OurIpcTestPath', '$SCONS_DIR/$BASE_OUTDIR/common'),
('OurFFPath',
'$SCONS_DIR/$BASE_OUTDIR/$INSTALLER_BASEDIR/$INSTALLER_BASENAME'),
('OurNpapiPath', '$SCONS_DIR/$NPAPI_OUTDIR'),