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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 '<(skia_src_path)/gpu/gl/GrGLPath.h', | 225 '<(skia_src_path)/gpu/gl/GrGLPath.h', |
226 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', | 226 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', |
227 '<(skia_src_path)/gpu/gl/GrGLPathRange.h', | 227 '<(skia_src_path)/gpu/gl/GrGLPathRange.h', |
228 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp', | 228 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp', |
229 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h', | 229 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h', |
230 '<(skia_src_path)/gpu/gl/GrGLProcessor.h', | 230 '<(skia_src_path)/gpu/gl/GrGLProcessor.h', |
231 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', | 231 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', |
232 '<(skia_src_path)/gpu/gl/GrGLProgram.h', | 232 '<(skia_src_path)/gpu/gl/GrGLProgram.h', |
233 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', | 233 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', |
234 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', | 234 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', |
235 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.cpp', | |
236 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.h', | |
237 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', | 235 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', |
238 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', | 236 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', |
239 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', | 237 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', |
240 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', | 238 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', |
241 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h', | 239 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h', |
242 '<(skia_src_path)/gpu/gl/GrGLSL.cpp', | 240 '<(skia_src_path)/gpu/gl/GrGLSL.cpp', |
243 '<(skia_src_path)/gpu/gl/GrGLSL.h', | 241 '<(skia_src_path)/gpu/gl/GrGLSL.h', |
244 '<(skia_src_path)/gpu/gl/GrGLSL_impl.h', | 242 '<(skia_src_path)/gpu/gl/GrGLSL_impl.h', |
245 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp', | 243 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp', |
246 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h', | 244 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h', |
247 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', | 245 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', |
248 '<(skia_src_path)/gpu/gl/GrGLTexture.h', | 246 '<(skia_src_path)/gpu/gl/GrGLTexture.h', |
249 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', | 247 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', |
250 '<(skia_src_path)/gpu/gl/GrGLUtil.h', | 248 '<(skia_src_path)/gpu/gl/GrGLUtil.h', |
251 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h', | 249 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h', |
252 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', | 250 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', |
253 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', | 251 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', |
254 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', | 252 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', |
255 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', | 253 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', |
256 '<(skia_src_path)/gpu/gl/GrGpuGL.cpp', | 254 '<(skia_src_path)/gpu/gl/GrGpuGL.cpp', |
257 '<(skia_src_path)/gpu/gl/GrGpuGL.h', | 255 '<(skia_src_path)/gpu/gl/GrGpuGL.h', |
258 '<(skia_src_path)/gpu/gl/GrGpuGL_program.cpp', | 256 '<(skia_src_path)/gpu/gl/GrGpuGL_program.cpp', |
259 | 257 |
260 # Files for building GLSL shaders | 258 # Files for building GLSL shaders |
261 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp', | 259 '<(skia_src_path)/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.cpp', |
| 260 '<(skia_src_path)/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.h', |
| 261 '<(skia_src_path)/gpu/gl/builders/GrGLNvprProgramBuilder.cpp', |
| 262 '<(skia_src_path)/gpu/gl/builders/GrGLNvprProgramBuilder.h', |
| 263 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp', |
| 264 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h', |
262 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.cpp', | 265 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.cpp', |
263 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.h', | 266 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.h', |
264 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentOnlyProgramBuilder.cpp', | |
265 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentOnlyProgramBuilder.h', | |
266 '<(skia_src_path)/gpu/gl/builders/GrGLFullProgramBuilder.cpp', | |
267 '<(skia_src_path)/gpu/gl/builders/GrGLFullProgramBuilder.h', | |
268 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp', | |
269 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h', | |
270 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp', | 267 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp', |
271 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h', | 268 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h', |
| 269 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp', |
272 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.cpp', | 270 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.cpp', |
273 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.h', | 271 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.h', |
274 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp', | 272 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp', |
275 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.h', | 273 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.h', |
276 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp', | 274 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp', |
277 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h', | 275 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h', |
278 | 276 |
279 # Sk files | 277 # Sk files |
280 '<(skia_include_path)/gpu/SkGr.h', | 278 '<(skia_include_path)/gpu/SkGr.h', |
281 '<(skia_include_path)/gpu/SkGrPixelRef.h', | 279 '<(skia_include_path)/gpu/SkGrPixelRef.h', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
353 ], | 351 ], |
354 'skgpu_null_gl_sources': [ | 352 'skgpu_null_gl_sources': [ |
355 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 353 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
356 | 354 |
357 # Sk files | 355 # Sk files |
358 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 356 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
359 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 357 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
360 ], | 358 ], |
361 }, | 359 }, |
362 } | 360 } |
OLD | NEW |