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

mrobinson at webkit.org mrobinson at webkit.org
Wed Dec 22 15:52:30 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit f63c4c5495d3945947bef55160bbf47bc8cabadd
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 15 21:42:48 2010 +0000

    2010-11-15  Martin Robinson  <mrobinson at igalia.com>
    
            Build fix for GTK+.
    
            * GNUmakefile.am: Add some missing generated files to the source list.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72033 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 2d25d47..28c21c4 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-15  Martin Robinson  <mrobinson at igalia.com>
+
+        Build fix for GTK+.
+
+        * GNUmakefile.am: Add some missing generated files to the source list.
+
 2010-11-15  Kenneth Russell  <kbr at google.com>
 
         Reviewed by James Robinson.
diff --git a/WebCore/GNUmakefile.am b/WebCore/GNUmakefile.am
index c8714bb..09875d5 100644
--- a/WebCore/GNUmakefile.am
+++ b/WebCore/GNUmakefile.am
@@ -3951,24 +3951,38 @@ webcore_cppflags += -DENABLE_FILE_SYSTEM=1
 webcore_built_sources += \
 	DerivedSources/WebCore/JSDirectoryEntry.cpp \
 	DerivedSources/WebCore/JSDirectoryEntry.h \
+	DerivedSources/WebCore/JSDirectoryEntrySync.cpp \
+	DerivedSources/WebCore/JSDirectoryEntrySync.h \
 	DerivedSources/WebCore/JSDirectoryReader.cpp \
 	DerivedSources/WebCore/JSDirectoryReader.h \
+	DerivedSources/WebCore/JSDirectoryReaderSync.cpp \
+	DerivedSources/WebCore/JSDirectoryReaderSync.h \
 	DerivedSources/WebCore/JSDOMFileSystem.cpp \
 	DerivedSources/WebCore/JSDOMFileSystem.h \
+	DerivedSources/WebCore/JSDOMFileSystemSync.cpp \
+	DerivedSources/WebCore/JSDOMFileSystemSync.h \
 	DerivedSources/WebCore/JSEntriesCallback.cpp \
 	DerivedSources/WebCore/JSEntriesCallback.h \
 	DerivedSources/WebCore/JSEntry.cpp \
 	DerivedSources/WebCore/JSEntry.h \
 	DerivedSources/WebCore/JSEntryArray.cpp \
 	DerivedSources/WebCore/JSEntryArray.h \
+	DerivedSources/WebCore/JSEntryArraySync.cpp \
+	DerivedSources/WebCore/JSEntryArraySync.h \
 	DerivedSources/WebCore/JSEntryCallback.cpp \
 	DerivedSources/WebCore/JSEntryCallback.h \
+	DerivedSources/WebCore/JSEntrySync.cpp \
+	DerivedSources/WebCore/JSEntrySync.h \
 	DerivedSources/WebCore/JSErrorCallback.cpp \
 	DerivedSources/WebCore/JSErrorCallback.h \
 	DerivedSources/WebCore/JSFileCallback.cpp \
 	DerivedSources/WebCore/JSFileCallback.h \
 	DerivedSources/WebCore/JSFileEntry.cpp \
 	DerivedSources/WebCore/JSFileEntry.h \
+	DerivedSources/WebCore/JSFileEntrySync.cpp \
+	DerivedSources/WebCore/JSFileEntrySync.h \
+	DerivedSources/WebCore/JSFileException.cpp \
+	DerivedSources/WebCore/JSFileException.h \
 	DerivedSources/WebCore/JSFileSystemCallback.cpp \
 	DerivedSources/WebCore/JSFileSystemCallback.h \
 	DerivedSources/WebCore/JSFileWriter.cpp \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list