Title: [101383] trunk/Source
Revision
101383
Author
carlo...@webkit.org
Date
2011-11-29 08:12:09 -0800 (Tue, 29 Nov 2011)

Log Message

Unreviewed. Fix the GTK+ port build after r101307.

Source/WebCore:

* GNUmakefile.list.am: Add missing files to compilation.

Source/WebKit2:

* GNUmakefile.am: Add missing files to compilation.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (101382 => 101383)


--- trunk/Source/WebCore/ChangeLog	2011-11-29 16:10:05 UTC (rev 101382)
+++ trunk/Source/WebCore/ChangeLog	2011-11-29 16:12:09 UTC (rev 101383)
@@ -1,3 +1,9 @@
+2011-11-29  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Fix the GTK+ port build after r101307.
+
+        * GNUmakefile.list.am: Add missing files to compilation.
+
 2011-11-29  Pavel Feldman  <pfeld...@google.com>
 
         Web Inspector: split Preferences into Preferences and Capabilities.

Modified: trunk/Source/WebCore/GNUmakefile.list.am (101382 => 101383)


--- trunk/Source/WebCore/GNUmakefile.list.am	2011-11-29 16:10:05 UTC (rev 101382)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2011-11-29 16:12:09 UTC (rev 101383)
@@ -2299,6 +2299,8 @@
 	Source/WebCore/notifications/NotificationCenter.cpp \
 	Source/WebCore/notifications/NotificationCenter.h \
 	Source/WebCore/notifications/NotificationContents.h \
+	Source/WebCore/notifications/NotificationController.cpp \
+	Source/WebCore/notifications/NotificationController.h \
 	Source/WebCore/notifications/Notification.cpp \
 	Source/WebCore/notifications/Notification.h \
 	Source/WebCore/notifications/NotificationPresenter.h \

Modified: trunk/Source/WebKit2/ChangeLog (101382 => 101383)


--- trunk/Source/WebKit2/ChangeLog	2011-11-29 16:10:05 UTC (rev 101382)
+++ trunk/Source/WebKit2/ChangeLog	2011-11-29 16:12:09 UTC (rev 101383)
@@ -1,3 +1,9 @@
+2011-11-29  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Fix the GTK+ port build after r101307.
+
+        * GNUmakefile.am: Add missing files to compilation.
+
 2011-11-29  Kenneth Rohde Christiansen  <kenn...@webkit.org>
 
         [Qt] Add the infrastructure for enabling suspend/resume.

Modified: trunk/Source/WebKit2/GNUmakefile.am (101382 => 101383)


--- trunk/Source/WebKit2/GNUmakefile.am	2011-11-29 16:10:05 UTC (rev 101382)
+++ trunk/Source/WebKit2/GNUmakefile.am	2011-11-29 16:12:09 UTC (rev 101383)
@@ -57,6 +57,9 @@
 	$(WebKit2)/UIProcess/API/C/WKInspector.h \
 	$(WebKit2)/UIProcess/API/C/WKKeyValueStorageManager.h \
 	$(WebKit2)/UIProcess/API/C/WKMediaCacheManager.h \
+	$(WebKit2)/UIProcess/API/C/WKNotification.h \
+	$(WebKit2)/UIProcess/API/C/WKNotificationManager.h \
+	$(WebKit2)/UIProcess/API/C/WKNotificationProvider.h \
 	$(WebKit2)/UIProcess/API/C/WKNativeEvent.h \
 	$(WebKit2)/UIProcess/API/C/WKNavigationData.h \
 	$(WebKit2)/UIProcess/API/C/WKOpenPanelParameters.h \
@@ -147,6 +150,8 @@
 	DerivedSources/WebKit2/WebMediaCacheManagerMessages.h \
 	DerivedSources/WebKit2/WebMediaCacheManagerProxyMessageReceiver.cpp \
 	DerivedSources/WebKit2/WebMediaCacheManagerProxyMessages.h \
+	DerivedSources/WebKit2/WebNotificationManagerProxyMessageReceiver.cpp \
+	DerivedSources/WebKit2/WebNotificationManagerProxyMessages.h \
 	DerivedSources/WebKit2/WebPageProxyMessageReceiver.cpp \
 	DerivedSources/WebKit2/WebPageProxyMessages.h \
 	DerivedSources/WebKit2/WebPageMessageReceiver.cpp \
@@ -471,6 +476,11 @@
 	Source/WebKit2/UIProcess/API/C/WKNativeEvent.h \
 	Source/WebKit2/UIProcess/API/C/WKNavigationData.cpp \
 	Source/WebKit2/UIProcess/API/C/WKNavigationData.h \
