Title: [213698] trunk/Source
Revision
213698
Author
[email protected]
Date
2017-03-09 18:37:58 -0800 (Thu, 09 Mar 2017)

Log Message

Fix GTK build after r213696

Source/WebCore:

* PlatformMac.cmake:

Source/WebKit2:

* CMakeLists.txt:
* PlatformMac.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (213697 => 213698)


--- trunk/Source/WebCore/ChangeLog	2017-03-10 02:00:33 UTC (rev 213697)
+++ trunk/Source/WebCore/ChangeLog	2017-03-10 02:37:58 UTC (rev 213698)
@@ -1,3 +1,9 @@
+2017-03-09  Alex Christensen  <[email protected]>
+
+        Fix GTK build after r213696
+
+        * PlatformMac.cmake:
+
 2017-03-09  Brian Nicholson  <[email protected]> and Alex Christensen  <[email protected]>
 
         Expose public APIs for content filters

Modified: trunk/Source/WebCore/PlatformMac.cmake (213697 => 213698)


--- trunk/Source/WebCore/PlatformMac.cmake	2017-03-10 02:00:33 UTC (rev 213697)
+++ trunk/Source/WebCore/PlatformMac.cmake	2017-03-10 02:37:58 UTC (rev 213698)
@@ -215,7 +215,6 @@
     crypto/mac/CryptoAlgorithmRSASSA_PKCS1_v1_5Mac.cpp
     crypto/mac/CryptoAlgorithmRSA_OAEPMac.cpp
     crypto/mac/CryptoAlgorithmRegistryMac.cpp
-    crypto/mac/CryptoKeyECDHMac.cpp
     crypto/mac/CryptoKeyMac.cpp
     crypto/mac/CryptoKeyRSAMac.cpp
     crypto/mac/SerializedCryptoKeyWrapMac.mm

Modified: trunk/Source/WebKit2/CMakeLists.txt (213697 => 213698)


--- trunk/Source/WebKit2/CMakeLists.txt	2017-03-10 02:00:33 UTC (rev 213697)
+++ trunk/Source/WebKit2/CMakeLists.txt	2017-03-10 02:37:58 UTC (rev 213698)
@@ -332,6 +332,8 @@
     UIProcess/WebVibrationProxy.cpp
     UIProcess/WebViewportAttributes.cpp
 
+    UIProcess/API/APIContentExtension.cpp
+    UIProcess/API/APIContentExtensionStore.cpp
     UIProcess/API/APIExperimentalFeature.cpp
     UIProcess/API/APIFrameInfo.cpp
     UIProcess/API/APIHitTestResult.cpp
@@ -342,8 +344,6 @@
     UIProcess/API/APIOpenPanelParameters.cpp
     UIProcess/API/APISessionState.cpp
     UIProcess/API/APIURLSchemeHandlerTask.cpp
-    UIProcess/API/APIUserContentExtension.cpp
-    UIProcess/API/APIUserContentExtensionStore.cpp
     UIProcess/API/APIUserContentWorld.cpp
     UIProcess/API/APIUserScript.cpp
     UIProcess/API/APIUserStyleSheet.cpp

Modified: trunk/Source/WebKit2/ChangeLog (213697 => 213698)


--- trunk/Source/WebKit2/ChangeLog	2017-03-10 02:00:33 UTC (rev 213697)
+++ trunk/Source/WebKit2/ChangeLog	2017-03-10 02:37:58 UTC (rev 213698)
@@ -1,3 +1,10 @@
+2017-03-09  Alex Christensen  <[email protected]>
+
+        Fix GTK build after r213696
+
+        * CMakeLists.txt:
+        * PlatformMac.cmake:
+
 2017-03-09  Brian Nicholson  <[email protected]> and Alex Christensen  <[email protected]>
 
         Expose public APIs for content filters

Modified: trunk/Source/WebKit2/PlatformMac.cmake (213697 => 213698)


--- trunk/Source/WebKit2/PlatformMac.cmake	2017-03-10 02:00:33 UTC (rev 213697)
+++ trunk/Source/WebKit2/PlatformMac.cmake	2017-03-10 02:37:58 UTC (rev 213698)
@@ -22,8 +22,6 @@
 list(APPEND WebKit2_SOURCES
     DatabaseProcess/mac/DatabaseProcessMac.mm
 
-    NetworkProcess/CustomProtocols/Cocoa/CustomProtocolManagerCocoa.mm
-
     NetworkProcess/Downloads/PendingDownload.cpp
 
     NetworkProcess/Downloads/cocoa/DownloadCocoa.mm
@@ -242,7 +240,6 @@
 
     UIProcess/Cocoa/AutomationClient.mm
     UIProcess/Cocoa/AutomationSessionClient.mm
-    UIProcess/Cocoa/CustomProtocolManagerClient.mm
     UIProcess/Cocoa/DiagnosticLoggingClient.mm
     UIProcess/Cocoa/DownloadClient.mm
     UIProcess/Cocoa/FindClient.mm
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to