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

Unified Diff: gyp/gpu.gypi

Issue 1202293002: Move GLSL-specific routines/classes to separate glsl directory (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rename GrGLGLSL.{cpp,h} 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/effects/SkMagnifierImageFilter.cpp » ('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 07a93a28af48a65bab3a2d7df99dc58fd0099e90..f15f1f143ad5713726439be45ea0747afb9eefb8 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -281,6 +281,8 @@
'<(skia_src_path)/gpu/gl/GrGLDefines.h',
'<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.cpp',
'<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.h',
+ '<(skia_src_path)/gpu/gl/GrGLGLSL.cpp',
+ '<(skia_src_path)/gpu/gl/GrGLGLSL.h',
'<(skia_src_path)/gpu/gl/GrGLGpu.cpp',
'<(skia_src_path)/gpu/gl/GrGLGpu.h',
'<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp',
@@ -313,9 +315,6 @@
'<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
'<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
'<(skia_src_path)/gpu/gl/GrGLShaderVar.h',
- '<(skia_src_path)/gpu/gl/GrGLSL.cpp',
- '<(skia_src_path)/gpu/gl/GrGLSL.h',
- '<(skia_src_path)/gpu/gl/GrGLSL_impl.h',
'<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp',
'<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h',
'<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
@@ -346,6 +345,13 @@
'<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp',
'<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h',
+ # GLSL
+ '<(skia_src_path)/gpu/glsl/GrGLSLCaps.cpp',
+ '<(skia_src_path)/gpu/glsl/GrGLSLCaps.h',
+ '<(skia_src_path)/gpu/glsl/GrGLSL.cpp',
+ '<(skia_src_path)/gpu/glsl/GrGLSL.h',
+ '<(skia_src_path)/gpu/glsl/GrGLSL_impl.h',
+
# Sk files
'<(skia_include_path)/gpu/SkGr.h',
'<(skia_include_path)/gpu/SkGrPixelRef.h',
« no previous file with comments | « no previous file | src/effects/SkMagnifierImageFilter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698