diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-24 21:46:19 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-24 21:46:19 +0000 |
commit | 575ce57a7ea86bbfdc2a03c41efb054d3e9129a8 (patch) | |
tree | eb0e52ef81bc30b222224ca1689fe6e8804163ce /webkit/glue/SConscript | |
parent | 37eedd8a6922e9810fd35df3a609126edf1c7a05 (diff) | |
download | chromium_src-575ce57a7ea86bbfdc2a03c41efb054d3e9129a8.zip chromium_src-575ce57a7ea86bbfdc2a03c41efb054d3e9129a8.tar.gz chromium_src-575ce57a7ea86bbfdc2a03c41efb054d3e9129a8.tar.bz2 |
Second try ad faster scons builds of test shell.
This is the same as the previous patch except it doesn't
change the WEBCORE_DIR variable. It needs the OBJ_ROOT in
the resolution path so .o files end up in Hammer/. I'll
fix the include paths in a follow up change.
TBR=sgk
Review URL: http://codereview.chromium.org/12411
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5937 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/SConscript')
-rw-r--r-- | webkit/glue/SConscript | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/webkit/glue/SConscript b/webkit/glue/SConscript index ead5570..589f2ea 100644 --- a/webkit/glue/SConscript +++ b/webkit/glue/SConscript @@ -6,6 +6,12 @@ Import('env') env = env.Clone() +env.Append( + CPPPATH = [ + '$WEBKIT_DIR/build/WebCore', + ] +) + if env['PLATFORM'] == 'win32': env.Append( CCFLAGS = [ |