OLD | NEW |
1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 # Include this gypi to include all 'gpu' files | 5 # Include this gypi to include all 'gpu' files |
6 # The parent gyp/gypi file must define | 6 # The parent gyp/gypi file must define |
7 # 'skia_src_path' e.g. skia/trunk/src | 7 # 'skia_src_path' e.g. skia/trunk/src |
8 # 'skia_include_path' e.g. skia/trunk/include | 8 # 'skia_include_path' e.g. skia/trunk/include |
9 # | 9 # |
10 # The skia build defines these in common_variables.gypi | 10 # The skia build defines these in common_variables.gypi |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', | 218 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', |
219 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h', | 219 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h', |
220 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', | 220 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', |
221 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', | 221 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', |
222 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.cpp', | 222 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.cpp', |
223 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.h', | 223 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.h', |
224 '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp', | 224 '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp', |
225 '<(skia_src_path)/gpu/effects/GrDashingEffect.h', | 225 '<(skia_src_path)/gpu/effects/GrDashingEffect.h', |
226 '<(skia_src_path)/gpu/effects/GrDisableColorXP.cpp', | 226 '<(skia_src_path)/gpu/effects/GrDisableColorXP.cpp', |
227 '<(skia_src_path)/gpu/effects/GrDisableColorXP.h', | 227 '<(skia_src_path)/gpu/effects/GrDisableColorXP.h', |
228 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp', | 228 '<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.cpp', |
229 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h', | 229 '<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.h', |
230 '<(skia_src_path)/gpu/effects/GrDitherEffect.cpp', | 230 '<(skia_src_path)/gpu/effects/GrDitherEffect.cpp', |
231 '<(skia_src_path)/gpu/effects/GrDitherEffect.h', | 231 '<(skia_src_path)/gpu/effects/GrDitherEffect.h', |
232 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.cpp', | 232 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.cpp', |
233 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.h', | 233 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.h', |
234 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp', | 234 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp', |
235 '<(skia_src_path)/gpu/effects/GrOvalEffect.h', | 235 '<(skia_src_path)/gpu/effects/GrOvalEffect.h', |
236 '<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.cpp', | 236 '<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.cpp', |
237 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', | 237 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', |
238 '<(skia_src_path)/gpu/effects/GrRRectEffect.h', | 238 '<(skia_src_path)/gpu/effects/GrRRectEffect.h', |
239 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', | 239 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
400 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 400 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
401 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | 401 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
402 ], | 402 ], |
403 'skgpu_null_gl_sources': [ | 403 'skgpu_null_gl_sources': [ |
404 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 404 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
405 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 405 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
406 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 406 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
407 ], | 407 ], |
408 }, | 408 }, |
409 } | 409 } |
OLD | NEW |