From d18841236d72d85f8a3f0f3d6a1a06db334ae686 Mon Sep 17 00:00:00 2001 From: "sgk@google.com" Date: Wed, 20 Aug 2008 23:02:31 +0000 Subject: Put back explicit $WEBKIT_DIR in CPPPATH (in place of the previous '.') so it can find #includes like "glue/glue_util.h". git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1124 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/SConscript | 1 + 1 file changed, 1 insertion(+) diff --git a/webkit/SConscript b/webkit/SConscript index a461d9f..5e3e308 100644 --- a/webkit/SConscript +++ b/webkit/SConscript @@ -81,6 +81,7 @@ env.Prepend( '$WEBKIT_DIR/port/platform/text', '$WEBKIT_DIR/port/plugins', '$WEBKIT_DIR/port/rendering', + '$WEBKIT_DIR', '$WEBKIT_DIR/port/platform/image-decoders', '$WEBKIT_DIR/port/platform/image-decoders/bmp', -- cgit v1.1