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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
454 '<(skia_include_path)/gpu/vk/GrVkDefines.h', | 454 '<(skia_include_path)/gpu/vk/GrVkDefines.h', |
455 '<(skia_include_path)/gpu/vk/GrVkInterface.h', | 455 '<(skia_include_path)/gpu/vk/GrVkInterface.h', |
456 '<(skia_include_path)/gpu/vk/GrVkTypes.h', | 456 '<(skia_include_path)/gpu/vk/GrVkTypes.h', |
457 '<(skia_src_path)/gpu/vk/GrVkBackendContext.cpp', | 457 '<(skia_src_path)/gpu/vk/GrVkBackendContext.cpp', |
458 '<(skia_src_path)/gpu/vk/GrVkBuffer.cpp', | 458 '<(skia_src_path)/gpu/vk/GrVkBuffer.cpp', |
459 '<(skia_src_path)/gpu/vk/GrVkBuffer.h', | 459 '<(skia_src_path)/gpu/vk/GrVkBuffer.h', |
460 '<(skia_src_path)/gpu/vk/GrVkCaps.cpp', | 460 '<(skia_src_path)/gpu/vk/GrVkCaps.cpp', |
461 '<(skia_src_path)/gpu/vk/GrVkCaps.h', | 461 '<(skia_src_path)/gpu/vk/GrVkCaps.h', |
462 '<(skia_src_path)/gpu/vk/GrVkCommandBuffer.cpp', | 462 '<(skia_src_path)/gpu/vk/GrVkCommandBuffer.cpp', |
463 '<(skia_src_path)/gpu/vk/GrVkCommandBuffer.h', | 463 '<(skia_src_path)/gpu/vk/GrVkCommandBuffer.h', |
| 464 '<(skia_src_path)/gpu/vk/GrVkCopyManager.cpp', |
| 465 '<(skia_src_path)/gpu/vk/GrVkCopyManager.h', |
464 '<(skia_src_path)/gpu/vk/GrVkCopyPipeline.cpp', | 466 '<(skia_src_path)/gpu/vk/GrVkCopyPipeline.cpp', |
465 '<(skia_src_path)/gpu/vk/GrVkCopyPipeline.h', | 467 '<(skia_src_path)/gpu/vk/GrVkCopyPipeline.h', |
466 '<(skia_src_path)/gpu/vk/GrVkDescriptorPool.cpp', | 468 '<(skia_src_path)/gpu/vk/GrVkDescriptorPool.cpp', |
467 '<(skia_src_path)/gpu/vk/GrVkDescriptorPool.h', | 469 '<(skia_src_path)/gpu/vk/GrVkDescriptorPool.h', |
468 '<(skia_src_path)/gpu/vk/GrVkDescriptorSet.cpp', | 470 '<(skia_src_path)/gpu/vk/GrVkDescriptorSet.cpp', |
469 '<(skia_src_path)/gpu/vk/GrVkDescriptorSet.h', | 471 '<(skia_src_path)/gpu/vk/GrVkDescriptorSet.h', |
470 '<(skia_src_path)/gpu/vk/GrVkDescriptorSetManager.cpp', | 472 '<(skia_src_path)/gpu/vk/GrVkDescriptorSetManager.cpp', |
471 '<(skia_src_path)/gpu/vk/GrVkDescriptorSetManager.h', | 473 '<(skia_src_path)/gpu/vk/GrVkDescriptorSetManager.h', |
472 '<(skia_src_path)/gpu/vk/GrVkExtensions.cpp', | 474 '<(skia_src_path)/gpu/vk/GrVkExtensions.cpp', |
473 '<(skia_src_path)/gpu/vk/GrVkExtensions.h', | 475 '<(skia_src_path)/gpu/vk/GrVkExtensions.h', |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
530 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', | 532 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', |
531 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', | 533 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', |
532 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', | 534 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', |
533 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', | 535 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', |
534 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', | 536 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', |
535 ], | 537 ], |
536 'skgpu_null_gl_sources': [ | 538 'skgpu_null_gl_sources': [ |
537 ], | 539 ], |
538 }, | 540 }, |
539 } | 541 } |
OLD | NEW |