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

paroga at webkit.org paroga at webkit.org
Wed Dec 22 17:58:39 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 85911b559aaed720117b334b762f48a9643650bf
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 3 20:53:07 2010 +0000

    2010-12-03  Patrick Gansterer  <paroga at webkit.org>
    
            Reviewed by Andreas Kling.
    
            [CMake] Remove WebCore_IDL_PURE_FILES
            https://bugs.webkit.org/show_bug.cgi?id=50445
    
            * CMakeLists.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73289 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/CMakeLists.txt b/WebCore/CMakeLists.txt
index 0f3427b..85e949e 100644
--- a/WebCore/CMakeLists.txt
+++ b/WebCore/CMakeLists.txt
@@ -100,21 +100,6 @@ SET(WebCore_IDL_INCLUDES
     xml
 )
 
-SET(WebCore_IDL_PURE_FILES
-    svg/ElementTimeControl.idl
-    svg/SVGExternalResourcesRequired.idl
-    svg/SVGFilterPrimitiveStandardAttributes.idl
-    svg/SVGFitToViewBox.idl
-    svg/SVGLangSpace.idl
-    svg/SVGLocatable.idl
-    svg/SVGStylable.idl
-    svg/SVGTests.idl
-    svg/SVGTransformable.idl
-    svg/SVGURIReference.idl
-    svg/SVGViewSpec.idl
-    svg/SVGZoomAndPan.idl
-)
-
 SET(WebCore_IDL_FILES
     css/Counter.idl
     css/CSSCharsetRule.idl
@@ -2061,10 +2046,6 @@ FOREACH (_file ${WebCore_IDL_FILES})
     GENERATE_JS_FROM_IDL(${_file})
 ENDFOREACH ()
 
-FOREACH (_file ${WebCore_IDL_PURE_FILES})
-    GENERATE_JS_FROM_IDL_PURE(${_file})
-ENDFOREACH ()
-
 LIST(APPEND WebCore_SOURCES ${JS_IDL_FILES})
 
  
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 9689fda..6d3c6c2 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-03  Patrick Gansterer  <paroga at webkit.org>
+
+        Reviewed by Andreas Kling.
+
+        [CMake] Remove WebCore_IDL_PURE_FILES
+        https://bugs.webkit.org/show_bug.cgi?id=50445
+
+        * CMakeLists.txt:
+
 2010-12-03  Jia Pu  <jpu at apple.com>
 
         Reviewed by Darin Adler.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list