| 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 17 matching lines...) Expand all Loading... |
| 28 '<(skia_include_path)/gpu/GrRect.h', | 28 '<(skia_include_path)/gpu/GrRect.h', |
| 29 '<(skia_include_path)/gpu/GrRenderTarget.h', | 29 '<(skia_include_path)/gpu/GrRenderTarget.h', |
| 30 '<(skia_include_path)/gpu/GrResourceKey.h', | 30 '<(skia_include_path)/gpu/GrResourceKey.h', |
| 31 '<(skia_include_path)/gpu/GrSurface.h', | 31 '<(skia_include_path)/gpu/GrSurface.h', |
| 32 '<(skia_include_path)/gpu/GrShaderVar.h', | 32 '<(skia_include_path)/gpu/GrShaderVar.h', |
| 33 '<(skia_include_path)/gpu/GrTBackendProcessorFactory.h', | 33 '<(skia_include_path)/gpu/GrTBackendProcessorFactory.h', |
| 34 '<(skia_include_path)/gpu/GrTexture.h', | 34 '<(skia_include_path)/gpu/GrTexture.h', |
| 35 '<(skia_include_path)/gpu/GrTextureAccess.h', | 35 '<(skia_include_path)/gpu/GrTextureAccess.h', |
| 36 '<(skia_include_path)/gpu/GrTypes.h', | 36 '<(skia_include_path)/gpu/GrTypes.h', |
| 37 '<(skia_include_path)/gpu/GrUserConfig.h', | 37 '<(skia_include_path)/gpu/GrUserConfig.h', |
| 38 '<(skia_include_path)/gpu/GrXferProcessor.h', |
| 38 | 39 |
| 39 '<(skia_include_path)/gpu/gl/GrGLConfig.h', | 40 '<(skia_include_path)/gpu/gl/GrGLConfig.h', |
| 40 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', | 41 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', |
| 41 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', | 42 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', |
| 42 '<(skia_include_path)/gpu/gl/GrGLInterface.h', | 43 '<(skia_include_path)/gpu/gl/GrGLInterface.h', |
| 43 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', | 44 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', |
| 44 | 45 |
| 45 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp', | 46 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp', |
| 46 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h', | 47 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h', |
| 47 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp', | 48 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp', |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', | 179 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', |
| 179 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', | 180 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', |
| 180 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', | 181 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', |
| 181 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h', | 182 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h', |
| 182 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', | 183 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', |
| 183 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', | 184 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', |
| 184 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp', | 185 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp', |
| 185 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h', | 186 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h', |
| 186 '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp', | 187 '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp', |
| 187 '<(skia_src_path)/gpu/effects/GrDashingEffect.h', | 188 '<(skia_src_path)/gpu/effects/GrDashingEffect.h', |
| 189 '<(skia_src_path)/gpu/effects/GrDefaultXferProcessor.h', |
| 188 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp', | 190 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp', |
| 189 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h', | 191 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h', |
| 190 '<(skia_src_path)/gpu/effects/GrDitherEffect.cpp', | 192 '<(skia_src_path)/gpu/effects/GrDitherEffect.cpp', |
| 191 '<(skia_src_path)/gpu/effects/GrDitherEffect.h', | 193 '<(skia_src_path)/gpu/effects/GrDitherEffect.h', |
| 192 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.cpp', | 194 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.cpp', |
| 193 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.h', | 195 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.h', |
| 194 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp', | 196 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp', |
| 195 '<(skia_src_path)/gpu/effects/GrOvalEffect.h', | 197 '<(skia_src_path)/gpu/effects/GrOvalEffect.h', |
| 198 '<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.cpp', |
| 199 '<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.h', |
| 196 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', | 200 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', |
| 197 '<(skia_src_path)/gpu/effects/GrRRectEffect.h', | 201 '<(skia_src_path)/gpu/effects/GrRRectEffect.h', |
| 198 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', | 202 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', |
| 199 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', | 203 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', |
| 200 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', | 204 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', |
| 201 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', | 205 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', |
| 202 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', | 206 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', |
| 203 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', | 207 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', |
| 204 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', | 208 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', |
| 205 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', | 209 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 ], | 361 ], |
| 358 'skgpu_null_gl_sources': [ | 362 'skgpu_null_gl_sources': [ |
| 359 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 363 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 360 | 364 |
| 361 # Sk files | 365 # Sk files |
| 362 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 366 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 363 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', | 367 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', |
| 364 ], | 368 ], |
| 365 }, | 369 }, |
| 366 } | 370 } |
| OLD | NEW |