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

Unified Diff: gyp/gpu.gypi

Issue 1186113007: Refactor separable varying location info to be stored in GrGLProgram subclass (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | src/gpu/gl/GrGLPathProcessor.h » ('j') | src/gpu/gl/GrGLPrimitiveProcessor.h » ('J')
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 07a93a28af48a65bab3a2d7df99dc58fd0099e90..9f89c2011aa3578722e40f55ce8851df3961e23f 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -293,6 +293,10 @@
'<(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',
@@ -332,6 +336,8 @@
'<(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',
« no previous file with comments | « no previous file | src/gpu/gl/GrGLPathProcessor.h » ('j') | src/gpu/gl/GrGLPrimitiveProcessor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698