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

Unified Diff: cmake/CMakeLists.txt

Issue 2184483003: Move SkJSONCPP.h to tools. It tool-only. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: update cmake Created 4 years, 5 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 | include/utils/SkJSONCPP.h » ('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 9ecb504a862139d71bfb75fb7b2fb534e0e24a3b..7240d88d27806610e1175c023c29d60a9451cdf9 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -333,7 +333,7 @@ endforeach()
# c++ example.o @skia_link_arguments.txt
# skia.h
-set (bad_files GrGLConfig_chrome.h SkJSONCPP.h SkParsePaint.h)
+set (bad_files GrGLConfig_chrome.h)
# make `c++ @skia_compile_arguments.txt include/skia.h` work.
set (skia_h_path ${userconfig_directory}/skia.h)
file (WRITE ${skia_h_path} "// skia.h generated by CMake.\n")
« no previous file with comments | « no previous file | include/utils/SkJSONCPP.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698