| 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 '<(skia_src_path)/gpu/GrStencilBuffer.h', | 142 '<(skia_src_path)/gpu/GrStencilBuffer.h', |
| 143 '<(skia_src_path)/gpu/GrStrokeInfo.h', | 143 '<(skia_src_path)/gpu/GrStrokeInfo.h', |
| 144 '<(skia_src_path)/gpu/GrTBSearch.h', | 144 '<(skia_src_path)/gpu/GrTBSearch.h', |
| 145 '<(skia_src_path)/gpu/GrTraceMarker.cpp', | 145 '<(skia_src_path)/gpu/GrTraceMarker.cpp', |
| 146 '<(skia_src_path)/gpu/GrTraceMarker.h', | 146 '<(skia_src_path)/gpu/GrTraceMarker.h', |
| 147 '<(skia_src_path)/gpu/GrTracing.h', | 147 '<(skia_src_path)/gpu/GrTracing.h', |
| 148 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', | 148 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', |
| 149 '<(skia_src_path)/gpu/GrSWMaskHelper.h', | 149 '<(skia_src_path)/gpu/GrSWMaskHelper.h', |
| 150 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', | 150 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', |
| 151 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', | 151 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', |
| 152 '<(skia_src_path)/gpu/GrSurfacePriv.h', | |
| 153 '<(skia_src_path)/gpu/GrSurface.cpp', | 152 '<(skia_src_path)/gpu/GrSurface.cpp', |
| 154 '<(skia_src_path)/gpu/GrTemplates.h', | 153 '<(skia_src_path)/gpu/GrTemplates.h', |
| 155 '<(skia_src_path)/gpu/GrTextContext.cpp', | 154 '<(skia_src_path)/gpu/GrTextContext.cpp', |
| 156 '<(skia_src_path)/gpu/GrTextContext.h', | 155 '<(skia_src_path)/gpu/GrTextContext.h', |
| 157 '<(skia_src_path)/gpu/GrTextStrike.cpp', | 156 '<(skia_src_path)/gpu/GrTextStrike.cpp', |
| 158 '<(skia_src_path)/gpu/GrTextStrike.h', | 157 '<(skia_src_path)/gpu/GrTextStrike.h', |
| 159 '<(skia_src_path)/gpu/GrTextStrike_impl.h', | 158 '<(skia_src_path)/gpu/GrTextStrike_impl.h', |
| 160 '<(skia_src_path)/gpu/GrTexture.cpp', | 159 '<(skia_src_path)/gpu/GrTexture.cpp', |
| 161 '<(skia_src_path)/gpu/GrTexturePriv.h', | |
| 162 '<(skia_src_path)/gpu/GrTextureAccess.cpp', | 160 '<(skia_src_path)/gpu/GrTextureAccess.cpp', |
| 163 '<(skia_src_path)/gpu/GrVertexBuffer.h', | 161 '<(skia_src_path)/gpu/GrVertexBuffer.h', |
| 164 | 162 |
| 165 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', | 163 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', |
| 166 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', | 164 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', |
| 167 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', | 165 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', |
| 168 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', | 166 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', |
| 169 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', | 167 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', |
| 170 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', | 168 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', |
| 171 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', | 169 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 ], | 348 ], |
| 351 'skgpu_null_gl_sources': [ | 349 'skgpu_null_gl_sources': [ |
| 352 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 350 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 353 | 351 |
| 354 # Sk files | 352 # Sk files |
| 355 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 353 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
| 356 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 354 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 357 ], | 355 ], |
| 358 }, | 356 }, |
| 359 } | 357 } |
| OLD | NEW |