| 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 '<(skia_src_path)/gpu/GrTracing.h', | 157 '<(skia_src_path)/gpu/GrTracing.h', |
| 158 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', | 158 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', |
| 159 '<(skia_src_path)/gpu/GrSWMaskHelper.h', | 159 '<(skia_src_path)/gpu/GrSWMaskHelper.h', |
| 160 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', | 160 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', |
| 161 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', | 161 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', |
| 162 '<(skia_src_path)/gpu/GrSurfacePriv.h', | 162 '<(skia_src_path)/gpu/GrSurfacePriv.h', |
| 163 '<(skia_src_path)/gpu/GrSurface.cpp', | 163 '<(skia_src_path)/gpu/GrSurface.cpp', |
| 164 '<(skia_src_path)/gpu/GrTemplates.h', | 164 '<(skia_src_path)/gpu/GrTemplates.h', |
| 165 '<(skia_src_path)/gpu/GrTextContext.cpp', | 165 '<(skia_src_path)/gpu/GrTextContext.cpp', |
| 166 '<(skia_src_path)/gpu/GrTextContext.h', | 166 '<(skia_src_path)/gpu/GrTextContext.h', |
| 167 '<(skia_src_path)/gpu/GrTextStrike.cpp', | 167 '<(skia_src_path)/gpu/GrFontCache.cpp', |
| 168 '<(skia_src_path)/gpu/GrTextStrike.h', | 168 '<(skia_src_path)/gpu/GrFontCache.h', |
| 169 '<(skia_src_path)/gpu/GrTextStrike_impl.h', | |
| 170 '<(skia_src_path)/gpu/GrTexture.cpp', | 169 '<(skia_src_path)/gpu/GrTexture.cpp', |
| 171 '<(skia_src_path)/gpu/GrTexturePriv.h', | 170 '<(skia_src_path)/gpu/GrTexturePriv.h', |
| 172 '<(skia_src_path)/gpu/GrTextureAccess.cpp', | 171 '<(skia_src_path)/gpu/GrTextureAccess.cpp', |
| 173 '<(skia_src_path)/gpu/GrTRecorder.h', | 172 '<(skia_src_path)/gpu/GrTRecorder.h', |
| 174 '<(skia_src_path)/gpu/GrVertexBuffer.h', | 173 '<(skia_src_path)/gpu/GrVertexBuffer.h', |
| 175 | 174 |
| 176 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', | 175 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', |
| 177 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', | 176 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', |
| 178 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', | 177 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', |
| 179 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', | 178 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 ], | 361 ], |
| 363 'skgpu_null_gl_sources': [ | 362 'skgpu_null_gl_sources': [ |
| 364 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 363 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 365 | 364 |
| 366 # Sk files | 365 # Sk files |
| 367 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 366 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 368 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', | 367 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', |
| 369 ], | 368 ], |
| 370 }, | 369 }, |
| 371 } | 370 } |
| OLD | NEW |