Title: [205167] trunk/Source/WebKit2
Revision
205167
Author
gyuyoung....@webkit.org
Date
2016-08-29 18:56:37 -0700 (Mon, 29 Aug 2016)

Log Message

Unreviewed EFL/GTK build fix since r205150

Patch by Gyuyoung Kim <gyuyoung....@navercorp.com> on 2016-08-29

* CMakeLists.txt: Add Shared/FrameInfoData.cpp.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/CMakeLists.txt (205166 => 205167)


--- trunk/Source/WebKit2/CMakeLists.txt	2016-08-30 01:48:10 UTC (rev 205166)
+++ trunk/Source/WebKit2/CMakeLists.txt	2016-08-30 01:56:37 UTC (rev 205167)
@@ -240,6 +240,7 @@
     Shared/ContextMenuContextData.cpp
     Shared/EditorState.cpp
     Shared/FontInfo.cpp
+    Shared/FrameInfoData.cpp
     Shared/LayerTreeContext.cpp
     Shared/LoadParameters.cpp
     Shared/NavigationActionData.cpp

Modified: trunk/Source/WebKit2/ChangeLog (205166 => 205167)


--- trunk/Source/WebKit2/ChangeLog	2016-08-30 01:48:10 UTC (rev 205166)
+++ trunk/Source/WebKit2/ChangeLog	2016-08-30 01:56:37 UTC (rev 205167)
@@ -1,3 +1,9 @@
+2016-08-29  Gyuyoung Kim  <gyuyoung....@navercorp.com>
+
+        Unreviewed EFL/GTK build fix since r205150
+
+        * CMakeLists.txt: Add Shared/FrameInfoData.cpp.
+
 2016-08-29  Anders Carlsson  <ander...@apple.com>
 
         Get rid of ChildProcessProxy::fromConnection
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to