Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: cmake/CMakeLists.txt

Issue 1781773002: SkPDF: move all pdf sources into src/pdf (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2016-03-10 (Thursday) 15:59:02 EST Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gyp/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cmake/CMakeLists.txt
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index f0b0e31d91f7b9dce003af441f647cd9190bd7a5..d71415996cd4ac75f74299e3523e9977ef8136d7 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -204,9 +204,10 @@ endif()
if (ZLIB_FOUND)
list (APPEND private_includes ${ZLIB_INCLUDE_DIRS})
list (APPEND libs ${ZLIB_LIBRARIES})
- remove_srcs(../src/doc/SkDocument_PDF_None.cpp)
+ remove_srcs(../src/pdf/SkDocument_PDF_None.cpp)
else()
- remove_srcs(../src/pdf/*.cpp ../src/doc/SkDocument_PDF.cpp)
+ remove_srcs(../src/pdf/*.cpp)
+ set (srcs ${srcs} ../src/pdf/SkDocument_PDF_None.cpp)
endif()
if (WEBP_INCLUDE_DIRS AND WEBP_LIBRARIES)
« no previous file with comments | « no previous file | gyp/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698