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

abecsi at webkit.org abecsi at webkit.org
Wed Dec 22 13:52:06 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit eaa42b0fdf80eb430b3f77b409683d5156d2e6f8
Author: abecsi at webkit.org <abecsi at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 28 16:41:44 2010 +0000

    2010-09-28  Andras Becsi  <abecsi at webkit.org>
    
            Unreviewed.
    
            [Gtk] Build fix after r68521
    
            No new tests needed.
    
            * GNUmakefile.am:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68528 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 3054ee7..42a86a9 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-09-28  Andras Becsi  <abecsi at webkit.org>
+
+        Unreviewed.
+
+        [Gtk] Build fix after r68521
+
+        No new tests needed.
+
+        * GNUmakefile.am:
+
 2010-09-28  Tor Arne Vestbø  <tor.arne.vestbo at nokia.com>
 
         Reviewed by Andreas Kling.
diff --git a/WebCore/GNUmakefile.am b/WebCore/GNUmakefile.am
index 882ca7c..68e48a7 100644
--- a/WebCore/GNUmakefile.am
+++ b/WebCore/GNUmakefile.am
@@ -82,15 +82,18 @@ webcoregtk_cppflags += \
 	-I$(srcdir)/WebCore/platform/network/soup
 
 webcore_built_nosources += \
-	DerivedSources/WebCore/DocTypeStrings.cpp \
 	DerivedSources/WebCore/tokenizer.cpp \
-	DerivedSources/WebCore/ColorData.cpp
 
 webcore_built_sources += \
 	DerivedSources/WebCore/CSSGrammar.cpp \
 	DerivedSources/WebCore/CSSGrammar.h \
 	DerivedSources/WebCore/CSSPropertyNames.h \
+	DerivedSources/WebCore/CSSPropertyNames.cpp \
 	DerivedSources/WebCore/CSSValueKeywords.h \
+	DerivedSources/WebCore/CSSValueKeywords.cpp \
+	DerivedSources/WebCore/ColorData.cpp \
+	DerivedSources/WebCore/DocTypeStrings.cpp \
+	DerivedSources/WebCore/HashTools.h \
 	DerivedSources/WebCore/HTMLElementFactory.cpp \
 	DerivedSources/WebCore/HTMLElementFactory.h \
 	DerivedSources/WebCore/HTMLEntityTable.cpp \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list