Remove all headers from include/gpu/effects
TBR=bsalomon@google.com Change-Id: I9ad2fa41262693b3a83bef625eac332eb1e71a3d Reviewed-on: https://skia-review.googlesource.com/13988 Commit-Queue: Robert Phillips <robertphillips@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
This commit is contained in:
parent
c17dc24fa9
commit
54cbcd7056
@ -36,10 +36,6 @@ skia_gpu_sources = [
|
||||
"$_include/gpu/GrTypes.h",
|
||||
"$_include/gpu/GrTypesPriv.h",
|
||||
|
||||
"$_include/gpu/effects/GrBlurredEdgeFragmentProcessor.h",
|
||||
"$_include/gpu/effects/GrConstColorProcessor.h",
|
||||
"$_include/gpu/effects/GrXfermodeFragmentProcessor.h",
|
||||
|
||||
"$_include/gpu/gl/GrGLAssembleInterface.h",
|
||||
"$_include/gpu/gl/GrGLConfig.h",
|
||||
"$_include/gpu/gl/GrGLExtensions.h",
|
||||
@ -296,9 +292,11 @@ skia_gpu_sources = [
|
||||
|
||||
"$_src/gpu/effects/Gr1DKernelEffect.h",
|
||||
"$_src/gpu/effects/GrBlurredEdgeFragmentProcessor.cpp",
|
||||
"$_src/gpu/effects/GrBlurredEdgeFragmentProcessor.h",
|
||||
"$_src/gpu/effects/GrConfigConversionEffect.cpp",
|
||||
"$_src/gpu/effects/GrConfigConversionEffect.h",
|
||||
"$_src/gpu/effects/GrConstColorProcessor.cpp",
|
||||
"$_src/gpu/effects/GrConstColorProcessor.h",
|
||||
"$_src/gpu/effects/GrCoverageSetOpXP.cpp",
|
||||
"$_src/gpu/effects/GrCoverageSetOpXP.h",
|
||||
"$_src/gpu/effects/GrCustomXfermode.cpp",
|
||||
@ -342,6 +340,7 @@ skia_gpu_sources = [
|
||||
"$_src/gpu/effects/GrTextureDomain.h",
|
||||
"$_src/gpu/effects/GrTextureStripAtlas.cpp",
|
||||
"$_src/gpu/effects/GrXfermodeFragmentProcessor.cpp",
|
||||
"$_src/gpu/effects/GrXfermodeFragmentProcessor.h",
|
||||
"$_src/gpu/effects/GrYUVEffect.cpp",
|
||||
"$_src/gpu/effects/GrYUVEffect.h",
|
||||
|
||||
|
@ -5,10 +5,10 @@
|
||||
* found in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "effects/GrXfermodeFragmentProcessor.h"
|
||||
#include "GrXfermodeFragmentProcessor.h"
|
||||
|
||||
#include "GrConstColorProcessor.h"
|
||||
#include "GrFragmentProcessor.h"
|
||||
#include "effects/GrConstColorProcessor.h"
|
||||
#include "glsl/GrGLSLFragmentProcessor.h"
|
||||
#include "glsl/GrGLSLBlend.h"
|
||||
#include "glsl/GrGLSLFragmentShaderBuilder.h"
|
||||
|
Loading…
Reference in New Issue
Block a user