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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
425 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp', | 425 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp', |
426 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.h', | 426 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.h', |
427 ], | 427 ], |
428 'skgpu_angle_gl_sources': [ | 428 'skgpu_angle_gl_sources': [ |
429 '<(skia_src_path)/gpu/gl/angle/GrGLCreateANGLEInterface.cpp', | 429 '<(skia_src_path)/gpu/gl/angle/GrGLCreateANGLEInterface.cpp', |
430 | 430 |
431 # Sk files | 431 # Sk files |
432 '<(skia_include_path)/gpu/gl/angle/SkANGLEGLContext.h', | 432 '<(skia_include_path)/gpu/gl/angle/SkANGLEGLContext.h', |
433 '<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.cpp', | 433 '<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.cpp', |
434 ], | 434 ], |
| 435 'skgpu_command_buffer_gl_sources': [ |
| 436 # Sk files |
| 437 '<(skia_include_path)/gpu/gl/command_buffer/SkCommandBufferGLContext.h', |
| 438 '<(skia_src_path)/gpu/gl/command_buffer/SkCommandBufferGLContext.cpp', |
| 439 ], |
435 'skgpu_debug_gl_sources': [ | 440 'skgpu_debug_gl_sources': [ |
436 '<(skia_src_path)/gpu/gl/debug/GrGLCreateDebugInterface.cpp', | 441 '<(skia_src_path)/gpu/gl/debug/GrGLCreateDebugInterface.cpp', |
437 '<(skia_src_path)/gpu/gl/debug/GrFakeRefObj.h', | 442 '<(skia_src_path)/gpu/gl/debug/GrFakeRefObj.h', |
438 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.h', | 443 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.h', |
439 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.cpp', | 444 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.cpp', |
440 '<(skia_src_path)/gpu/gl/debug/GrFBBindableObj.h', | 445 '<(skia_src_path)/gpu/gl/debug/GrFBBindableObj.h', |
441 '<(skia_src_path)/gpu/gl/debug/GrRenderBufferObj.h', | 446 '<(skia_src_path)/gpu/gl/debug/GrRenderBufferObj.h', |
442 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.h', | 447 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.h', |
443 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.cpp', | 448 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.cpp', |
444 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.h', | 449 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.h', |
(...skipping 12 matching lines...) Expand all Loading... |
457 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 462 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
458 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | 463 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
459 ], | 464 ], |
460 'skgpu_null_gl_sources': [ | 465 'skgpu_null_gl_sources': [ |
461 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 466 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
462 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 467 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
463 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 468 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
464 ], | 469 ], |
465 }, | 470 }, |
466 } | 471 } |
OLD | NEW |