aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-09-11 11:45:01 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-11 11:45:01 -0700
commitd8dd47b5fa52430a1ab5c07335c0c13fcd43a82d (patch)
treef48c0561aadb86359aca63165f716ae86c6106a3 /gyp
parent212aab07d9899e6067feae45cd61ee441cd34d96 (diff)
remove path specific program building classes
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gypi6
1 files changed, 0 insertions, 6 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index ec3cba5297..84a927dc8d 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -313,10 +313,6 @@
'<(skia_src_path)/gpu/gl/GrGLNameAllocator.h',
'<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
'<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
- '<(skia_src_path)/gpu/gl/GrGLPathProgram.cpp',
- '<(skia_src_path)/gpu/gl/GrGLPathProgram.h',
- '<(skia_src_path)/gpu/gl/GrGLPathProgramDataManager.cpp',
- '<(skia_src_path)/gpu/gl/GrGLPathProgramDataManager.h',
'<(skia_src_path)/gpu/gl/GrGLPath.cpp',
'<(skia_src_path)/gpu/gl/GrGLPath.h',
'<(skia_src_path)/gpu/gl/GrGLPathProcessor.cpp',
@@ -352,8 +348,6 @@
'<(skia_src_path)/gpu/gl/GrGLXferProcessor.h',
# Files for building GLSL shaders
- '<(skia_src_path)/gpu/gl/builders/GrGLPathProgramBuilder.cpp',
- '<(skia_src_path)/gpu/gl/builders/GrGLPathProgramBuilder.h',
'<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp',
'<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h',
'<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.cpp',