Title: [144243] trunk/Source/WebKit2
Revision
144243
Author
[email protected]
Date
2013-02-27 14:53:43 -0800 (Wed, 27 Feb 2013)

Log Message

Unreviewed (speculative) build fixes for EFL, GTK and Qt after r144218.

* CMakeLists.txt:
* DerivedSources.pri:
* GNUmakefile.list.am:
* Target.pri:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/CMakeLists.txt (144242 => 144243)


--- trunk/Source/WebKit2/CMakeLists.txt	2013-02-27 22:49:32 UTC (rev 144242)
+++ trunk/Source/WebKit2/CMakeLists.txt	2013-02-27 22:53:43 UTC (rev 144243)
@@ -451,6 +451,7 @@
 
     WebProcess/ResourceCache/WebResourceCacheManager.cpp
 
+    WebProcess/Storage/StorageAreaProxy.cpp
     WebProcess/Storage/WebKeyValueStorageManager.cpp
 
     WebProcess/WebCoreSupport/WebBatteryClient.cpp
@@ -560,6 +561,7 @@
 
     WebProcess/ResourceCache/WebResourceCacheManager.messages.in
 
+    WebProcess/Storage/StorageAreaProxy.messages.in
     WebProcess/Storage/WebKeyValueStorageManager.messages.in
 
     WebProcess/WebCoreSupport/WebDatabaseManager.messages.in

Modified: trunk/Source/WebKit2/ChangeLog (144242 => 144243)


--- trunk/Source/WebKit2/ChangeLog	2013-02-27 22:49:32 UTC (rev 144242)
+++ trunk/Source/WebKit2/ChangeLog	2013-02-27 22:53:43 UTC (rev 144243)
@@ -1,3 +1,12 @@
+2013-02-27  Zan Dobersek  <[email protected]>
+
+        Unreviewed (speculative) build fixes for EFL, GTK and Qt after r144218.
+
+        * CMakeLists.txt:
+        * DerivedSources.pri:
+        * GNUmakefile.list.am:
+        * Target.pri:
+
 2013-02-27  John Bauman  <[email protected]>
 
         Plugin in iframe may not display

Modified: trunk/Source/WebKit2/DerivedSources.pri (144242 => 144243)


--- trunk/Source/WebKit2/DerivedSources.pri	2013-02-27 22:49:32 UTC (rev 144242)
+++ trunk/Source/WebKit2/DerivedSources.pri	2013-02-27 22:53:43 UTC (rev 144243)
@@ -76,6 +76,7 @@
     PluginProcessConnectionManager.messages.in \
     PluginProcessProxy.messages.in \
     PluginProxy.messages.in \
+    StorageAreaProxy.messages.in \
     StorageManager.messages.in \
     WebApplicationCacheManager.messages.in \
     WebApplicationCacheManagerProxy.messages.in \

Modified: trunk/Source/WebKit2/GNUmakefile.list.am (144242 => 144243)


--- trunk/Source/WebKit2/GNUmakefile.list.am	2013-02-27 22:49:32 UTC (rev 144242)
+++ trunk/Source/WebKit2/GNUmakefile.list.am	2013-02-27 22:53:43 UTC (rev 144243)
@@ -162,6 +162,8 @@
 	DerivedSources/WebKit2/PluginProcessProxyMessages.h \
 	DerivedSources/WebKit2/PluginProxyMessageReceiver.cpp \
 	DerivedSources/WebKit2/PluginProxyMessages.h \
+	DerivedSources/WebKit2/StorageAreaProxyMessageReceiver.cpp \
+	DerivedSources/WebKit2/StorageAreaProxyMessages.h \
 	DerivedSources/WebKit2/StorageManagerMessageReceiver.cpp \
 	DerivedSources/WebKit2/StorageManagerMessages.h \
 	DerivedSources/WebKit2/WebApplicationCacheManagerMessageReceiver.cpp \
@@ -1117,6 +1119,8 @@
 	Source/WebKit2/WebProcess/Plugins/PluginView.h \
 	Source/WebKit2/WebProcess/ResourceCache/WebResourceCacheManager.h \
 	Source/WebKit2/WebProcess/ResourceCache/WebResourceCacheManager.cpp \
+	Source/WebKit2/WebProcess/Storage/StorageAreaProxy.cpp \
+	Source/WebKit2/WebProcess/Storage/StorageAreaProxy.h \
 	Source/WebKit2/WebProcess/Storage/StorageNamespaceProxy.h \
 	Source/WebKit2/WebProcess/Storage/WebKeyValueStorageManager.cpp \
 	Source/WebKit2/WebProcess/Storage/WebKeyValueStorageManager.h \

Modified: trunk/Source/WebKit2/Target.pri (144242 => 144243)


--- trunk/Source/WebKit2/Target.pri	2013-02-27 22:49:32 UTC (rev 144242)
+++ trunk/Source/WebKit2/Target.pri	2013-02-27 22:53:43 UTC (rev 144243)
@@ -702,6 +702,7 @@
     WebProcess/Plugins/PluginProxy.cpp \
     WebProcess/Plugins/PluginProcessConnection.cpp \
     WebProcess/Plugins/PluginProcessConnectionManager.cpp \
+    WebProcess/Storage/StorageAreaProxy.cpp \
     WebProcess/Storage/WebKeyValueStorageManager.cpp \
     WebProcess/WebCoreSupport/WebBatteryClient.cpp \
     WebProcess/WebCoreSupport/WebChromeClient.cpp \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to