Title: [214032] trunk/Source/WebKit2
Revision
214032
Author
achristen...@apple.com
Date
2017-03-15 23:48:26 -0700 (Wed, 15 Mar 2017)

Log Message

Fix CMake build.

* PlatformMac.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (214031 => 214032)


--- trunk/Source/WebKit2/ChangeLog	2017-03-16 06:29:02 UTC (rev 214031)
+++ trunk/Source/WebKit2/ChangeLog	2017-03-16 06:48:26 UTC (rev 214032)
@@ -1,3 +1,9 @@
+2017-03-15  Alex Christensen  <achristen...@webkit.org>
+
+        Fix CMake build.
+
+        * PlatformMac.cmake:
+
 2017-03-15  Jer Noble  <jer.no...@apple.com>
 
         Optionally capture audio in the UIProcess

Modified: trunk/Source/WebKit2/PlatformMac.cmake (214031 => 214032)


--- trunk/Source/WebKit2/PlatformMac.cmake	2017-03-16 06:29:02 UTC (rev 214031)
+++ trunk/Source/WebKit2/PlatformMac.cmake	2017-03-16 06:48:26 UTC (rev 214032)
@@ -194,6 +194,7 @@
     UIProcess/API/Cocoa/WKContentExtensionStore.mm
     UIProcess/API/Cocoa/WKError.mm
     UIProcess/API/Cocoa/WKFrameInfo.mm
+    UIProcess/API/Cocoa/WKHTTPCookieStore.mm
     UIProcess/API/Cocoa/WKMenuItemIdentifiers.mm
     UIProcess/API/Cocoa/WKNSURLAuthenticationChallenge.mm
     UIProcess/API/Cocoa/WKNavigation.mm
@@ -339,7 +340,6 @@
     WebProcess/Plugins/Netscape/mac/NetscapePluginMac.mm
     WebProcess/Plugins/Netscape/mac/PluginProxyMac.mm
 
-    WebProcess/Plugins/PDF/DeprecatedPDFPlugin.mm
     WebProcess/Plugins/PDF/PDFPlugin.mm
     WebProcess/Plugins/PDF/PDFPluginAnnotation.mm
     WebProcess/Plugins/PDF/PDFPluginChoiceAnnotation.mm
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to