| 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/GrRenderTarget.h', | 28 '<(skia_include_path)/gpu/GrRenderTarget.h', |
| 29 '<(skia_include_path)/gpu/GrResourceKey.h', | 29 '<(skia_include_path)/gpu/GrResourceKey.h', |
| 30 '<(skia_include_path)/gpu/GrSurface.h', | 30 '<(skia_include_path)/gpu/GrSurface.h', |
| 31 '<(skia_include_path)/gpu/GrShaderVar.h', | 31 '<(skia_include_path)/gpu/GrShaderVar.h', |
| 32 '<(skia_include_path)/gpu/GrTexture.h', | 32 '<(skia_include_path)/gpu/GrTexture.h', |
| 33 '<(skia_include_path)/gpu/GrTextureAccess.h', | 33 '<(skia_include_path)/gpu/GrTextureAccess.h', |
| 34 '<(skia_include_path)/gpu/GrTypes.h', | 34 '<(skia_include_path)/gpu/GrTypes.h', |
| 35 '<(skia_include_path)/gpu/GrUserConfig.h', | 35 '<(skia_include_path)/gpu/GrUserConfig.h', |
| 36 '<(skia_include_path)/gpu/GrXferProcessor.h', | 36 '<(skia_include_path)/gpu/GrXferProcessor.h', |
| 37 | 37 |
| 38 '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h', |
| 39 |
| 38 '<(skia_include_path)/gpu/gl/GrGLConfig.h', | 40 '<(skia_include_path)/gpu/gl/GrGLConfig.h', |
| 39 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', | 41 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', |
| 40 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', | 42 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', |
| 41 '<(skia_include_path)/gpu/gl/GrGLInterface.h', | 43 '<(skia_include_path)/gpu/gl/GrGLInterface.h', |
| 42 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', | 44 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', |
| 43 | 45 |
| 44 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp', | 46 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp', |
| 45 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h', | 47 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h', |
| 46 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp', | 48 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp', |
| 47 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h', | 49 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h', |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 '<(skia_src_path)/gpu/effects/GrDashingEffect.h', | 189 '<(skia_src_path)/gpu/effects/GrDashingEffect.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', |
| 196 '<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.cpp', | 198 '<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.cpp', |
| 197 '<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.h', | |
| 198 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', | 199 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', |
| 199 '<(skia_src_path)/gpu/effects/GrRRectEffect.h', | 200 '<(skia_src_path)/gpu/effects/GrRRectEffect.h', |
| 200 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', | 201 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', |
| 201 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', | 202 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', |
| 202 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', | 203 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', |
| 203 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', | 204 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', |
| 204 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', | 205 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', |
| 205 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', | 206 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', |
| 206 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', | 207 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', |
| 207 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', | 208 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 ], | 360 ], |
| 360 'skgpu_null_gl_sources': [ | 361 'skgpu_null_gl_sources': [ |
| 361 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 362 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 362 | 363 |
| 363 # Sk files | 364 # Sk files |
| 364 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 365 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 365 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', | 366 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', |
| 366 ], | 367 ], |
| 367 }, | 368 }, |
| 368 } | 369 } |
| OLD | NEW |