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

kinuko at chromium.org kinuko at chromium.org
Wed Dec 22 12:54:13 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6b948695b30a5fb201108ad1dbf72f8ba55450f1
Author: kinuko at chromium.org <kinuko at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 1 08:15:38 2010 +0000

    2010-09-01  Kinuko Yasuda  <kinuko at chromium.org>
    
            Unreviewed; qt build fix.
    
            * CMakeLists.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66587 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/CMakeLists.txt b/WebCore/CMakeLists.txt
index 7ba0f08..1d9159f 100644
--- a/WebCore/CMakeLists.txt
+++ b/WebCore/CMakeLists.txt
@@ -339,17 +339,6 @@ SET(WebCore_IDL_FILES
     storage/Database.idl
     storage/DatabaseCallback.idl
     storage/DatabaseSync.idl
-    storage/DirectoryEntry.idl
-    storage/DirectoryReader.idl
-    storage/DOMFileSystem.idl
-    storage/EntriesCallback.idl
-    storage/Entry.idl
-    storage/EntryArray.idl
-    storage/EntryCallback.idl
-    storage/ErrorCallback.idl
-    storage/FileEntry.idl
-    storage/FileSystemCallback.idl
-    storage/Flags.idl
     storage/IDBAny.idl
     storage/IDBCursor.idl
     storage/IDBDatabaseError.idl
@@ -365,8 +354,6 @@ SET(WebCore_IDL_FILES
     storage/IDBRequest.idl
     storage/IDBSuccessEvent.idl
     storage/IDBTransaction.idl
-    storage/Metadata.idl
-    storage/MetadataCallback.idl
     storage/SQLError.idl
     storage/SQLException.idl
     storage/SQLResultSet.idl
@@ -1586,6 +1573,21 @@ if (ENABLE_FILE_SYSTEM)
         fileapi/LocalFileSystem.cpp
         platform/AsyncFileSystem.cpp
     )
+    LIST(APPEND WebCore_IDL_FILES
+        fileapi/DirectoryEntry.idl
+        fileapi/DirectoryReader.idl
+        fileapi/DOMFileSystem.idl
+        fileapi/EntriesCallback.idl
+        fileapi/Entry.idl
+        fileapi/EntryArray.idl
+        fileapi/EntryCallback.idl
+        fileapi/ErrorCallback.idl
+        fileapi/FileEntry.idl
+        fileapi/FileSystemCallback.idl
+        fileapi/Flags.idl
+        fileapi/Metadata.idl
+        fileapi/MetadataCallback.idl
+    )
 ENDIF ()
 
 IF (ENABLE_SVG)
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index bd64c55..9b6705d 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-01  Kinuko Yasuda  <kinuko at chromium.org>
+
+        Unreviewed; qt build fix.
+
+        * CMakeLists.txt:
+
 2010-08-31  Kinuko Yasuda  <kinuko at chromium.org>
 
         Reviewed by Adam Barth.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list