| Index: cmake/CMakeLists.txt
|
| diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
|
| index 4477167b86f9169ee39912b044d720f0e72cd854..e7470dcbe145b49932f0f218dcd1c576b3d15c6e 100644
|
| --- a/cmake/CMakeLists.txt
|
| +++ b/cmake/CMakeLists.txt
|
| @@ -57,7 +57,7 @@ remove_srcs (../src/ports/SkFontMgr_custom*.cpp)
|
|
|
| # Skia sure ships a lot of code no one uses.
|
| remove_srcs (../src/animator/* ../src/*nacl* ../src/svg/* ../src/views/* ../src/xml/*)
|
| -foreach (include animator svg svg/parser views views/animated xml)
|
| +foreach (include animator svg svg/parser views xml)
|
| file (GLOB globed_include ../include/${include})
|
| list (REMOVE_ITEM public_includes ${globed_include})
|
| endforeach()
|
|
|