OLD | NEW |
1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 # Include this gypi to include all 'gpu' files | 5 # Include this gypi to include all 'gpu' files |
6 # The parent gyp/gypi file must define | 6 # The parent gyp/gypi file must define |
7 # 'skia_src_path' e.g. skia/trunk/src | 7 # 'skia_src_path' e.g. skia/trunk/src |
8 # 'skia_include_path' e.g. skia/trunk/include | 8 # 'skia_include_path' e.g. skia/trunk/include |
9 # | 9 # |
10 # The skia build defines these in common_variables.gypi | 10 # The skia build defines these in common_variables.gypi |
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp', | 286 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp', |
287 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp', | 287 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp', |
288 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp', | 288 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp', |
289 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h', | 289 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h', |
290 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', | 290 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', |
291 '<(skia_src_path)/gpu/gl/GrGLIRect.h', | 291 '<(skia_src_path)/gpu/gl/GrGLIRect.h', |
292 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp', | 292 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp', |
293 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h', | 293 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h', |
294 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', | 294 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', |
295 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', | 295 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', |
| 296 '<(skia_src_path)/gpu/gl/GrGLPathProgram.cpp', |
| 297 '<(skia_src_path)/gpu/gl/GrGLPathProgram.h', |
| 298 '<(skia_src_path)/gpu/gl/GrGLPathProgramDataManager.cpp', |
| 299 '<(skia_src_path)/gpu/gl/GrGLPathProgramDataManager.h', |
296 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', | 300 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', |
297 '<(skia_src_path)/gpu/gl/GrGLPath.h', | 301 '<(skia_src_path)/gpu/gl/GrGLPath.h', |
298 '<(skia_src_path)/gpu/gl/GrGLPathProcessor.cpp', | 302 '<(skia_src_path)/gpu/gl/GrGLPathProcessor.cpp', |
299 '<(skia_src_path)/gpu/gl/GrGLPathProcessor.h', | 303 '<(skia_src_path)/gpu/gl/GrGLPathProcessor.h', |
300 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', | 304 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', |
301 '<(skia_src_path)/gpu/gl/GrGLPathRange.h', | 305 '<(skia_src_path)/gpu/gl/GrGLPathRange.h', |
302 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp', | 306 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp', |
303 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h', | 307 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h', |
304 '<(skia_src_path)/gpu/gl/GrGLPrimitiveProcessor.cpp', | 308 '<(skia_src_path)/gpu/gl/GrGLPrimitiveProcessor.cpp', |
305 '<(skia_src_path)/gpu/gl/GrGLPrimitiveProcessor.h', | 309 '<(skia_src_path)/gpu/gl/GrGLPrimitiveProcessor.h', |
(...skipping 19 matching lines...) Expand all Loading... |
325 '<(skia_src_path)/gpu/gl/GrGLUtil.h', | 329 '<(skia_src_path)/gpu/gl/GrGLUtil.h', |
326 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h', | 330 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h', |
327 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', | 331 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', |
328 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', | 332 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', |
329 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', | 333 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', |
330 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', | 334 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', |
331 '<(skia_src_path)/gpu/gl/GrGLXferProcessor.cpp', | 335 '<(skia_src_path)/gpu/gl/GrGLXferProcessor.cpp', |
332 '<(skia_src_path)/gpu/gl/GrGLXferProcessor.h', | 336 '<(skia_src_path)/gpu/gl/GrGLXferProcessor.h', |
333 | 337 |
334 # Files for building GLSL shaders | 338 # Files for building GLSL shaders |
| 339 '<(skia_src_path)/gpu/gl/builders/GrGLPathProgramBuilder.cpp', |
| 340 '<(skia_src_path)/gpu/gl/builders/GrGLPathProgramBuilder.h', |
335 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp', | 341 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp', |
336 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h', | 342 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h', |
337 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.cpp', | 343 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.cpp', |
338 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.h', | 344 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.h', |
339 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp', | 345 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp', |
340 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h', | 346 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h', |
341 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp', | 347 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp', |
342 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.cpp', | 348 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.cpp', |
343 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.h', | 349 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.h', |
344 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp', | 350 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp', |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
421 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 427 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
422 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | 428 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
423 ], | 429 ], |
424 'skgpu_null_gl_sources': [ | 430 'skgpu_null_gl_sources': [ |
425 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 431 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
426 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 432 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
427 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 433 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
428 ], | 434 ], |
429 }, | 435 }, |
430 } | 436 } |
OLD | NEW |