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

kevino at webkit.org kevino at webkit.org
Wed Dec 22 11:40:36 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c5bb6f63b41ab495fc1fa2500bae1672387fb462
Author: kevino at webkit.org <kevino at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 3 17:13:39 2010 +0000

    [wx] Build fix, don't build some DOM bindings we don't use.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64562 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index d52577d..16ef7c5 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-03  Kevin Ollivier  <kevino at theolliviers.com>
+
+        [wx] Build fix, don't build some DOM bindings we don't use.
+
+        * wscript:
+
 2010-08-03  Martin Robinson  <mrobinson at igalia.com>
 
         Reviewed by Gustavo Noronha Silva.
diff --git a/WebCore/wscript b/WebCore/wscript
index 9e63167..6882ecd 100644
--- a/WebCore/wscript
+++ b/WebCore/wscript
@@ -224,12 +224,17 @@ def build(bld):
         
         excludes.append('WebDOMAbstractView.cpp')
         excludes.append('WebDOMBlobBuilder.cpp')
+        excludes.append('WebDOMDatabaseCallback.cpp')
         excludes.append('WebDOMEventListenerCustom.cpp')
         excludes.append('WebDOMElementTimeControl.cpp')
         excludes.append('WebDOMImageData.cpp')
         excludes.append('WebDOMInspectorBackend.cpp')
         excludes.append('WebDOMScriptProfile.cpp')
         excludes.append('WebDOMScriptProfileNode.cpp')
+        excludes.append('WebDOMSQLStatementCallback.cpp')
+        excludes.append('WebDOMSQLTransactionErrorCallback.cpp')
+        excludes.append('WebDOMSQLTransactionSyncCallback.cpp')
+        excludes.append('WebDOMSQLTransactionCallback.cpp')
         excludes.append('WebNativeEventListener.cpp')
         
         if building_on_win32:

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list