Title: [126422] trunk/Source/WebCore
Revision
126422
Author
carlo...@webkit.org
Date
2012-08-23 06:24:53 -0700 (Thu, 23 Aug 2012)

Log Message

Unreviewed. Fix make distcheck.

* GNUmakefile.am: Add idl files in Modules/quota to EXTRA_DIST.
* GNUmakefile.list.am: Add missing files to compilation.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (126421 => 126422)


--- trunk/Source/WebCore/ChangeLog	2012-08-23 13:21:39 UTC (rev 126421)
+++ trunk/Source/WebCore/ChangeLog	2012-08-23 13:24:53 UTC (rev 126422)
@@ -1,5 +1,12 @@
 2012-08-23  Carlos Garcia Campos  <cgar...@igalia.com>
 
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.am: Add idl files in Modules/quota to EXTRA_DIST.
+        * GNUmakefile.list.am: Add missing files to compilation.
+
+2012-08-23  Carlos Garcia Campos  <cgar...@igalia.com>
+
         REGRESSION(r126306): it broke the plugin process
         https://bugs.webkit.org/show_bug.cgi?id=94797
 

Modified: trunk/Source/WebCore/GNUmakefile.am (126421 => 126422)


--- trunk/Source/WebCore/GNUmakefile.am	2012-08-23 13:21:39 UTC (rev 126421)
+++ trunk/Source/WebCore/GNUmakefile.am	2012-08-23 13:24:53 UTC (rev 126422)
@@ -1072,6 +1072,7 @@
 	$(shell ls $(srcdir)/Source/WebCore/Modules/mediastream/*.idl) \
 	$(shell ls $(srcdir)/Source/WebCore/Modules/notifications/*.idl) \
 	$(shell ls $(srcdir)/Source/WebCore/Modules/protocolhandler/*.idl) \
+	$(shell ls $(srcdir)/Source/WebCore/Modules/quota/*.idl) \
 	$(shell ls $(srcdir)/Source/WebCore/Modules/webaudio/*.idl) \
 	$(shell ls $(srcdir)/Source/WebCore/Modules/webdatabase/*.idl) \
 	$(shell ls $(srcdir)/Source/WebCore/Modules/websockets/*.idl) \

Modified: trunk/Source/WebCore/GNUmakefile.list.am (126421 => 126422)


--- trunk/Source/WebCore/GNUmakefile.list.am	2012-08-23 13:21:39 UTC (rev 126421)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2012-08-23 13:24:53 UTC (rev 126422)
@@ -1195,8 +1195,10 @@
 	$(WebCore)/Modules/indexeddb/IDBKey.idl \
 	$(WebCore)/Modules/indexeddb/IDBKeyRange.idl \
 	$(WebCore)/Modules/indexeddb/IDBObjectStore.idl \
+	$(WebCore)/Modules/indexeddb/IDBOpenDBRequest.idl \
 	$(WebCore)/Modules/indexeddb/IDBRequest.idl \
 	$(WebCore)/Modules/indexeddb/IDBTransaction.idl \
+	$(WebCore)/Modules/indexeddb/IDBUpgradeNeededEvent.idl \
 	$(WebCore)/Modules/indexeddb/IDBVersionChangeEvent.idl \
 	$(WebCore)/Modules/indexeddb/IDBVersionChangeRequest.idl \
 	$(WebCore)/Modules/indexeddb/WorkerContextIndexedDatabase.idl \
@@ -1850,6 +1852,8 @@
 	Source/WebCore/Modules/indexeddb/IDBObjectStoreBackendInterface.h \
 	Source/WebCore/Modules/indexeddb/IDBObjectStore.cpp \
 	Source/WebCore/Modules/indexeddb/IDBObjectStore.h \
+	Source/WebCore/Modules/indexeddb/IDBOpenDBRequest.cpp \
+	Source/WebCore/Modules/indexeddb/IDBOpenDBRequest.h \
 	Source/WebCore/Modules/indexeddb/IDBPendingTransactionMonitor.cpp \
 	Source/WebCore/Modules/indexeddb/IDBPendingTransactionMonitor.h \
 	Source/WebCore/Modules/indexeddb/IDBRequest.cpp \
@@ -1863,6 +1867,8 @@
 	Source/WebCore/Modules/indexeddb/IDBTransactionCoordinator.h \
 	Source/WebCore/Modules/indexeddb/IDBTransaction.cpp \
 	Source/WebCore/Modules/indexeddb/IDBTransaction.h \
+	Source/WebCore/Modules/indexeddb/IDBUpgradeNeededEvent.cpp \
+	Source/WebCore/Modules/indexeddb/IDBUpgradeNeededEvent.h \
 	Source/WebCore/Modules/indexeddb/IDBVersionChangeEvent.cpp \
 	Source/WebCore/Modules/indexeddb/IDBVersionChangeEvent.h \
 	Source/WebCore/Modules/indexeddb/IDBVersionChangeRequest.cpp \
@@ -2877,6 +2883,8 @@
 	Source/WebCore/dom/StaticHashSetNodeList.h \
 	Source/WebCore/dom/StaticNodeList.cpp \
 	Source/WebCore/dom/StaticNodeList.h \
+	Source/WebCore/dom/StringCallback.cpp \
+	Source/WebCore/dom/StringCallback.h \
 	Source/WebCore/dom/StyledElement.cpp \
 	Source/WebCore/dom/StyledElement.h \
 	Source/WebCore/dom/StyleElement.cpp \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to