Index: gyp/gpu.gypi |
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi |
index 9fa159167cc02c0ed43191174cfd3364593ecbc6..8c4e2e2fbc76c33a011229c61931513b7743b17e 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', |