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

Unified Diff: cmake/CMakeLists.txt

Issue 1827153003: Add GLFW support for GrGLCreateNativeInterface (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix cmake build 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 | src/gpu/gl/glfw/GrGLCreateNativeInterface_glfw.cpp » ('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 19a7acda9ec109e2669fe1ee1e9e682391cdb1ab..88877f4a3d9b8e0d7f9d56dc0c47099393920d12 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -93,6 +93,7 @@ remove_srcs(
../src/gpu/gl/SkCreatePlatformGLContext*.cpp # For internal testing only.
../src/gpu/gl/command_buffer/*
../src/gpu/gl/egl/*
+ ../src/gpu/gl/glfw/*
../src/gpu/gl/iOS/*
../src/gpu/vk/*
../src/opts/SkBitmapProcState_opts_none.cpp
« no previous file with comments | « no previous file | src/gpu/gl/glfw/GrGLCreateNativeInterface_glfw.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698