From 291d16835e6c0512b701107ae49093f96a16ac7f Mon Sep 17 00:00:00 2001 From: "tc@google.com" Date: Fri, 10 Oct 2008 07:56:30 +0000 Subject: fix linux build By fixing other places where we tried to include libxml/scons but it is now libxml/DerivedSources. TBR=sgk Review URL: http://codereview.chromium.org/7071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3205 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/common') diff --git a/chrome/common/SConscript b/chrome/common/SConscript index 24bf254..5b8c414 100644 --- a/chrome/common/SConscript +++ b/chrome/common/SConscript @@ -28,7 +28,7 @@ env.Append( CPPPATH = [ 'third_party/wtl/include', '$NPAPI_DIR', - '$LIBXML_DIR/scons/include', + '$LIBXML_DIR/DerivedSources/include', '$LIBXML_DIR/include', 'app', -- cgit v1.1