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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
450 '<(skia_include_path)/gpu/vk/GrVkTypes.h', | 450 '<(skia_include_path)/gpu/vk/GrVkTypes.h', |
451 '<(skia_src_path)/gpu/vk/GrVkBackendContext.cpp', | 451 '<(skia_src_path)/gpu/vk/GrVkBackendContext.cpp', |
452 '<(skia_src_path)/gpu/vk/GrVkBuffer.cpp', | 452 '<(skia_src_path)/gpu/vk/GrVkBuffer.cpp', |
453 '<(skia_src_path)/gpu/vk/GrVkBuffer.h', | 453 '<(skia_src_path)/gpu/vk/GrVkBuffer.h', |
454 '<(skia_src_path)/gpu/vk/GrVkCaps.cpp', | 454 '<(skia_src_path)/gpu/vk/GrVkCaps.cpp', |
455 '<(skia_src_path)/gpu/vk/GrVkCaps.h', | 455 '<(skia_src_path)/gpu/vk/GrVkCaps.h', |
456 '<(skia_src_path)/gpu/vk/GrVkCommandBuffer.cpp', | 456 '<(skia_src_path)/gpu/vk/GrVkCommandBuffer.cpp', |
457 '<(skia_src_path)/gpu/vk/GrVkCommandBuffer.h', | 457 '<(skia_src_path)/gpu/vk/GrVkCommandBuffer.h', |
458 '<(skia_src_path)/gpu/vk/GrVkDescriptorPool.cpp', | 458 '<(skia_src_path)/gpu/vk/GrVkDescriptorPool.cpp', |
459 '<(skia_src_path)/gpu/vk/GrVkDescriptorPool.h', | 459 '<(skia_src_path)/gpu/vk/GrVkDescriptorPool.h', |
| 460 '<(skia_src_path)/gpu/vk/GrVkDescriptorSet.cpp', |
| 461 '<(skia_src_path)/gpu/vk/GrVkDescriptorSet.h', |
| 462 '<(skia_src_path)/gpu/vk/GrVkDescriptorSetManager.cpp', |
| 463 '<(skia_src_path)/gpu/vk/GrVkDescriptorSetManager.h', |
460 '<(skia_src_path)/gpu/vk/GrVkExtensions.cpp', | 464 '<(skia_src_path)/gpu/vk/GrVkExtensions.cpp', |
461 '<(skia_src_path)/gpu/vk/GrVkExtensions.h', | 465 '<(skia_src_path)/gpu/vk/GrVkExtensions.h', |
462 '<(skia_src_path)/gpu/vk/GrVkFramebuffer.cpp', | 466 '<(skia_src_path)/gpu/vk/GrVkFramebuffer.cpp', |
463 '<(skia_src_path)/gpu/vk/GrVkFramebuffer.h', | 467 '<(skia_src_path)/gpu/vk/GrVkFramebuffer.h', |
464 '<(skia_src_path)/gpu/vk/GrVkGLSLSampler.h', | 468 '<(skia_src_path)/gpu/vk/GrVkGLSLSampler.h', |
465 '<(skia_src_path)/gpu/vk/GrVkGpu.cpp', | 469 '<(skia_src_path)/gpu/vk/GrVkGpu.cpp', |
466 '<(skia_src_path)/gpu/vk/GrVkGpu.h', | 470 '<(skia_src_path)/gpu/vk/GrVkGpu.h', |
467 '<(skia_src_path)/gpu/vk/GrVkGpuCommandBuffer.cpp', | 471 '<(skia_src_path)/gpu/vk/GrVkGpuCommandBuffer.cpp', |
468 '<(skia_src_path)/gpu/vk/GrVkGpuCommandBuffer.h', | 472 '<(skia_src_path)/gpu/vk/GrVkGpuCommandBuffer.h', |
469 '<(skia_src_path)/gpu/vk/GrVkImage.cpp', | 473 '<(skia_src_path)/gpu/vk/GrVkImage.cpp', |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
520 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', | 524 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', |
521 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', | 525 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', |
522 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', | 526 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', |
523 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', | 527 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', |
524 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', | 528 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', |
525 ], | 529 ], |
526 'skgpu_null_gl_sources': [ | 530 'skgpu_null_gl_sources': [ |
527 ], | 531 ], |
528 }, | 532 }, |
529 } | 533 } |
OLD | NEW |