Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: gyp/gpu.gypi

Issue 1815823002: Move SkGLContext and some GrGLInterface implementations to skgputest module (Closed) Base URL: https://chromium.googlesource.com/skia.git@debugobject
Patch Set: fix windows and android? Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gyp/gpu.gyp ('k') | gyp/gputest.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
321 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', 322 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
322 '<(skia_src_path)/gpu/gl/GrGLDefines.h', 323 '<(skia_src_path)/gpu/gl/GrGLDefines.h',
323 '<(skia_src_path)/gpu/gl/GrGLGLSL.cpp', 324 '<(skia_src_path)/gpu/gl/GrGLGLSL.cpp',
324 '<(skia_src_path)/gpu/gl/GrGLGLSL.h', 325 '<(skia_src_path)/gpu/gl/GrGLGLSL.h',
325 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp', 326 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp',
326 '<(skia_src_path)/gpu/gl/GrGLGpu.h', 327 '<(skia_src_path)/gpu/gl/GrGLGpu.h',
327 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp', 328 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp',
328 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp', 329 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp',
329 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', 330 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
330 '<(skia_src_path)/gpu/gl/GrGLIRect.h', 331 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 '<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.cpp', 402 '<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.cpp',
402 '<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.h', 403 '<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.h',
403 '<(skia_src_path)/gpu/glsl/GrGLSLXferProcessor.cpp', 404 '<(skia_src_path)/gpu/glsl/GrGLSLXferProcessor.cpp',
404 '<(skia_src_path)/gpu/glsl/GrGLSLXferProcessor.h', 405 '<(skia_src_path)/gpu/glsl/GrGLSLXferProcessor.h',
405 406
406 # Sk files 407 # Sk files
407 '<(skia_include_path)/gpu/SkGr.h', 408 '<(skia_include_path)/gpu/SkGr.h',
408 '<(skia_include_path)/gpu/SkGrPixelRef.h', 409 '<(skia_include_path)/gpu/SkGrPixelRef.h',
409 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', 410 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h',
410 411
411 '<(skia_include_path)/gpu/gl/SkGLContext.h',
412
413 '<(skia_src_path)/gpu/SkGpuDevice.cpp', 412 '<(skia_src_path)/gpu/SkGpuDevice.cpp',
414 '<(skia_src_path)/gpu/SkGpuDevice.h', 413 '<(skia_src_path)/gpu/SkGpuDevice.h',
415 '<(skia_src_path)/gpu/SkGpuDevice_drawTexture.cpp', 414 '<(skia_src_path)/gpu/SkGpuDevice_drawTexture.cpp',
416 '<(skia_src_path)/gpu/SkGr.cpp', 415 '<(skia_src_path)/gpu/SkGr.cpp',
417 '<(skia_src_path)/gpu/SkGrPixelRef.cpp', 416 '<(skia_src_path)/gpu/SkGrPixelRef.cpp',
418 '<(skia_src_path)/gpu/SkGrPriv.h', 417 '<(skia_src_path)/gpu/SkGrPriv.h',
419 '<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp', 418 '<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp',
420 419
421 '<(skia_src_path)/image/SkImage_Gpu.h', 420 '<(skia_src_path)/image/SkImage_Gpu.h',
422 '<(skia_src_path)/image/SkImage_Gpu.cpp', 421 '<(skia_src_path)/image/SkImage_Gpu.cpp',
423 '<(skia_src_path)/image/SkSurface_Gpu.h', 422 '<(skia_src_path)/image/SkSurface_Gpu.h',
424 '<(skia_src_path)/image/SkSurface_Gpu.cpp', 423 '<(skia_src_path)/image/SkSurface_Gpu.cpp',
425
426 '<(skia_src_path)/gpu/gl/SkGLContext.cpp'
427 ], 424 ],
428 'skgpu_vk_sources': [ 425 'skgpu_vk_sources': [
429 '<(skia_include_path)/gpu/vk/GrVkBackendContext.h', 426 '<(skia_include_path)/gpu/vk/GrVkBackendContext.h',
430 '<(skia_include_path)/gpu/vk/GrVkDefines.h', 427 '<(skia_include_path)/gpu/vk/GrVkDefines.h',
431 '<(skia_include_path)/gpu/vk/GrVkInterface.h', 428 '<(skia_include_path)/gpu/vk/GrVkInterface.h',
432 '<(skia_include_path)/gpu/vk/GrVkTypes.h', 429 '<(skia_include_path)/gpu/vk/GrVkTypes.h',
433 '<(skia_src_path)/gpu/vk/GrVkBackendContext.cpp', 430 '<(skia_src_path)/gpu/vk/GrVkBackendContext.cpp',
434 '<(skia_src_path)/gpu/vk/GrVkBuffer.cpp', 431 '<(skia_src_path)/gpu/vk/GrVkBuffer.cpp',
435 '<(skia_src_path)/gpu/vk/GrVkBuffer.h', 432 '<(skia_src_path)/gpu/vk/GrVkBuffer.h',
436 '<(skia_src_path)/gpu/vk/GrVkCaps.cpp', 433 '<(skia_src_path)/gpu/vk/GrVkCaps.cpp',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 '<(skia_src_path)/gpu/vk/GrVkVertexBuffer.h', 491 '<(skia_src_path)/gpu/vk/GrVkVertexBuffer.h',
495 ], 492 ],
496 'skgpu_native_gl_sources': [ 493 'skgpu_native_gl_sources': [
497 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_native.cpp', 494 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_native.cpp',
498 '<(skia_src_path)/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp', 495 '<(skia_src_path)/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp',
499 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', 496 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
500 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', 497 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
501 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', 498 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
502 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', 499 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
503 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', 500 '<(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 ], 501 ],
554 'skgpu_null_gl_sources': [ 502 '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',
558 ], 503 ],
559 }, 504 },
560 } 505 }
OLDNEW
« no previous file with comments | « gyp/gpu.gyp ('k') | gyp/gputest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698