aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar egdaniel <egdaniel@google.com>2015-11-13 08:34:52 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-13 08:34:52 -0800
commitfa4cc8bf2aa782431609dd2ac16b1fc36de72e44 (patch)
tree26c306d55e2a7adeea52a4db5477f70b16592e48 /gyp
parent266e2024ec487425f56473e272a6b81bfbf2c543 (diff)
Move XferProcessors to glsl
This is basically a move and rename TBR=bsalomon@google.com BUG=skia: Review URL: https://codereview.chromium.org/1440073002
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index 9fa159167c..8c4e2e2fbc 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -341,8 +341,6 @@
'<(skia_src_path)/gpu/gl/GrGLVertexArray.h',
'<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp',
'<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h',
- '<(skia_src_path)/gpu/gl/GrGLXferProcessor.cpp',
- '<(skia_src_path)/gpu/gl/GrGLXferProcessor.h',
# Files for building GLSL shaders
'<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp',
@@ -377,6 +375,8 @@
'<(skia_src_path)/gpu/glsl/GrGLSLUtil.h',
'<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.cpp',
'<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.h',
+ '<(skia_src_path)/gpu/glsl/GrGLSLXferProcessor.cpp',
+ '<(skia_src_path)/gpu/glsl/GrGLSLXferProcessor.h',
# Sk files
'<(skia_include_path)/gpu/SkGr.h',