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

Side by Side Diff: gyp/gpu.gypi

Issue 1825393002: Consolidate GPU buffer implementations (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: asserts 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 | « no previous file | include/gpu/GrCaps.h » ('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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 '<(skia_src_path)/gpu/GrAllocator.h', 64 '<(skia_src_path)/gpu/GrAllocator.h',
65 '<(skia_src_path)/gpu/GrBatchAtlas.cpp', 65 '<(skia_src_path)/gpu/GrBatchAtlas.cpp',
66 '<(skia_src_path)/gpu/GrBatchAtlas.h', 66 '<(skia_src_path)/gpu/GrBatchAtlas.h',
67 '<(skia_src_path)/gpu/GrBatchFlushState.cpp', 67 '<(skia_src_path)/gpu/GrBatchFlushState.cpp',
68 '<(skia_src_path)/gpu/GrBatchFlushState.h', 68 '<(skia_src_path)/gpu/GrBatchFlushState.h',
69 '<(skia_src_path)/gpu/GrBatchTest.cpp', 69 '<(skia_src_path)/gpu/GrBatchTest.cpp',
70 '<(skia_src_path)/gpu/GrBatchTest.h', 70 '<(skia_src_path)/gpu/GrBatchTest.h',
71 '<(skia_src_path)/gpu/GrBlend.cpp', 71 '<(skia_src_path)/gpu/GrBlend.cpp',
72 '<(skia_src_path)/gpu/GrBlurUtils.cpp', 72 '<(skia_src_path)/gpu/GrBlurUtils.cpp',
73 '<(skia_src_path)/gpu/GrBlurUtils.h', 73 '<(skia_src_path)/gpu/GrBlurUtils.h',
74 '<(skia_src_path)/gpu/GrBuffer.h',
74 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', 75 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
75 '<(skia_src_path)/gpu/GrBufferAllocPool.h', 76 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
76 '<(skia_src_path)/gpu/GrCaps.cpp', 77 '<(skia_src_path)/gpu/GrCaps.cpp',
77 '<(skia_src_path)/gpu/GrClip.cpp', 78 '<(skia_src_path)/gpu/GrClip.cpp',
78 '<(skia_src_path)/gpu/GrClipMaskManager.h', 79 '<(skia_src_path)/gpu/GrClipMaskManager.h',
79 '<(skia_src_path)/gpu/GrClipMaskManager.cpp', 80 '<(skia_src_path)/gpu/GrClipMaskManager.cpp',
80 '<(skia_src_path)/gpu/GrContext.cpp', 81 '<(skia_src_path)/gpu/GrContext.cpp',
81 '<(skia_src_path)/gpu/GrCoordTransform.cpp', 82 '<(skia_src_path)/gpu/GrCoordTransform.cpp',
82 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp', 83 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp',
83 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h', 84 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h',
84 '<(skia_src_path)/gpu/GrDrawContext.cpp', 85 '<(skia_src_path)/gpu/GrDrawContext.cpp',
85 '<(skia_src_path)/gpu/GrDrawContextPriv.h', 86 '<(skia_src_path)/gpu/GrDrawContextPriv.h',
86 '<(skia_src_path)/gpu/GrPathRenderingDrawContext.cpp', 87 '<(skia_src_path)/gpu/GrPathRenderingDrawContext.cpp',
87 '<(skia_src_path)/gpu/GrPathRenderingDrawContext.h', 88 '<(skia_src_path)/gpu/GrPathRenderingDrawContext.h',
88 '<(skia_src_path)/gpu/GrDrawingManager.cpp', 89 '<(skia_src_path)/gpu/GrDrawingManager.cpp',
89 '<(skia_src_path)/gpu/GrDrawingManager.h', 90 '<(skia_src_path)/gpu/GrDrawingManager.h',
90 '<(skia_src_path)/gpu/GrDrawTarget.cpp', 91 '<(skia_src_path)/gpu/GrDrawTarget.cpp',
91 '<(skia_src_path)/gpu/GrDrawTarget.h', 92 '<(skia_src_path)/gpu/GrDrawTarget.h',
92 '<(skia_src_path)/gpu/GrFragmentProcessor.cpp', 93 '<(skia_src_path)/gpu/GrFragmentProcessor.cpp',
93 '<(skia_src_path)/gpu/GrGeometryBuffer.h',
94 '<(skia_src_path)/gpu/GrGeometryProcessor.h', 94 '<(skia_src_path)/gpu/GrGeometryProcessor.h',
95 '<(skia_src_path)/gpu/GrGlyph.h', 95 '<(skia_src_path)/gpu/GrGlyph.h',
96 '<(skia_src_path)/gpu/GrGpu.cpp', 96 '<(skia_src_path)/gpu/GrGpu.cpp',
97 '<(skia_src_path)/gpu/GrGpu.h', 97 '<(skia_src_path)/gpu/GrGpu.h',
98 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h', 98 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h',
99 '<(skia_src_path)/gpu/GrGpuResourcePriv.h', 99 '<(skia_src_path)/gpu/GrGpuResourcePriv.h',
100 '<(skia_src_path)/gpu/GrGpuResource.cpp', 100 '<(skia_src_path)/gpu/GrGpuResource.cpp',
101 '<(skia_src_path)/gpu/GrGpuFactory.cpp', 101 '<(skia_src_path)/gpu/GrGpuFactory.cpp',
102 '<(skia_src_path)/gpu/GrGpuFactory.h', 102 '<(skia_src_path)/gpu/GrGpuFactory.h',
103 '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.cpp', 103 '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.cpp',
104 '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.h', 104 '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.h',
105 '<(skia_src_path)/gpu/GrIndexBuffer.h',
106 '<(skia_src_path)/gpu/GrInvariantOutput.cpp', 105 '<(skia_src_path)/gpu/GrInvariantOutput.cpp',
107 '<(skia_src_path)/gpu/GrLayerAtlas.cpp', 106 '<(skia_src_path)/gpu/GrLayerAtlas.cpp',
108 '<(skia_src_path)/gpu/GrLayerAtlas.h', 107 '<(skia_src_path)/gpu/GrLayerAtlas.h',
109 '<(skia_src_path)/gpu/GrLayerCache.cpp', 108 '<(skia_src_path)/gpu/GrLayerCache.cpp',
110 '<(skia_src_path)/gpu/GrLayerCache.h', 109 '<(skia_src_path)/gpu/GrLayerCache.h',
111 '<(skia_src_path)/gpu/GrLayerHoister.cpp', 110 '<(skia_src_path)/gpu/GrLayerHoister.cpp',
112 '<(skia_src_path)/gpu/GrLayerHoister.h', 111 '<(skia_src_path)/gpu/GrLayerHoister.h',
113 '<(skia_src_path)/gpu/GrMemoryPool.cpp', 112 '<(skia_src_path)/gpu/GrMemoryPool.cpp',
114 '<(skia_src_path)/gpu/GrMemoryPool.h', 113 '<(skia_src_path)/gpu/GrMemoryPool.h',
115 '<(skia_src_path)/gpu/GrMesh.h', 114 '<(skia_src_path)/gpu/GrMesh.h',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 '<(skia_src_path)/gpu/GrSurface.cpp', 181 '<(skia_src_path)/gpu/GrSurface.cpp',
183 '<(skia_src_path)/gpu/GrSwizzle.h', 182 '<(skia_src_path)/gpu/GrSwizzle.h',
184 '<(skia_src_path)/gpu/GrTexture.cpp', 183 '<(skia_src_path)/gpu/GrTexture.cpp',
185 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.h', 184 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.h',
186 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.cpp', 185 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.cpp',
187 '<(skia_src_path)/gpu/GrTextureProvider.cpp', 186 '<(skia_src_path)/gpu/GrTextureProvider.cpp',
188 '<(skia_src_path)/gpu/GrTexturePriv.h', 187 '<(skia_src_path)/gpu/GrTexturePriv.h',
189 '<(skia_src_path)/gpu/GrTextureToYUVPlanes.cpp', 188 '<(skia_src_path)/gpu/GrTextureToYUVPlanes.cpp',
190 '<(skia_src_path)/gpu/GrTextureToYUVPlanes.h', 189 '<(skia_src_path)/gpu/GrTextureToYUVPlanes.h',
191 '<(skia_src_path)/gpu/GrTextureAccess.cpp', 190 '<(skia_src_path)/gpu/GrTextureAccess.cpp',
192 '<(skia_src_path)/gpu/GrTransferBuffer.h',
193 '<(skia_src_path)/gpu/GrTRecorder.h', 191 '<(skia_src_path)/gpu/GrTRecorder.h',
194 '<(skia_src_path)/gpu/GrVertexBuffer.h',
195 '<(skia_src_path)/gpu/GrXferProcessor.cpp', 192 '<(skia_src_path)/gpu/GrXferProcessor.cpp',
196 '<(skia_src_path)/gpu/GrYUVProvider.cpp', 193 '<(skia_src_path)/gpu/GrYUVProvider.cpp',
197 '<(skia_src_path)/gpu/GrYUVProvider.h', 194 '<(skia_src_path)/gpu/GrYUVProvider.h',
198 195
199 # Batches 196 # Batches
200 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.cpp', 197 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.cpp',
201 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.h', 198 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.h',
202 '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.cpp', 199 '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.cpp',
203 '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.h', 200 '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.h',
204 '<(skia_src_path)/gpu/batches/GrAAConvexTessellator.cpp', 201 '<(skia_src_path)/gpu/batches/GrAAConvexTessellator.cpp',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 '<(skia_src_path)/gpu/text/GrFontScaler.h', 304 '<(skia_src_path)/gpu/text/GrFontScaler.h',
308 '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.cpp', 305 '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.cpp',
309 '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.h', 306 '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.h',
310 '<(skia_src_path)/gpu/text/GrTextBlobCache.cpp', 307 '<(skia_src_path)/gpu/text/GrTextBlobCache.cpp',
311 '<(skia_src_path)/gpu/text/GrTextBlobCache.h', 308 '<(skia_src_path)/gpu/text/GrTextBlobCache.h',
312 '<(skia_src_path)/gpu/text/GrTextUtils.cpp', 309 '<(skia_src_path)/gpu/text/GrTextUtils.cpp',
313 '<(skia_src_path)/gpu/text/GrTextUtils.h', 310 '<(skia_src_path)/gpu/text/GrTextUtils.h',
314 311
315 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp', 312 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp',
316 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h', 313 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h',
317 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', 314 '<(skia_src_path)/gpu/gl/GrGLBuffer.cpp',
318 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', 315 '<(skia_src_path)/gpu/gl/GrGLBuffer.h',
319 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', 316 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
320 '<(skia_src_path)/gpu/gl/GrGLCaps.h', 317 '<(skia_src_path)/gpu/gl/GrGLCaps.h',
321 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', 318 '<(skia_src_path)/gpu/gl/GrGLContext.cpp',
322 '<(skia_src_path)/gpu/gl/GrGLContext.h', 319 '<(skia_src_path)/gpu/gl/GrGLContext.h',
323 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', 320 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
324 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', 321 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
325 '<(skia_src_path)/gpu/gl/GrGLDefines.h', 322 '<(skia_src_path)/gpu/gl/GrGLDefines.h',
326 '<(skia_src_path)/gpu/gl/GrGLGLSL.cpp', 323 '<(skia_src_path)/gpu/gl/GrGLGLSL.cpp',
327 '<(skia_src_path)/gpu/gl/GrGLGLSL.h', 324 '<(skia_src_path)/gpu/gl/GrGLGLSL.h',
328 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp', 325 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp',
329 '<(skia_src_path)/gpu/gl/GrGLGpu.h', 326 '<(skia_src_path)/gpu/gl/GrGLGpu.h',
330 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp', 327 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp',
331 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp', 328 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp',
332 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp',
333 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h',
334 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', 329 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
335 '<(skia_src_path)/gpu/gl/GrGLIRect.h', 330 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
336 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', 331 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
337 '<(skia_src_path)/gpu/gl/GrGLPath.h', 332 '<(skia_src_path)/gpu/gl/GrGLPath.h',
338 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', 333 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp',
339 '<(skia_src_path)/gpu/gl/GrGLPathRange.h', 334 '<(skia_src_path)/gpu/gl/GrGLPathRange.h',
340 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp', 335 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp',
341 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h', 336 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h',
342 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', 337 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
343 '<(skia_src_path)/gpu/gl/GrGLProgram.h', 338 '<(skia_src_path)/gpu/gl/GrGLProgram.h',
344 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', 339 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp',
345 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', 340 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h',
346 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', 341 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp',
347 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', 342 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h',
348 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', 343 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
349 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', 344 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
350 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp', 345 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp',
351 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h', 346 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h',
352 '<(skia_src_path)/gpu/gl/GrGLTestInterface.cpp', 347 '<(skia_src_path)/gpu/gl/GrGLTestInterface.cpp',
353 '<(skia_src_path)/gpu/gl/GrGLTestInterface.h', 348 '<(skia_src_path)/gpu/gl/GrGLTestInterface.h',
354 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', 349 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
355 '<(skia_src_path)/gpu/gl/GrGLTexture.h', 350 '<(skia_src_path)/gpu/gl/GrGLTexture.h',
356 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.cpp', 351 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.cpp',
357 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h', 352 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h',
358 '<(skia_src_path)/gpu/gl/GrGLTransferBuffer.cpp',
359 '<(skia_src_path)/gpu/gl/GrGLTransferBuffer.h',
360 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', 353 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
361 '<(skia_src_path)/gpu/gl/GrGLUtil.h', 354 '<(skia_src_path)/gpu/gl/GrGLUtil.h',
362 '<(skia_src_path)/gpu/gl/GrGLUniformHandler.cpp', 355 '<(skia_src_path)/gpu/gl/GrGLUniformHandler.cpp',
363 '<(skia_src_path)/gpu/gl/GrGLUniformHandler.h', 356 '<(skia_src_path)/gpu/gl/GrGLUniformHandler.h',
364 '<(skia_src_path)/gpu/gl/GrGLVaryingHandler.cpp', 357 '<(skia_src_path)/gpu/gl/GrGLVaryingHandler.cpp',
365 '<(skia_src_path)/gpu/gl/GrGLVaryingHandler.h', 358 '<(skia_src_path)/gpu/gl/GrGLVaryingHandler.h',
366 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', 359 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp',
367 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', 360 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h',
368 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp',
369 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h',
370 361
371 # Files for building GLSL shaders 362 # Files for building GLSL shaders
372 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp', 363 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp',
373 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h', 364 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h',
374 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp', 365 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp',
375 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h', 366 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h',
376 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp', 367 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp',
377 368
378 # GLSL 369 # GLSL
379 '<(skia_src_path)/gpu/glsl/GrGLSL.cpp', 370 '<(skia_src_path)/gpu/glsl/GrGLSL.cpp',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 550 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
560 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 551 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
561 ], 552 ],
562 'skgpu_null_gl_sources': [ 553 'skgpu_null_gl_sources': [
563 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 554 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
564 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 555 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
565 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 556 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
566 ], 557 ],
567 }, 558 },
568 } 559 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrCaps.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698