[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

leandro at webkit.org leandro at webkit.org
Wed Dec 22 11:22:08 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c7ab5cfe983c85459fbcd366e7950fad2fa1c03f
Author: leandro at webkit.org <leandro at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jul 20 19:29:39 2010 +0000

    2010-07-20  Leandro Pereira  <leandro at profusion.mobi>
    
            [EFL] Unreviewed build fix.
    
            Build SVGPathBuilder, SVGPathParser and SVGPathSegListBuilder.
            Add websockets include directory.
    
            The EFL port doesn't yet support automated tests.
    
            * CMakeLists.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63765 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/CMakeLists.txt b/WebCore/CMakeLists.txt
index ddd84de..7919317 100644
--- a/WebCore/CMakeLists.txt
+++ b/WebCore/CMakeLists.txt
@@ -48,6 +48,7 @@ SET(WebCore_INCLUDE_DIRECTORIES
     "${WEBCORE_DIR}/svg/animation"
     "${WEBCORE_DIR}/svg/graphics"
     "${WEBCORE_DIR}/svg/graphics/filters"
+    "${WEBCORE_DIR}/websockets"
     "${WEBCORE_DIR}/workers"
     "${WEBCORE_DIR}/xml"
     "${JAVASCRIPTCORE_DIR}"
@@ -1653,7 +1654,9 @@ IF (ENABLE_SVG)
         svg/SVGNumberList.cpp
         svg/SVGPaint.cpp
         svg/SVGParserUtilities.cpp
+        svg/SVGPathBuilder.cpp
         svg/SVGPathElement.cpp
+        svg/SVGPathParser.cpp
         svg/SVGPathSegArc.cpp
         svg/SVGPathSegClosePath.cpp
         svg/SVGPathSegCurvetoCubic.cpp
@@ -1664,6 +1667,7 @@ IF (ENABLE_SVG)
         svg/SVGPathSegLinetoHorizontal.cpp
         svg/SVGPathSegLinetoVertical.cpp
         svg/SVGPathSegList.cpp
+        svg/SVGPathSegListBuilder.cpp
         svg/SVGPathSegMoveto.cpp
         svg/SVGPatternElement.cpp
         svg/SVGPointList.cpp
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 78c1d63..7d09588 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-07-20  Leandro Pereira  <leandro at profusion.mobi>
+
+        [EFL] Unreviewed build fix.
+
+        Build SVGPathBuilder, SVGPathParser and SVGPathSegListBuilder.
+        Add websockets include directory.
+
+        The EFL port doesn't yet support automated tests.
+
+        * CMakeLists.txt:
+
 2010-07-20  Ilya Tikhonovsky  <loislo at chromium.org>
 
         Reviewed by Yury Semikhatsky.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list