summaryrefslogtreecommitdiffstats
path: root/webkit/SConscript
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-30 20:52:29 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-30 20:52:29 +0000
commit24627e475f610176973124ccf54aca4aeb5b12b1 (patch)
treec36f9b21687a664a910c26b9a8992c01facc3bed /webkit/SConscript
parentc7f4b627c4dde3c801649e28eea82e581797590c (diff)
downloadchromium_src-24627e475f610176973124ccf54aca4aeb5b12b1.zip
chromium_src-24627e475f610176973124ccf54aca4aeb5b12b1.tar.gz
chromium_src-24627e475f610176973124ccf54aca4aeb5b12b1.tar.bz2
Eliminate calling the create-config.sh script (through
prebuild.bat on Windows) in favor of generating the WebCore config.h file directly from SCons. (We don't need the other .h file copying that create-config.sh does because the CPPPATH lists in SCons already give us the right /I or -I options to #include files from their source directories.) This also gets rid of an unnecessary "obj" subdirectory in the generated config.h path. We're already in the build directory hierarchy. Review URL: http://codereview.chromium.org/5611 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2731 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/SConscript')
-rw-r--r--webkit/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/SConscript b/webkit/SConscript
index 4daa31b..1f5d024 100644
--- a/webkit/SConscript
+++ b/webkit/SConscript
@@ -28,7 +28,7 @@ if env['PLATFORM'] == 'posix':
env.Prepend(
CPPPATH = [
'$WEBKIT_DIR/build/localized_strings',
- '$WEBKIT_DIR/build/JSConfig/obj/WebCore',
+ '$WEBKIT_DIR/build/JSConfig/WebCore',
'$WEBKIT_DIR/build/WebCore',
'$ICU38_DIR/public/common',
'$ICU38_DIR/public/i18n',