Title: [142562] trunk/Source/WebKit2
Revision
142562
Author
[email protected]
Date
2013-02-11 17:42:24 -0800 (Mon, 11 Feb 2013)

Log Message

[EFL] Build fix
https://bugs.webkit.org/show_bug.cgi?id=109518

Patch by Jae Hyun Park <[email protected]> on 2013-02-11
Reviewed by Laszlo Gombos.

Fix EFL build by including PluginProcessConnectionManager.messages.in in
CMakeLists.txt

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/CMakeLists.txt (142561 => 142562)


--- trunk/Source/WebKit2/CMakeLists.txt	2013-02-12 01:35:34 UTC (rev 142561)
+++ trunk/Source/WebKit2/CMakeLists.txt	2013-02-12 01:42:24 UTC (rev 142562)
@@ -554,6 +554,7 @@
     WebProcess/Notifications/WebNotificationManager.messages.in
 
     WebProcess/Plugins/PluginProcessConnection.messages.in
+    WebProcess/Plugins/PluginProcessConnectionManager.messages.in
     WebProcess/Plugins/PluginProxy.messages.in
 
     WebProcess/ResourceCache/WebResourceCacheManager.messages.in

Modified: trunk/Source/WebKit2/ChangeLog (142561 => 142562)


--- trunk/Source/WebKit2/ChangeLog	2013-02-12 01:35:34 UTC (rev 142561)
+++ trunk/Source/WebKit2/ChangeLog	2013-02-12 01:42:24 UTC (rev 142562)
@@ -1,3 +1,15 @@
+2013-02-11  Jae Hyun Park  <[email protected]>
+
+        [EFL] Build fix
+        https://bugs.webkit.org/show_bug.cgi?id=109518
+
+        Reviewed by Laszlo Gombos.
+
+        Fix EFL build by including PluginProcessConnectionManager.messages.in in
+        CMakeLists.txt
+
+        * CMakeLists.txt:
+
 2013-02-11  Anders Carlsson  <[email protected]>
 
         Fix build.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to