| 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', | 184 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', |
| 185 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', | 185 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', |
| 186 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', | 186 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', |
| 187 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h', | 187 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h', |
| 188 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', | 188 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', |
| 189 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', | 189 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', |
| 190 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.cpp', | 190 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.cpp', |
| 191 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.h', | 191 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.h', |
| 192 '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp', | 192 '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp', |
| 193 '<(skia_src_path)/gpu/effects/GrDashingEffect.h', | 193 '<(skia_src_path)/gpu/effects/GrDashingEffect.h', |
| 194 '<(skia_src_path)/gpu/effects/GrDisableColorXP.cpp', |
| 195 '<(skia_src_path)/gpu/effects/GrDisableColorXP.cpp', |
| 194 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp', | 196 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp', |
| 195 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h', | 197 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h', |
| 196 '<(skia_src_path)/gpu/effects/GrDitherEffect.cpp', | 198 '<(skia_src_path)/gpu/effects/GrDitherEffect.cpp', |
| 197 '<(skia_src_path)/gpu/effects/GrDitherEffect.h', | 199 '<(skia_src_path)/gpu/effects/GrDitherEffect.h', |
| 198 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.cpp', | 200 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.cpp', |
| 199 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.h', | 201 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.h', |
| 200 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp', | 202 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp', |
| 201 '<(skia_src_path)/gpu/effects/GrOvalEffect.h', | 203 '<(skia_src_path)/gpu/effects/GrOvalEffect.h', |
| 202 '<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.cpp', | 204 '<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.cpp', |
| 203 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', | 205 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 ], | 367 ], |
| 366 'skgpu_null_gl_sources': [ | 368 'skgpu_null_gl_sources': [ |
| 367 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 369 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 368 | 370 |
| 369 # Sk files | 371 # Sk files |
| 370 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 372 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 371 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', | 373 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', |
| 372 ], | 374 ], |
| 373 }, | 375 }, |
| 374 } | 376 } |
| OLD | NEW |