summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-10 07:56:30 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-10 07:56:30 +0000
commit291d16835e6c0512b701107ae49093f96a16ac7f (patch)
treef4eb4036760268ea904359e217b2ee4bcca266f6 /chrome/common
parente8da8f73464def0ebf6114da197639479535a5ad (diff)
downloadchromium_src-291d16835e6c0512b701107ae49093f96a16ac7f.zip
chromium_src-291d16835e6c0512b701107ae49093f96a16ac7f.tar.gz
chromium_src-291d16835e6c0512b701107ae49093f96a16ac7f.tar.bz2
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
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/SConscript2
1 files changed, 1 insertions, 1 deletions
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',