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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.cpp', | 278 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.cpp', |
279 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.h', | 279 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.h', |
280 '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp', | 280 '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp', |
281 '<(skia_src_path)/gpu/effects/GrDashingEffect.h', | 281 '<(skia_src_path)/gpu/effects/GrDashingEffect.h', |
282 '<(skia_src_path)/gpu/effects/GrDisableColorXP.cpp', | 282 '<(skia_src_path)/gpu/effects/GrDisableColorXP.cpp', |
283 '<(skia_src_path)/gpu/effects/GrDisableColorXP.h', | 283 '<(skia_src_path)/gpu/effects/GrDisableColorXP.h', |
284 '<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.cpp', | 284 '<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.cpp', |
285 '<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.h', | 285 '<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.h', |
286 '<(skia_src_path)/gpu/effects/GrDitherEffect.cpp', | 286 '<(skia_src_path)/gpu/effects/GrDitherEffect.cpp', |
287 '<(skia_src_path)/gpu/effects/GrDitherEffect.h', | 287 '<(skia_src_path)/gpu/effects/GrDitherEffect.h', |
| 288 '<(skia_src_path)/gpu/effects/GrGammaEffect.cpp', |
| 289 '<(skia_src_path)/gpu/effects/GrGammaEffect.h', |
288 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.cpp', | 290 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.cpp', |
289 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.h', | 291 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.h', |
290 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp', | 292 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp', |
291 '<(skia_src_path)/gpu/effects/GrOvalEffect.h', | 293 '<(skia_src_path)/gpu/effects/GrOvalEffect.h', |
292 '<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.cpp', | 294 '<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.cpp', |
293 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', | 295 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', |
294 '<(skia_src_path)/gpu/effects/GrRRectEffect.h', | 296 '<(skia_src_path)/gpu/effects/GrRRectEffect.h', |
295 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', | 297 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', |
296 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', | 298 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', |
297 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', | 299 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
511 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', | 513 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', |
512 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', | 514 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', |
513 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', | 515 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', |
514 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', | 516 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', |
515 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', | 517 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', |
516 ], | 518 ], |
517 'skgpu_null_gl_sources': [ | 519 'skgpu_null_gl_sources': [ |
518 ], | 520 ], |
519 }, | 521 }, |
520 } | 522 } |
OLD | NEW |