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