| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', | 154 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', |
| 155 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', | 155 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', |
| 156 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp', | 156 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp', |
| 157 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h', | 157 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h', |
| 158 '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp', | 158 '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp', |
| 159 '<(skia_src_path)/gpu/effects/GrDashingEffect.h', | 159 '<(skia_src_path)/gpu/effects/GrDashingEffect.h', |
| 160 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp', | 160 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp', |
| 161 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h', | 161 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h', |
| 162 '<(skia_src_path)/gpu/effects/GrDitherEffect.cpp', | 162 '<(skia_src_path)/gpu/effects/GrDitherEffect.cpp', |
| 163 '<(skia_src_path)/gpu/effects/GrDitherEffect.h', | 163 '<(skia_src_path)/gpu/effects/GrDitherEffect.h', |
| 164 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.cpp', |
| 165 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.h', |
| 164 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp', | 166 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp', |
| 165 '<(skia_src_path)/gpu/effects/GrOvalEffect.h', | 167 '<(skia_src_path)/gpu/effects/GrOvalEffect.h', |
| 166 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', | 168 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', |
| 167 '<(skia_src_path)/gpu/effects/GrRRectEffect.h', | 169 '<(skia_src_path)/gpu/effects/GrRRectEffect.h', |
| 168 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', | 170 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', |
| 169 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', | 171 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', |
| 170 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', | 172 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', |
| 171 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', | 173 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', |
| 172 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', | 174 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', |
| 173 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', | 175 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 ], | 310 ], |
| 309 'skgpu_null_gl_sources': [ | 311 'skgpu_null_gl_sources': [ |
| 310 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 312 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 311 | 313 |
| 312 # Sk files | 314 # Sk files |
| 313 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 315 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
| 314 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 316 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 315 ], | 317 ], |
| 316 }, | 318 }, |
| 317 } | 319 } |
| OLD | NEW |