Title: [215142] trunk/Source/WebCore
Revision
215142
Author
o...@webkit.org
Date
2017-04-08 06:43:10 -0700 (Sat, 08 Apr 2017)

Log Message

Unreviewed Mac cmake buildfix after r215051, just for fun.
https://bugs.webkit.org/show_bug.cgi?id=169761

* PlatformMac.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (215141 => 215142)


--- trunk/Source/WebCore/ChangeLog	2017-04-08 05:30:47 UTC (rev 215141)
+++ trunk/Source/WebCore/ChangeLog	2017-04-08 13:43:10 UTC (rev 215142)
@@ -1,3 +1,10 @@
+2017-04-08  Csaba Osztrogonác  <o...@webkit.org>
+
+        Unreviewed Mac cmake buildfix after r215051, just for fun.
+        https://bugs.webkit.org/show_bug.cgi?id=169761
+
+        * PlatformMac.cmake:
+
 2017-04-07  Simon Fraser  <simon.fra...@apple.com>
 
         Build fix: TimerBase::start(double, double) can't be inline and exported,

Modified: trunk/Source/WebCore/PlatformMac.cmake (215141 => 215142)


--- trunk/Source/WebCore/PlatformMac.cmake	2017-04-08 05:30:47 UTC (rev 215141)
+++ trunk/Source/WebCore/PlatformMac.cmake	2017-04-08 13:43:10 UTC (rev 215142)
@@ -210,6 +210,7 @@
 
     crypto/mac/CryptoAlgorithmAES_CBCMac.cpp
     crypto/mac/CryptoAlgorithmAES_CFBMac.cpp
+    crypto/mac/CryptoAlgorithmAES_CTRMac.cpp
     crypto/mac/CryptoAlgorithmAES_GCMMac.cpp
     crypto/mac/CryptoAlgorithmAES_KWMac.cpp
     crypto/mac/CryptoAlgorithmECDHMac.cpp
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to