aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorGravatar abarth <abarth@chromium.org>2016-03-28 11:34:27 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-28 11:34:27 -0700
commit7fb19bc229ba4e7482ff7c0fd24bd2fcb0093b8b (patch)
tree0cd7e056a7d1748178d46d551e08af60d17f9030 /cmake
parentdf801aac5f57c64eb7f081288a299fa3c92cee0d (diff)
Add GLFW support for GrGLCreateNativeInterface
This file lets us use Skia's GPU backend with GLFW. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1827153003 CQ_EXTRA_TRYBOTS=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/1827153003
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index 19a7acda9e..88877f4a3d 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