| 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 '<(skia_src_path)/gpu/GrSurface.cpp', | 155 '<(skia_src_path)/gpu/GrSurface.cpp', |
| 156 '<(skia_src_path)/gpu/GrTemplates.h', | 156 '<(skia_src_path)/gpu/GrTemplates.h', |
| 157 '<(skia_src_path)/gpu/GrTextContext.cpp', | 157 '<(skia_src_path)/gpu/GrTextContext.cpp', |
| 158 '<(skia_src_path)/gpu/GrTextContext.h', | 158 '<(skia_src_path)/gpu/GrTextContext.h', |
| 159 '<(skia_src_path)/gpu/GrTextStrike.cpp', | 159 '<(skia_src_path)/gpu/GrTextStrike.cpp', |
| 160 '<(skia_src_path)/gpu/GrTextStrike.h', | 160 '<(skia_src_path)/gpu/GrTextStrike.h', |
| 161 '<(skia_src_path)/gpu/GrTextStrike_impl.h', | 161 '<(skia_src_path)/gpu/GrTextStrike_impl.h', |
| 162 '<(skia_src_path)/gpu/GrTexture.cpp', | 162 '<(skia_src_path)/gpu/GrTexture.cpp', |
| 163 '<(skia_src_path)/gpu/GrTexturePriv.h', | 163 '<(skia_src_path)/gpu/GrTexturePriv.h', |
| 164 '<(skia_src_path)/gpu/GrTextureAccess.cpp', | 164 '<(skia_src_path)/gpu/GrTextureAccess.cpp', |
| 165 '<(skia_src_path)/gpu/GrTRecorder.h', | |
| 166 '<(skia_src_path)/gpu/GrVertexBuffer.h', | 165 '<(skia_src_path)/gpu/GrVertexBuffer.h', |
| 167 | 166 |
| 168 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', | 167 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', |
| 169 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', | 168 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', |
| 170 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', | 169 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', |
| 171 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', | 170 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', |
| 172 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', | 171 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', |
| 173 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', | 172 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', |
| 174 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', | 173 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', |
| 175 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', | 174 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 ], | 350 ], |
| 352 'skgpu_null_gl_sources': [ | 351 'skgpu_null_gl_sources': [ |
| 353 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 352 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 354 | 353 |
| 355 # Sk files | 354 # Sk files |
| 356 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 355 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
| 357 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 356 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 358 ], | 357 ], |
| 359 }, | 358 }, |
| 360 } | 359 } |
| OLD | NEW |