summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-11 20:46:56 +0000
committerojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-11 20:46:56 +0000
commit1cb2fd05c92b9c17b95c34307e594a4f0248b5e2 (patch)
tree1d8503577bcf6b60c5ac86773272ebc056d7b3cd /webkit
parent6ef47c95ed266d9d1d8da93c8481e32e22e8baf9 (diff)
downloadchromium_src-1cb2fd05c92b9c17b95c34307e594a4f0248b5e2.zip
chromium_src-1cb2fd05c92b9c17b95c34307e594a4f0248b5e2.tar.gz
chromium_src-1cb2fd05c92b9c17b95c34307e594a4f0248b5e2.tar.bz2
Fix linux build.
Review URL: http://codereview.chromium.org/10803 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5205 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/build/port/SConscript9
1 files changed, 4 insertions, 5 deletions
diff --git a/webkit/build/port/SConscript b/webkit/build/port/SConscript
index 974e7fb..ece8d44 100644
--- a/webkit/build/port/SConscript
+++ b/webkit/build/port/SConscript
@@ -315,11 +315,6 @@ idl_files = [
'plugins/PluginArray.idl',
'plugins/Plugin.idl',
- 'ksvg2/svg/SVGMatrix.idl',
- 'ksvg2/svg/SVGPathSegList.idl',
- 'ksvg2/svg/SVGPointList.idl',
- 'ksvg2/svg/SVGTransformList.idl',
-
'svg/ElementTimeControl.idl',
'svg/SVGAElement.idl',
'svg/SVGAltGlyphElement.idl',
@@ -402,6 +397,7 @@ idl_files = [
'svg/SVGLocatable.idl',
'svg/SVGMarkerElement.idl',
'svg/SVGMaskElement.idl',
+ 'svg/SVGMatrix.idl',
'svg/SVGMetadataElement.idl',
'svg/SVGMissingGlyphElement.idl',
'svg/SVGNumber.idl',
@@ -426,10 +422,12 @@ idl_files = [
'svg/SVGPathSegLinetoRel.idl',
'svg/SVGPathSegLinetoVerticalAbs.idl',
'svg/SVGPathSegLinetoVerticalRel.idl',
+ 'svg/SVGPathSegList.idl',
'svg/SVGPathSegMovetoAbs.idl',
'svg/SVGPathSegMovetoRel.idl',
'svg/SVGPatternElement.idl',
'svg/SVGPoint.idl',
+ 'svg/SVGPointList.idl',
'svg/SVGPolygonElement.idl',
'svg/SVGPolylineElement.idl',
'svg/SVGPreserveAspectRatio.idl',
@@ -454,6 +452,7 @@ idl_files = [
'svg/SVGTitleElement.idl',
'svg/SVGTransform.idl',
'svg/SVGTransformable.idl',
+ 'svg/SVGTransformList.idl',
'svg/SVGTRefElement.idl',
'svg/SVGTSpanElement.idl',
'svg/SVGUnitTypes.idl',