| 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', | 176 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', |
| 177 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', | 177 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', |
| 178 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', | 178 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', |
| 179 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', | 179 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', |
| 180 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', | 180 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', |
| 181 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', | 181 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', |
| 182 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', | 182 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', |
| 183 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h', | 183 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h', |
| 184 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', | 184 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', |
| 185 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', | 185 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', |
| 186 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp', | 186 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.cpp', |
| 187 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h', | 187 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.h', |
| 188 '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp', | 188 '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp', |
| 189 '<(skia_src_path)/gpu/effects/GrDashingEffect.h', | 189 '<(skia_src_path)/gpu/effects/GrDashingEffect.h', |
| 190 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp', | 190 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp', |
| 191 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h', | 191 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h', |
| 192 '<(skia_src_path)/gpu/effects/GrDitherEffect.cpp', | 192 '<(skia_src_path)/gpu/effects/GrDitherEffect.cpp', |
| 193 '<(skia_src_path)/gpu/effects/GrDitherEffect.h', | 193 '<(skia_src_path)/gpu/effects/GrDitherEffect.h', |
| 194 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.cpp', | 194 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.cpp', |
| 195 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.h', | 195 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.h', |
| 196 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp', | 196 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp', |
| 197 '<(skia_src_path)/gpu/effects/GrOvalEffect.h', | 197 '<(skia_src_path)/gpu/effects/GrOvalEffect.h', |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 ], | 360 ], |
| 361 'skgpu_null_gl_sources': [ | 361 'skgpu_null_gl_sources': [ |
| 362 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 362 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 363 | 363 |
| 364 # Sk files | 364 # Sk files |
| 365 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 365 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 366 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', | 366 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', |
| 367 ], | 367 ], |
| 368 }, | 368 }, |
| 369 } | 369 } |
| OLD | NEW |