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