+	Source/WebKit2/UIProcess/API/C/WKNotification.cpp \
+	Source/WebKit2/UIProcess/API/C/WKNotification.h \
+	Source/WebKit2/UIProcess/API/C/WKNotificationManager.cpp \
+	Source/WebKit2/UIProcess/API/C/WKNotificationManager.h \
+	Source/WebKit2/UIProcess/API/C/WKNotificationProvider.h \
 	Source/WebKit2/UIProcess/API/C/WKOpenPanelParameters.cpp \
 	Source/WebKit2/UIProcess/API/C/WKOpenPanelParameters.h \
 	Source/WebKit2/UIProcess/API/C/WKOpenPanelResultListener.cpp \
@@ -642,6 +652,12 @@
 	Source/WebKit2/UIProcess/WebKeyValueStorageManagerProxy.h \
 	Source/WebKit2/UIProcess/WebMediaCacheManagerProxy.cpp \
 	Source/WebKit2/UIProcess/WebMediaCacheManagerProxy.h \
+	Source/WebKit2/UIProcess/WebNotification.cpp \
+	Source/WebKit2/UIProcess/WebNotification.h \
+	Source/WebKit2/UIProcess/WebNotificationManagerProxy.cpp \
+	Source/WebKit2/UIProcess/WebNotificationManagerProxy.h \
+	Source/WebKit2/UIProcess/WebNotificationProvider.cpp \
+	Source/WebKit2/UIProcess/WebNotificationProvider.h \
 	Source/WebKit2/UIProcess/WebLoaderClient.cpp \
 	Source/WebKit2/UIProcess/WebLoaderClient.h \
 	Source/WebKit2/UIProcess/WebNavigationData.cpp \
@@ -772,6 +788,8 @@
 	Source/WebKit2/WebProcess/KeyValueStorage/WebKeyValueStorageManager.h \
 	Source/WebKit2/WebProcess/MediaCache/WebMediaCacheManager.cpp \
 	Source/WebKit2/WebProcess/MediaCache/WebMediaCacheManager.h \
+	Source/WebKit2/WebProcess/Notifications/WebNotificationManager.cpp \
+	Source/WebKit2/WebProcess/Notifications/WebNotificationManager.h \
 	Source/WebKit2/WebProcess/Plugins/Netscape/JSNPMethod.cpp \
 	Source/WebKit2/WebProcess/Plugins/Netscape/JSNPMethod.h \
 	Source/WebKit2/WebProcess/Plugins/Netscape/JSNPObject.cpp \
@@ -829,6 +847,8 @@
 	Source/WebKit2/WebProcess/WebCoreSupport/WebInspectorClient.h \
 	Source/WebKit2/WebProcess/WebCoreSupport/WebInspectorFrontendClient.cpp \
 	Source/WebKit2/WebProcess/WebCoreSupport/WebInspectorFrontendClient.h \
+	Source/WebKit2/WebProcess/WebCoreSupport/WebNotificationClient.cpp \
+	Source/WebKit2/WebProcess/WebCoreSupport/WebNotificationClient.h \
 	Source/WebKit2/WebProcess/WebCoreSupport/WebPlatformStrategies.cpp \
 	Source/WebKit2/WebProcess/WebCoreSupport/WebPlatformStrategies.h \
 	Source/WebKit2/WebProcess/WebCoreSupport/WebPopupMenu.cpp \
@@ -923,6 +943,7 @@
 	-I$(srcdir)/Source/WebKit2/WebProcess/KeyValueStorage \
 	-I$(srcdir)/Source/WebKit2/WebProcess/Launching \
 	-I$(srcdir)/Source/WebKit2/WebProcess/MediaCache \
+	-I$(srcdir)/Source/WebKit2/WebProcess/Notifications \
 	-I$(srcdir)/Source/WebKit2/WebProcess/ResourceCache \
 	-I$(srcdir)/Source/WebKit2/WebProcess/Plugins \
 	-I$(srcdir)/Source/WebKit2/WebProcess/Plugins/Netscape \
@@ -1040,6 +1061,7 @@
 	$(WebKit2)/WebProcess/IconDatabase \
 	$(WebKit2)/WebProcess/KeyValueStorage \
 	$(WebKit2)/WebProcess/MediaCache \
+	$(WebKit2)/WebProcess/Notifications \
 	$(WebKit2)/WebProcess/Plugins \
 	$(WebKit2)/WebProcess/ResourceCache \
 	$(WebKit2)/WebProcess/WebCoreSupport \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to