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

Unified Diff: tools/BUILD.public.expected

Issue 1441683008: Move GrGLPrimitive/GeometryProc to GLSL (Closed) Base URL: https://skia.googlesource.com/skia.git@xferProcs
Patch Set: nits Created 5 years, 1 month 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 | « src/gpu/glsl/GrGLSLPrimitiveProcessor.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/BUILD.public.expected
diff --git a/tools/BUILD.public.expected b/tools/BUILD.public.expected
index 460fc0f8cbec214417d3663a94e5936e36e2ed1a..e5652939fe23c15c0bef38e995c1faefb6b896f2 100644
--- a/tools/BUILD.public.expected
+++ b/tools/BUILD.public.expected
@@ -1671,8 +1671,8 @@ SRCS = ['include/private/SkAtomics.h',
'src/gpu/gl/GrGLFragmentProcessor.h',
'src/gpu/gl/GrGLGLSL.cpp',
'src/gpu/gl/GrGLGLSL.h',
- 'src/gpu/gl/GrGLGeometryProcessor.cpp',
- 'src/gpu/gl/GrGLGeometryProcessor.h',
+ 'src/gpu/glsl/GrGLSLGeometryProcessor.cpp',
+ 'src/gpu/glsl/GrGLSLGeometryProcessor.h',
'src/gpu/gl/GrGLGpu.cpp',
'src/gpu/gl/GrGLGpu.h',
'src/gpu/gl/GrGLGpuProgramCache.cpp',
@@ -1690,8 +1690,8 @@ SRCS = ['include/private/SkAtomics.h',
'src/gpu/gl/GrGLPathRange.h',
'src/gpu/gl/GrGLPathRendering.cpp',
'src/gpu/gl/GrGLPathRendering.h',
- 'src/gpu/gl/GrGLPrimitiveProcessor.cpp',
- 'src/gpu/gl/GrGLPrimitiveProcessor.h',
+ 'src/gpu/glsl/GrGLSLPrimitiveProcessor.cpp',
+ 'src/gpu/glsl/GrGLSLPrimitiveProcessor.h',
'src/gpu/gl/GrGLProgram.cpp',
'src/gpu/gl/GrGLProgram.h',
'src/gpu/gl/GrGLProgramDataManager.cpp',
« no previous file with comments | « src/gpu/glsl/GrGLSLPrimitiveProcessor.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698