From e092cee9ad96c8df1af05dcb0c078874b67c1a8e Mon Sep 17 00:00:00 2001 From: mtklein Date: Mon, 26 Oct 2015 08:41:10 -0700 Subject: [PATCH] CMake: exclude SkOSLibrary_posix.cpp on Windows too. BUG=skia: CQ_EXTRA_TRYBOTS=client.skia.compile:Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot,Build-Mac10.9-Clang-x86_64-Release-CMake-Trybot Review URL: https://codereview.chromium.org/1414983004 --- cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 55539d0..348b724 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -60,8 +60,8 @@ if (NOT WIN32) endif() if (NOT UNIX) remove_srcs(../src/doc/SkDocument_XPS_None.cpp + ../src/ports/*_posix.cpp ../src/ports/SkDebug_stdio.cpp - ../src/ports/SkOSFile_posix.cpp ../src/ports/SkTLS_pthread.cpp ../src/ports/SkTime_Unix.cpp ../src/utils/SkThreadUtils_pthread.cpp) -- 2.7.4