.:
* Source/cmake/OptionsWinCairo.cmake:
OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
Source/WebCore:
* CMakeLists.txt:
MockCDM is necessary for testing if ENCRYPTED_MEDIA_V2 is enabled.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@188101
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-08-06 Alex Christensen <achristensen@webkit.org>
+
+ [Win] CMake build fix after r188098.
+
+ * Source/cmake/OptionsWinCairo.cmake:
+ OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
+
2015-08-04 Alex Christensen <achristensen@webkit.org>
Fix quirks with CMake and VS2015
testing/InternalSettings.cpp
testing/Internals.cpp
testing/MicroTaskTest.cpp
+ testing/MockCDM.cpp
testing/MockPageOverlayClient.cpp
testing/js/WebCoreTestSupport.cpp
+2015-08-06 Alex Christensen <achristensen@webkit.org>
+
+ [Win] CMake build fix after r188098.
+
+ * CMakeLists.txt:
+ MockCDM is necessary for testing if ENCRYPTED_MEDIA_V2 is enabled.
+
2015-08-05 Filip Pizlo <fpizlo@apple.com>
Lightweight locks should be adaptive
+set(WTF_PLATFORM_WIN_CAIRO 1)
+
include(OptionsWindows)
-set(WTF_PLATFORM_WIN_CAIRO 1)
set(USE_CF 1)
set(USE_CURL 1)
set(USE_ICU_UNICODE 1)