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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', | 132 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', |
133 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', | 133 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', |
134 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', | 134 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', |
135 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', | 135 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', |
136 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', | 136 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', |
137 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h', | 137 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h', |
138 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', | 138 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', |
139 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', | 139 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', |
140 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp', | 140 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp', |
141 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h', | 141 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h', |
| 142 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', |
| 143 '<(skia_src_path)/gpu/effects/GrRRectEffect.h', |
142 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', | 144 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', |
143 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', | 145 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', |
144 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', | 146 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', |
145 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', | 147 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', |
146 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', | 148 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', |
147 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', | 149 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', |
148 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', | 150 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', |
149 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', | 151 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', |
150 | 152 |
151 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', | 153 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 ], | 278 ], |
277 'skgpu_null_gl_sources': [ | 279 'skgpu_null_gl_sources': [ |
278 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 280 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
279 | 281 |
280 # Sk files | 282 # Sk files |
281 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 283 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
282 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 284 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
283 ], | 285 ], |
284 }, | 286 }, |
285 } | 287 } |
OLD | NEW |