| 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 13 matching lines...) Expand all Loading... |
| 24 '<(skia_include_path)/gpu/GrGpuResource.h', | 24 '<(skia_include_path)/gpu/GrGpuResource.h', |
| 25 '<(skia_include_path)/gpu/GrPaint.h', | 25 '<(skia_include_path)/gpu/GrPaint.h', |
| 26 '<(skia_include_path)/gpu/GrPathRendererChain.h', | 26 '<(skia_include_path)/gpu/GrPathRendererChain.h', |
| 27 '<(skia_include_path)/gpu/GrProgramElement.h', | 27 '<(skia_include_path)/gpu/GrProgramElement.h', |
| 28 '<(skia_include_path)/gpu/GrProgramElementRef.h', | 28 '<(skia_include_path)/gpu/GrProgramElementRef.h', |
| 29 '<(skia_include_path)/gpu/GrProgramResource.h', | 29 '<(skia_include_path)/gpu/GrProgramResource.h', |
| 30 '<(skia_include_path)/gpu/GrRect.h', | 30 '<(skia_include_path)/gpu/GrRect.h', |
| 31 '<(skia_include_path)/gpu/GrRenderTarget.h', | 31 '<(skia_include_path)/gpu/GrRenderTarget.h', |
| 32 '<(skia_include_path)/gpu/GrResourceKey.h', | 32 '<(skia_include_path)/gpu/GrResourceKey.h', |
| 33 '<(skia_include_path)/gpu/GrSurface.h', | 33 '<(skia_include_path)/gpu/GrSurface.h', |
| 34 '<(skia_include_path)/gpu/GrShaderVar.h', |
| 34 '<(skia_include_path)/gpu/GrTBackendEffectFactory.h', | 35 '<(skia_include_path)/gpu/GrTBackendEffectFactory.h', |
| 35 '<(skia_include_path)/gpu/GrTexture.h', | 36 '<(skia_include_path)/gpu/GrTexture.h', |
| 36 '<(skia_include_path)/gpu/GrTextureAccess.h', | 37 '<(skia_include_path)/gpu/GrTextureAccess.h', |
| 37 '<(skia_include_path)/gpu/GrTypes.h', | 38 '<(skia_include_path)/gpu/GrTypes.h', |
| 38 '<(skia_include_path)/gpu/GrUserConfig.h', | 39 '<(skia_include_path)/gpu/GrUserConfig.h', |
| 39 | 40 |
| 40 '<(skia_include_path)/gpu/gl/GrGLConfig.h', | 41 '<(skia_include_path)/gpu/gl/GrGLConfig.h', |
| 41 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', | 42 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', |
| 42 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', | 43 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', |
| 43 '<(skia_include_path)/gpu/gl/GrGLInterface.h', | 44 '<(skia_include_path)/gpu/gl/GrGLInterface.h', |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', | 199 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', |
| 199 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', | 200 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', |
| 200 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', | 201 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', |
| 201 '<(skia_src_path)/gpu/gl/GrGLCaps.h', | 202 '<(skia_src_path)/gpu/gl/GrGLCaps.h', |
| 202 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', | 203 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', |
| 203 '<(skia_src_path)/gpu/gl/GrGLContext.h', | 204 '<(skia_src_path)/gpu/gl/GrGLContext.h', |
| 204 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', | 205 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', |
| 205 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', | 206 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', |
| 206 '<(skia_src_path)/gpu/gl/GrGLDefines.h', | 207 '<(skia_src_path)/gpu/gl/GrGLDefines.h', |
| 207 '<(skia_src_path)/gpu/gl/GrGLEffect.h', | 208 '<(skia_src_path)/gpu/gl/GrGLEffect.h', |
| 208 '<(skia_src_path)/gpu/gl/GrGLVertexEffect.h', | 209 '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.h', |
| 209 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp', | 210 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp', |
| 210 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp', | 211 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp', |
| 211 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h', | 212 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h', |
| 212 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', | 213 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', |
| 213 '<(skia_src_path)/gpu/gl/GrGLIRect.h', | 214 '<(skia_src_path)/gpu/gl/GrGLIRect.h', |
| 214 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp', | 215 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp', |
| 215 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h', | 216 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h', |
| 216 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', | 217 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', |
| 217 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', | 218 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', |
| 218 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', | 219 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 ], | 342 ], |
| 342 'skgpu_null_gl_sources': [ | 343 'skgpu_null_gl_sources': [ |
| 343 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 344 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 344 | 345 |
| 345 # Sk files | 346 # Sk files |
| 346 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 347 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
| 347 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 348 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 348 ], | 349 ], |
| 349 }, | 350 }, |
| 350 } | 351 } |
| OLD | NEW |