diff options
author | egdaniel <egdaniel@google.com> | 2015-02-05 11:11:13 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-05 11:11:13 -0800 |
commit | 5e1378d0e075a323144ba14e0a4cbcca35eccc69 (patch) | |
tree | 70156a081890aa64ae91a71d992191d980c21d4e /gyp | |
parent | 2fdd29d6e53d3c550bce711363a1d0d5b8069ee3 (diff) |
Move DstCopy on gpu into the GrXferProcessor.
BUG=skia:
Committed: https://skia.googlesource.com/skia/+/74a11753604768bf461b80cabb66060e8564d82c
Review URL: https://codereview.chromium.org/885923002
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index 1fbbec89bd..2036b89956 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -175,6 +175,7 @@ '<(skia_src_path)/gpu/GrTextureAccess.cpp', '<(skia_src_path)/gpu/GrTRecorder.h', '<(skia_src_path)/gpu/GrVertexBuffer.h', + '<(skia_src_path)/gpu/GrXferProcessor.cpp', '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', @@ -274,6 +275,8 @@ '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', + '<(skia_src_path)/gpu/gl/GrGLXferProcessor.cpp', + '<(skia_src_path)/gpu/gl/GrGLXferProcessor.h', # Files for building GLSL shaders '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp', |