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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 '<(skia_src_path)/gpu/GrTHashTable.h', | 126 '<(skia_src_path)/gpu/GrTHashTable.h', |
127 '<(skia_src_path)/gpu/GrVertexBuffer.h', | 127 '<(skia_src_path)/gpu/GrVertexBuffer.h', |
128 | 128 |
129 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', | 129 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', |
130 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', | 130 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', |
131 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', | 131 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', |
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', |
| 137 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h', |
136 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', | 138 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', |
137 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', | 139 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', |
138 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp', | 140 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp', |
139 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h', | 141 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h', |
140 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', | 142 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', |
141 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', | 143 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', |
142 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', | 144 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', |
143 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', | 145 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', |
144 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', | 146 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', |
145 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', | 147 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 ], | 276 ], |
275 'skgpu_null_gl_sources': [ | 277 'skgpu_null_gl_sources': [ |
276 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 278 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
277 | 279 |
278 # Sk files | 280 # Sk files |
279 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 281 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
280 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 282 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
281 ], | 283 ], |
282 }, | 284 }, |
283 } | 285 } |
OLD | NEW |