summaryrefslogtreecommitdiffstats
path: root/gears/SConscript.dll
diff options
context:
space:
mode:
authormpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-23 19:40:08 +0000
committermpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-23 19:40:08 +0000
commitb92ed9d2ae1bce0d5240fd7e30b2ba4dfdee299a (patch)
tree24b7f2fc48a7e535871bf4be9dfd705618e9557e /gears/SConscript.dll
parent524b38893b0dc11de8707292c5348b9823f78787 (diff)
downloadchromium_src-b92ed9d2ae1bce0d5240fd7e30b2ba4dfdee299a.zip
chromium_src-b92ed9d2ae1bce0d5240fd7e30b2ba4dfdee299a.tar.gz
chromium_src-b92ed9d2ae1bce0d5240fd7e30b2ba4dfdee299a.tar.bz2
Change DEPS to pull Gears from the opensource svn mirror.
Also, I adjusted the SConscripts to reflect the new source tree layout (gears, third_party, and third_party_internal). Review URL: http://codereview.chromium.org/8046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3841 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gears/SConscript.dll')
-rw-r--r--gears/SConscript.dll2
1 files changed, 1 insertions, 1 deletions
diff --git a/gears/SConscript.dll b/gears/SConscript.dll
index 8136e54..4759308 100644
--- a/gears/SConscript.dll
+++ b/gears/SConscript.dll
@@ -34,7 +34,7 @@ env.Tool('midl')
if env['BROWSER'] == 'IE':
env.Replace(
- SCONS_DIR = '../../../..', # the scons dir relative to OPEN_DIR
+ SCONS_DIR = '..', # the scons dir relative to OPEN_DIR
IDLINCPREFIX = '/I$SCONS_DIR/',
IDLINCSUFFIX = '',
_IDLINCFLAGS = ('${_concat(IDLINCPREFIX, CPPPATH, IDLINCSUFFIX, '