Title: [222955] trunk/Source
- Revision
- 222955
- Author
- [email protected]
- Date
- 2017-10-05 20:06:35 -0700 (Thu, 05 Oct 2017)
Log Message
Fix the Mac CMake build
https://bugs.webkit.org/show_bug.cgi?id=177985
Unreviewed build fix.
* CMakeLists.txt:
* PlatformMac.cmake:
After r222917, there's one more piece of WebKitSystemInterface left.
And some missing bits of PaymentRequest.
Modified Paths
Diff
Modified: trunk/Source/WebCore/CMakeLists.txt (222954 => 222955)
--- trunk/Source/WebCore/CMakeLists.txt 2017-10-06 03:01:57 UTC (rev 222954)
+++ trunk/Source/WebCore/CMakeLists.txt 2017-10-06 03:06:35 UTC (rev 222955)
@@ -17,6 +17,7 @@
"${WEBCORE_DIR}/Modules/airplay"
"${WEBCORE_DIR}/Modules/beacon"
"${WEBCORE_DIR}/Modules/applepay"
+ "${WEBCORE_DIR}/Modules/applepay/paymentrequest"
"${WEBCORE_DIR}/Modules/cache"
"${WEBCORE_DIR}/Modules/credentials"
"${WEBCORE_DIR}/Modules/encryptedmedia"
@@ -1122,6 +1123,7 @@
Modules/notifications/Notification.cpp
Modules/notifications/NotificationController.cpp
+ Modules/paymentrequest/PaymentHandler.cpp
Modules/paymentrequest/PaymentRequest.cpp
Modules/paymentrequest/PaymentRequestUpdateEvent.cpp
Modules/paymentrequest/PaymentResponse.cpp
Modified: trunk/Source/WebKit/ChangeLog (222954 => 222955)
--- trunk/Source/WebKit/ChangeLog 2017-10-06 03:01:57 UTC (rev 222954)
+++ trunk/Source/WebKit/ChangeLog 2017-10-06 03:06:35 UTC (rev 222955)
@@ -1,3 +1,15 @@
+2017-10-05 Tim Horton <[email protected]>
+
+ Fix the Mac CMake build
+ https://bugs.webkit.org/show_bug.cgi?id=177985
+
+ Unreviewed build fix.
+
+ * CMakeLists.txt:
+ * PlatformMac.cmake:
+ After r222917, there's one more piece of WebKitSystemInterface left.
+ And some missing bits of PaymentRequest.
+
2017-10-05 Keith Miller <[email protected]>
Unreviewed, tapi builds without optimization so we should have TAPI passes -DRELEASE_WITHOUT_OPTIMIZATIONS.
Modified: trunk/Source/WebKit/PlatformMac.cmake (222954 => 222955)
--- trunk/Source/WebKit/PlatformMac.cmake 2017-10-06 03:01:57 UTC (rev 222954)
+++ trunk/Source/WebKit/PlatformMac.cmake 2017-10-06 03:06:35 UTC (rev 222955)
@@ -370,7 +370,6 @@
WebProcess/WebCoreSupport/mac/WebEditorClientMac.mm
WebProcess/WebCoreSupport/mac/WebFrameNetworkingContext.mm
WebProcess/WebCoreSupport/mac/WebPopupMenuMac.mm
- WebProcess/WebCoreSupport/mac/WebSystemInterface.mm
WebProcess/WebPage/ViewGestureGeometryCollector.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes