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

Unified Diff: gyp/gpu.gypi

Issue 491673002: Initial refactor of shaderbuilder (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 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 | « .gitignore ('k') | include/core/SkString.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gpu.gypi
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index 56ef4b5a6307c63fcd23aaa532b034271a6e20ea..f00cfac733909874b1a6302b91878cdafd7a43d5 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -208,7 +208,6 @@
'<(skia_src_path)/gpu/gl/GrGLPathRange.h',
'<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp',
'<(skia_src_path)/gpu/gl/GrGLPathRendering.h',
- '<(skia_src_path)/gpu/gl/GrGLSLPrettyPrint.cpp',
'<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
'<(skia_src_path)/gpu/gl/GrGLProgram.h',
'<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp',
@@ -219,8 +218,6 @@
'<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h',
'<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
'<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
- '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.cpp',
- '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.h',
'<(skia_src_path)/gpu/gl/GrGLShaderVar.h',
'<(skia_src_path)/gpu/gl/GrGLSL.cpp',
'<(skia_src_path)/gpu/gl/GrGLSL.h',
@@ -240,6 +237,21 @@
'<(skia_src_path)/gpu/gl/GrGpuGL.h',
'<(skia_src_path)/gpu/gl/GrGpuGL_program.cpp',
+ # Files for building GLSL shaders
+ '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp',
+ '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.cpp',
+ '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.h',
+ '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp',
+ '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h',
+ '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp',
+ '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h',
+ '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.cpp',
+ '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.h',
+ '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp',
+ '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.h',
+ '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp',
+ '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h',
+
# Sk files
'<(skia_include_path)/gpu/SkGpuDevice.h',
'<(skia_include_path)/gpu/SkGr.h',
« no previous file with comments | « .gitignore ('k') | include/core/SkString.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698