Title: [206331] trunk/Source/WebKit2
Revision
206331
Author
jbed...@apple.com
Date
2016-09-23 14:20:19 -0700 (Fri, 23 Sep 2016)

Log Message

Fix Mac CMake build after r206261
https://bugs.webkit.org/show_bug.cgi?id=162493

Reviewed by Alex Christensen.

* CMakeLists.txt: Exclude WebTextChecker from Mac CMake builds.
* PlatformEfl.cmake: Ditto.
* PlatformGTK.cmake: Ditto.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/CMakeLists.txt (206330 => 206331)


--- trunk/Source/WebKit2/CMakeLists.txt	2016-09-23 21:01:40 UTC (rev 206330)
+++ trunk/Source/WebKit2/CMakeLists.txt	2016-09-23 21:20:19 UTC (rev 206331)
@@ -400,8 +400,6 @@
     UIProcess/WebProcessLifetimeTracker.cpp
     UIProcess/WebProcessPool.cpp
     UIProcess/WebProcessProxy.cpp
-    UIProcess/WebTextChecker.cpp
-    UIProcess/WebTextCheckerClient.cpp
     UIProcess/WebVibrationProvider.cpp
     UIProcess/WebVibrationProxy.cpp
     UIProcess/WebViewportAttributes.cpp

Modified: trunk/Source/WebKit2/ChangeLog (206330 => 206331)


--- trunk/Source/WebKit2/ChangeLog	2016-09-23 21:01:40 UTC (rev 206330)
+++ trunk/Source/WebKit2/ChangeLog	2016-09-23 21:20:19 UTC (rev 206331)
@@ -1,3 +1,14 @@
+2016-09-23  Jonathan Bedard  <jbed...@apple.com>
+
+        Fix Mac CMake build after r206261
+        https://bugs.webkit.org/show_bug.cgi?id=162493
+
+        Reviewed by Alex Christensen.
+
+        * CMakeLists.txt: Exclude WebTextChecker from Mac CMake builds.
+        * PlatformEfl.cmake: Ditto.
+        * PlatformGTK.cmake: Ditto.
+
 2016-09-23  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [GTK] BadDamage X error in /webkit2/WebKitWebView/preferred-size

Modified: trunk/Source/WebKit2/PlatformEfl.cmake (206330 => 206331)


--- trunk/Source/WebKit2/PlatformEfl.cmake	2016-09-23 21:01:40 UTC (rev 206330)
+++ trunk/Source/WebKit2/PlatformEfl.cmake	2016-09-23 21:20:19 UTC (rev 206331)
@@ -64,6 +64,8 @@
     UIProcess/DefaultUndoController.cpp
     UIProcess/LegacySessionStateCodingNone.cpp
     UIProcess/WebResourceLoadStatisticsStore.cpp
+    UIProcess/WebTextChecker.cpp
+    UIProcess/WebTextCheckerClient.cpp
 
     UIProcess/API/C/CoordinatedGraphics/WKView.cpp
 

Modified: trunk/Source/WebKit2/PlatformGTK.cmake (206330 => 206331)


--- trunk/Source/WebKit2/PlatformGTK.cmake	2016-09-23 21:01:40 UTC (rev 206330)
+++ trunk/Source/WebKit2/PlatformGTK.cmake	2016-09-23 21:20:19 UTC (rev 206331)
@@ -90,6 +90,8 @@
     UIProcess/DrawingAreaProxyImpl.cpp
     UIProcess/LegacySessionStateCodingNone.cpp
     UIProcess/WebResourceLoadStatisticsStore.cpp
+    UIProcess/WebTextChecker.cpp
+    UIProcess/WebTextCheckerClient.cpp
 
     UIProcess/API/C/cairo/WKIconDatabaseCairo.cpp
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to