From 01c97230f890ca2650e490234a4c5e5190049fdc Mon Sep 17 00:00:00 2001 From: fmalita Date: Tue, 19 Jul 2016 06:12:54 -0700 Subject: Delete the legacy SVG parser Unused. R=reed@google.com,robertphillips@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2154193003 CQ_INCLUDE_TRYBOTS=master.client.skia.compile:Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot,Build-Mac-Clang-x86_64-Release-CMake-Trybot Review-Url: https://codereview.chromium.org/2154193003 --- cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 1281a5b801..9ecb504a86 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -65,7 +65,7 @@ remove_srcs (../src/sksl/SkSLMain.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 xml gpu/vk) +foreach (include animator svg views xml gpu/vk) file (GLOB globed_include ../include/${include}) list (REMOVE_ITEM public_includes ${globed_include}) endforeach() -- cgit v1.2.3