Changeset 142562 in webkit


Ignore:
Timestamp:
Feb 11, 2013 5:42:24 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Jae Hyun Park <jae.park@company100.net> on 2013-02-11
Reviewed by Laszlo Gombos.

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

  • CMakeLists.txt:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/CMakeLists.txt

    r141665 r142562  
    555555
    556556    WebProcess/Plugins/PluginProcessConnection.messages.in
     557    WebProcess/Plugins/PluginProcessConnectionManager.messages.in
    557558    WebProcess/Plugins/PluginProxy.messages.in
    558559
  • trunk/Source/WebKit2/ChangeLog

    r142556 r142562  
     12013-02-11  Jae Hyun Park  <jae.park@company100.net>
     2
     3        [EFL] Build fix
     4        https://bugs.webkit.org/show_bug.cgi?id=109518
     5
     6        Reviewed by Laszlo Gombos.
     7
     8        Fix EFL build by including PluginProcessConnectionManager.messages.in in
     9        CMakeLists.txt
     10
     11        * CMakeLists.txt:
     12
    1132013-02-11  Anders Carlsson  <andersca@apple.com>
    214
Note: See TracChangeset for help on using the changeset viewer.