| 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 18 matching lines...) Expand all Loading... |
| 29 '<(skia_include_path)/gpu/GrTBackendEffectFactory.h', | 29 '<(skia_include_path)/gpu/GrTBackendEffectFactory.h', |
| 30 '<(skia_include_path)/gpu/GrTexture.h', | 30 '<(skia_include_path)/gpu/GrTexture.h', |
| 31 '<(skia_include_path)/gpu/GrTextureAccess.h', | 31 '<(skia_include_path)/gpu/GrTextureAccess.h', |
| 32 '<(skia_include_path)/gpu/GrTypes.h', | 32 '<(skia_include_path)/gpu/GrTypes.h', |
| 33 '<(skia_include_path)/gpu/GrUserConfig.h', | 33 '<(skia_include_path)/gpu/GrUserConfig.h', |
| 34 | 34 |
| 35 '<(skia_include_path)/gpu/gl/GrGLConfig.h', | 35 '<(skia_include_path)/gpu/gl/GrGLConfig.h', |
| 36 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', | 36 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', |
| 37 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', | 37 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', |
| 38 '<(skia_include_path)/gpu/gl/GrGLInterface.h', | 38 '<(skia_include_path)/gpu/gl/GrGLInterface.h', |
| 39 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', |
| 39 | 40 |
| 40 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp', | 41 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp', |
| 41 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h', | 42 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h', |
| 42 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp', | 43 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp', |
| 43 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h', | 44 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h', |
| 44 '<(skia_src_path)/gpu/GrAARectRenderer.cpp', | 45 '<(skia_src_path)/gpu/GrAARectRenderer.cpp', |
| 45 '<(skia_src_path)/gpu/GrAARectRenderer.h', | 46 '<(skia_src_path)/gpu/GrAARectRenderer.h', |
| 46 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp', | 47 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp', |
| 47 '<(skia_src_path)/gpu/GrAllocator.h', | 48 '<(skia_src_path)/gpu/GrAllocator.h', |
| 48 '<(skia_src_path)/gpu/GrAllocPool.h', | 49 '<(skia_src_path)/gpu/GrAllocPool.h', |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', | 196 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', |
| 196 '<(skia_src_path)/gpu/gl/GrGLIRect.h', | 197 '<(skia_src_path)/gpu/gl/GrGLIRect.h', |
| 197 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp', | 198 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp', |
| 198 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h', | 199 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h', |
| 199 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', | 200 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', |
| 200 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', | 201 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', |
| 201 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', | 202 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', |
| 202 '<(skia_src_path)/gpu/gl/GrGLPath.h', | 203 '<(skia_src_path)/gpu/gl/GrGLPath.h', |
| 203 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', | 204 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', |
| 204 '<(skia_src_path)/gpu/gl/GrGLPathRange.h', | 205 '<(skia_src_path)/gpu/gl/GrGLPathRange.h', |
| 206 '<(skia_src_path)/gpu/gl/GrGLSLPrettyPrint.cpp', |
| 205 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', | 207 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', |
| 206 '<(skia_src_path)/gpu/gl/GrGLProgram.h', | 208 '<(skia_src_path)/gpu/gl/GrGLProgram.h', |
| 207 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', | 209 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', |
| 208 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', | 210 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', |
| 209 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.cpp', | 211 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.cpp', |
| 210 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.h', | 212 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.h', |
| 211 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', | 213 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', |
| 212 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', | 214 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', |
| 213 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', | 215 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', |
| 214 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', | 216 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 ], | 311 ], |
| 310 'skgpu_null_gl_sources': [ | 312 'skgpu_null_gl_sources': [ |
| 311 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 313 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 312 | 314 |
| 313 # Sk files | 315 # Sk files |
| 314 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 316 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
| 315 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 317 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 316 ], | 318 ], |
| 317 }, | 319 }, |
| 318 } | 320 } |
| OLD | NEW |