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

Side by Side Diff: gyp/gpu.gypi

Issue 1812323002: Make the debug interface a GrGLTestInterface subclass. (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: remove unused member Created 4 years, 9 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 | « gm/rectangletexture.cpp ('k') | src/gpu/gl/GrGLCreateNullInterface.cpp » ('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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 '<(skia_src_path)/gpu/gl/GrGLGLSL.cpp', 326 '<(skia_src_path)/gpu/gl/GrGLGLSL.cpp',
327 '<(skia_src_path)/gpu/gl/GrGLGLSL.h', 327 '<(skia_src_path)/gpu/gl/GrGLGLSL.h',
328 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp', 328 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp',
329 '<(skia_src_path)/gpu/gl/GrGLGpu.h', 329 '<(skia_src_path)/gpu/gl/GrGLGpu.h',
330 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp', 330 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp',
331 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp', 331 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp',
332 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp', 332 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp',
333 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h', 333 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h',
334 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', 334 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
335 '<(skia_src_path)/gpu/gl/GrGLIRect.h', 335 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
336 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
337 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
338 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', 336 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
339 '<(skia_src_path)/gpu/gl/GrGLPath.h', 337 '<(skia_src_path)/gpu/gl/GrGLPath.h',
340 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', 338 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp',
341 '<(skia_src_path)/gpu/gl/GrGLPathRange.h', 339 '<(skia_src_path)/gpu/gl/GrGLPathRange.h',
342 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp', 340 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp',
343 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h', 341 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h',
344 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', 342 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
345 '<(skia_src_path)/gpu/gl/GrGLProgram.h', 343 '<(skia_src_path)/gpu/gl/GrGLProgram.h',
346 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', 344 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp',
347 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', 345 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h',
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.h', 541 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.h',
544 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.cpp', 542 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.cpp',
545 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.h', 543 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.h',
546 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.cpp', 544 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.cpp',
547 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.h', 545 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.h',
548 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.cpp', 546 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.cpp',
549 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.h', 547 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.h',
550 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.cpp', 548 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.cpp',
551 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.h', 549 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.h',
552 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.cpp', 550 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.cpp',
553 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.h',
554 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.cpp',
555 '<(skia_src_path)/gpu/gl/debug/GrVertexArrayObj.h', 551 '<(skia_src_path)/gpu/gl/debug/GrVertexArrayObj.h',
556 552
557 # Sk files 553 # Sk files
558 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 554 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
559 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 555 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
560 ], 556 ],
561 'skgpu_null_gl_sources': [ 557 'skgpu_null_gl_sources': [
562 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 558 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
563 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 559 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
564 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 560 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
565 ], 561 ],
566 }, 562 },
567 } 563 }
OLDNEW
« no previous file with comments | « gm/rectangletexture.cpp ('k') | src/gpu/gl/GrGLCreateNullInterface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698