| 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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 | 311 |
| 312 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp', | 312 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp', |
| 313 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h', | 313 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h', |
| 314 '<(skia_src_path)/gpu/gl/GrGLBuffer.cpp', | 314 '<(skia_src_path)/gpu/gl/GrGLBuffer.cpp', |
| 315 '<(skia_src_path)/gpu/gl/GrGLBuffer.h', | 315 '<(skia_src_path)/gpu/gl/GrGLBuffer.h', |
| 316 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', | 316 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', |
| 317 '<(skia_src_path)/gpu/gl/GrGLCaps.h', | 317 '<(skia_src_path)/gpu/gl/GrGLCaps.h', |
| 318 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', | 318 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', |
| 319 '<(skia_src_path)/gpu/gl/GrGLContext.h', | 319 '<(skia_src_path)/gpu/gl/GrGLContext.h', |
| 320 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', | 320 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', |
| 321 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | |
| 322 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', | 321 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', |
| 323 '<(skia_src_path)/gpu/gl/GrGLDefines.h', | 322 '<(skia_src_path)/gpu/gl/GrGLDefines.h', |
| 324 '<(skia_src_path)/gpu/gl/GrGLGLSL.cpp', | 323 '<(skia_src_path)/gpu/gl/GrGLGLSL.cpp', |
| 325 '<(skia_src_path)/gpu/gl/GrGLGLSL.h', | 324 '<(skia_src_path)/gpu/gl/GrGLGLSL.h', |
| 326 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp', | 325 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp', |
| 327 '<(skia_src_path)/gpu/gl/GrGLGpu.h', | 326 '<(skia_src_path)/gpu/gl/GrGLGpu.h', |
| 328 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp', | 327 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp', |
| 329 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp', | 328 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp', |
| 330 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', | 329 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', |
| 331 '<(skia_src_path)/gpu/gl/GrGLIRect.h', | 330 '<(skia_src_path)/gpu/gl/GrGLIRect.h', |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 402 '<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.cpp', | 401 '<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.cpp', |
| 403 '<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.h', | 402 '<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.h', |
| 404 '<(skia_src_path)/gpu/glsl/GrGLSLXferProcessor.cpp', | 403 '<(skia_src_path)/gpu/glsl/GrGLSLXferProcessor.cpp', |
| 405 '<(skia_src_path)/gpu/glsl/GrGLSLXferProcessor.h', | 404 '<(skia_src_path)/gpu/glsl/GrGLSLXferProcessor.h', |
| 406 | 405 |
| 407 # Sk files | 406 # Sk files |
| 408 '<(skia_include_path)/gpu/SkGr.h', | 407 '<(skia_include_path)/gpu/SkGr.h', |
| 409 '<(skia_include_path)/gpu/SkGrPixelRef.h', | 408 '<(skia_include_path)/gpu/SkGrPixelRef.h', |
| 410 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', | 409 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', |
| 411 | 410 |
| 411 '<(skia_include_path)/gpu/gl/SkGLContext.h', |
| 412 |
| 412 '<(skia_src_path)/gpu/SkGpuDevice.cpp', | 413 '<(skia_src_path)/gpu/SkGpuDevice.cpp', |
| 413 '<(skia_src_path)/gpu/SkGpuDevice.h', | 414 '<(skia_src_path)/gpu/SkGpuDevice.h', |
| 414 '<(skia_src_path)/gpu/SkGpuDevice_drawTexture.cpp', | 415 '<(skia_src_path)/gpu/SkGpuDevice_drawTexture.cpp', |
| 415 '<(skia_src_path)/gpu/SkGr.cpp', | 416 '<(skia_src_path)/gpu/SkGr.cpp', |
| 416 '<(skia_src_path)/gpu/SkGrPixelRef.cpp', | 417 '<(skia_src_path)/gpu/SkGrPixelRef.cpp', |
| 417 '<(skia_src_path)/gpu/SkGrPriv.h', | 418 '<(skia_src_path)/gpu/SkGrPriv.h', |
| 418 '<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp', | 419 '<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp', |
| 419 | 420 |
| 420 '<(skia_src_path)/image/SkImage_Gpu.h', | 421 '<(skia_src_path)/image/SkImage_Gpu.h', |
| 421 '<(skia_src_path)/image/SkImage_Gpu.cpp', | 422 '<(skia_src_path)/image/SkImage_Gpu.cpp', |
| 422 '<(skia_src_path)/image/SkSurface_Gpu.h', | 423 '<(skia_src_path)/image/SkSurface_Gpu.h', |
| 423 '<(skia_src_path)/image/SkSurface_Gpu.cpp', | 424 '<(skia_src_path)/image/SkSurface_Gpu.cpp', |
| 425 |
| 426 '<(skia_src_path)/gpu/gl/SkGLContext.cpp' |
| 424 ], | 427 ], |
| 425 'skgpu_vk_sources': [ | 428 'skgpu_vk_sources': [ |
| 426 '<(skia_include_path)/gpu/vk/GrVkBackendContext.h', | 429 '<(skia_include_path)/gpu/vk/GrVkBackendContext.h', |
| 427 '<(skia_include_path)/gpu/vk/GrVkDefines.h', | 430 '<(skia_include_path)/gpu/vk/GrVkDefines.h', |
| 428 '<(skia_include_path)/gpu/vk/GrVkInterface.h', | 431 '<(skia_include_path)/gpu/vk/GrVkInterface.h', |
| 429 '<(skia_include_path)/gpu/vk/GrVkTypes.h', | 432 '<(skia_include_path)/gpu/vk/GrVkTypes.h', |
| 430 '<(skia_src_path)/gpu/vk/GrVkBackendContext.cpp', | 433 '<(skia_src_path)/gpu/vk/GrVkBackendContext.cpp', |
| 431 '<(skia_src_path)/gpu/vk/GrVkBuffer.cpp', | 434 '<(skia_src_path)/gpu/vk/GrVkBuffer.cpp', |
| 432 '<(skia_src_path)/gpu/vk/GrVkBuffer.h', | 435 '<(skia_src_path)/gpu/vk/GrVkBuffer.h', |
| 433 '<(skia_src_path)/gpu/vk/GrVkCaps.cpp', | 436 '<(skia_src_path)/gpu/vk/GrVkCaps.cpp', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 491 '<(skia_src_path)/gpu/vk/GrVkVertexBuffer.h', | 494 '<(skia_src_path)/gpu/vk/GrVkVertexBuffer.h', |
| 492 ], | 495 ], |
| 493 'skgpu_native_gl_sources': [ | 496 'skgpu_native_gl_sources': [ |
| 494 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_native.cpp', | 497 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_native.cpp', |
| 495 '<(skia_src_path)/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp', | 498 '<(skia_src_path)/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp', |
| 496 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', | 499 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', |
| 497 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', | 500 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', |
| 498 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', | 501 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', |
| 499 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', | 502 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', |
| 500 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', | 503 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', |
| 504 |
| 505 # Sk files |
| 506 '<(skia_src_path)/gpu/gl/mac/SkCreatePlatformGLContext_mac.cpp', |
| 507 '<(skia_src_path)/gpu/gl/win/SkCreatePlatformGLContext_win.cpp', |
| 508 '<(skia_src_path)/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp', |
| 509 '<(skia_src_path)/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp', |
| 510 '<(skia_src_path)/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm', |
| 511 ], |
| 512 'skgpu_mesa_gl_sources': [ |
| 513 '<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp', |
| 514 |
| 515 # Sk files |
| 516 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp', |
| 517 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.h', |
| 518 ], |
| 519 'skgpu_angle_gl_sources': [ |
| 520 '<(skia_src_path)/gpu/gl/angle/GrGLCreateANGLEInterface.cpp', |
| 521 |
| 522 # Sk files |
| 523 '<(skia_include_path)/gpu/gl/angle/SkANGLEGLContext.h', |
| 524 '<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.cpp', |
| 525 ], |
| 526 'skgpu_command_buffer_gl_sources': [ |
| 527 # Sk files |
| 528 '<(skia_include_path)/gpu/gl/command_buffer/SkCommandBufferGLContext.h', |
| 529 '<(skia_src_path)/gpu/gl/command_buffer/SkCommandBufferGLContext.cpp', |
| 530 ], |
| 531 'skgpu_debug_gl_sources': [ |
| 532 '<(skia_src_path)/gpu/gl/debug/GrGLCreateDebugInterface.cpp', |
| 533 '<(skia_src_path)/gpu/gl/debug/GrFakeRefObj.h', |
| 534 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.h', |
| 535 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.cpp', |
| 536 '<(skia_src_path)/gpu/gl/debug/GrFBBindableObj.h', |
| 537 '<(skia_src_path)/gpu/gl/debug/GrRenderBufferObj.h', |
| 538 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.h', |
| 539 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.cpp', |
| 540 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.h', |
| 541 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.cpp', |
| 542 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.h', |
| 543 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.cpp', |
| 544 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.h', |
| 545 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.cpp', |
| 546 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.h', |
| 547 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.cpp', |
| 548 '<(skia_src_path)/gpu/gl/debug/GrVertexArrayObj.h', |
| 549 |
| 550 # Sk files |
| 551 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
| 552 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
| 553 ], |
| 554 'skgpu_null_gl_sources': [ |
| 555 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 556 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 557 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
| 501 ], | 558 ], |
| 502 }, | 559 }, |
| 503 } | 560 } |
| OLD | NEW |