Title: [125976] trunk/Source/WebCore
Revision
125976
Author
carlo...@webkit.org
Date
2012-08-19 10:15:31 -0700 (Sun, 19 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 (125975 => 125976)


--- trunk/Source/WebCore/ChangeLog	2012-08-19 16:24:29 UTC (rev 125975)
+++ trunk/Source/WebCore/ChangeLog	2012-08-19 17:15:31 UTC (rev 125976)
@@ -1,3 +1,10 @@
+2012-08-19  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-19  Andreas Kling  <kl...@webkit.org>
 
         Remove unused ElementAttributeData::removeAttribute() overload.

Modified: trunk/Source/WebCore/GNUmakefile.am (125975 => 125976)


--- trunk/Source/WebCore/GNUmakefile.am	2012-08-19 16:24:29 UTC (rev 125975)
+++ trunk/Source/WebCore/GNUmakefile.am	2012-08-19 17:15:31 UTC (rev 125976)
@@ -1068,6 +1068,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 (125975 => 125976)


--- trunk/Source/WebCore/GNUmakefile.list.am	2012-08-19 16:24:29 UTC (rev 125975)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2012-08-19 17:15:31 UTC (rev 125976)
@@ -1191,8 +1191,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 \
@@ -1844,6 +1846,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 \
@@ -1857,6 +1861,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 \
@@ -2867,6 +2873,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