OLD | NEW |
1 # Include this gypi to include all 'gpu' files | 1 # Include this gypi to include all 'gpu' files |
2 # The parent gyp/gypi file must define | 2 # The parent gyp/gypi file must define |
3 # 'skia_src_path' e.g. skia/trunk/src | 3 # 'skia_src_path' e.g. skia/trunk/src |
4 # 'skia_include_path' e.g. skia/trunk/include | 4 # 'skia_include_path' e.g. skia/trunk/include |
5 # | 5 # |
6 # The skia build defines these in common_variables.gypi | 6 # The skia build defines these in common_variables.gypi |
7 # | 7 # |
8 { | 8 { |
9 'variables': { | 9 'variables': { |
10 'skgpu_sources': [ | 10 'skgpu_sources': [ |
(...skipping 16 matching lines...) Expand all Loading... |
27 '<(skia_include_path)/gpu/GrRenderTarget.h', | 27 '<(skia_include_path)/gpu/GrRenderTarget.h', |
28 '<(skia_include_path)/gpu/GrResourceKey.h', | 28 '<(skia_include_path)/gpu/GrResourceKey.h', |
29 '<(skia_include_path)/gpu/GrSurface.h', | 29 '<(skia_include_path)/gpu/GrSurface.h', |
30 '<(skia_include_path)/gpu/GrShaderVar.h', | 30 '<(skia_include_path)/gpu/GrShaderVar.h', |
31 '<(skia_include_path)/gpu/GrTexture.h', | 31 '<(skia_include_path)/gpu/GrTexture.h', |
32 '<(skia_include_path)/gpu/GrTextureAccess.h', | 32 '<(skia_include_path)/gpu/GrTextureAccess.h', |
33 '<(skia_include_path)/gpu/GrTypes.h', | 33 '<(skia_include_path)/gpu/GrTypes.h', |
34 '<(skia_include_path)/gpu/GrUserConfig.h', | 34 '<(skia_include_path)/gpu/GrUserConfig.h', |
35 '<(skia_include_path)/gpu/GrXferProcessor.h', | 35 '<(skia_include_path)/gpu/GrXferProcessor.h', |
36 | 36 |
| 37 '<(skia_include_path)/gpu/effects/GrColorProcessor.h', |
37 '<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h', | 38 '<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h', |
38 '<(skia_include_path)/gpu/effects/GrCustomXfermode.h', | 39 '<(skia_include_path)/gpu/effects/GrCustomXfermode.h', |
39 '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h', | 40 '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h', |
40 | 41 |
41 '<(skia_include_path)/gpu/gl/GrGLConfig.h', | 42 '<(skia_include_path)/gpu/gl/GrGLConfig.h', |
42 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', | 43 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', |
43 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', | 44 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', |
44 '<(skia_include_path)/gpu/gl/GrGLInterface.h', | 45 '<(skia_include_path)/gpu/gl/GrGLInterface.h', |
45 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', | 46 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', |
46 | 47 |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 '<(skia_src_path)/gpu/GrTexturePriv.h', | 187 '<(skia_src_path)/gpu/GrTexturePriv.h', |
187 '<(skia_src_path)/gpu/GrTextureAccess.cpp', | 188 '<(skia_src_path)/gpu/GrTextureAccess.cpp', |
188 '<(skia_src_path)/gpu/GrTRecorder.h', | 189 '<(skia_src_path)/gpu/GrTRecorder.h', |
189 '<(skia_src_path)/gpu/GrVertexBuffer.h', | 190 '<(skia_src_path)/gpu/GrVertexBuffer.h', |
190 '<(skia_src_path)/gpu/GrXferProcessor.cpp', | 191 '<(skia_src_path)/gpu/GrXferProcessor.cpp', |
191 | 192 |
192 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', | 193 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', |
193 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', | 194 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', |
194 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', | 195 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', |
195 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp', | 196 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp', |
| 197 '<(skia_src_path)/gpu/effects/GrColorProcessor.cpp', |
196 '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp', | 198 '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp', |
197 '<(skia_src_path)/gpu/effects/GrCustomXfermodePriv.h', | 199 '<(skia_src_path)/gpu/effects/GrCustomXfermodePriv.h', |
198 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', | 200 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', |
199 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', | 201 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', |
200 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', | 202 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', |
201 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', | 203 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', |
202 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', | 204 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', |
203 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h', | 205 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h', |
204 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', | 206 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', |
205 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', | 207 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 387 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
386 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | 388 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
387 ], | 389 ], |
388 'skgpu_null_gl_sources': [ | 390 'skgpu_null_gl_sources': [ |
389 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 391 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
390 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 392 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
391 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 393 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
392 ], | 394 ], |
393 }, | 395 }, |
394 } | 396 } |
OLD | NEW |