Chromium Code Reviews| Index: cmake/CMakeLists.txt |
| diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt |
| index d71415996cd4ac75f74299e3523e9977ef8136d7..9fc4ea5a427cdd9240045ea2f9c058d2eeeec2c2 100644 |
| --- a/cmake/CMakeLists.txt |
| +++ b/cmake/CMakeLists.txt |
| @@ -109,6 +109,10 @@ if (NOT APPLE) |
| remove_srcs(../src/ports/SkImageGeneratorCG.cpp) |
| endif() |
| +if (NOT WIN32) |
| + remove_srcs(../src/ports/SkImageGeneratorWIC.cpp) |
| +endif() |
| + |
| if (WIN32) |
| if(SKIA_GDI) |
| remove_srcs(../src/ports/SkFontMgr_win_dw_factory.cpp) |