aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar wangyix <wangyix@google.com>2015-09-09 12:58:32 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-09 12:58:32 -0700
commit809e5afdd95962465a51e3dbab707abf9d594fab (patch)
tree892b52003270dd52ec96d713f0ccf0874701d234 /gyp
parentbf2988833e5a36c6b430da6fdd2cfebd0015adec (diff)
Brian requested a new namespace for factories that create fragment processors that combine 2 things with a xfermode. This way, we can change the implementation of these factories in the future to not use GrComposeEffect if desired.
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index 818f2b20e6..2f491813f3 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -48,6 +48,7 @@
'<(skia_include_path)/gpu/effects/GrCustomXfermode.h',
'<(skia_include_path)/gpu/effects/GrExtractAlphaFragmentProcessor.h',
'<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h',
+ '<(skia_include_path)/gpu/effects/GrXfermodeFragmentProcessor.h',
'<(skia_include_path)/gpu/gl/GrGLConfig.h',
'<(skia_include_path)/gpu/gl/GrGLExtensions.h',
@@ -289,6 +290,7 @@
'<(skia_src_path)/gpu/effects/GrTextureDomain.h',
'<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
'<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',
+ '<(skia_src_path)/gpu/effects/GrXfermodeFragmentProcessor.cpp',
'<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.cpp',
'<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.h',