Chromium Code Reviews| Index: cmake/CMakeLists.txt |
| diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt |
| index b375e59f453731ef58a1fc70ad12f04c0f58729f..9fc4ea5a427cdd9240045ea2f9c058d2eeeec2c2 100644 |
| --- a/cmake/CMakeLists.txt |
| +++ b/cmake/CMakeLists.txt |
| @@ -200,6 +200,7 @@ |
| add_definitions(-DSK_CODEC_DECODES_PNG) |
| else() |
| remove_srcs(../src/images/*png*) |
| + remove_srcs(../src/images/*ico*) |
| remove_srcs(../src/codec/*Png*) |
| remove_srcs(../src/codec/*Ico*) |
| endif() |