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

Side by Side Diff: gyp/gpu.gypi

Issue 1313743002: Add onMemoryDump to GrContext (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: int > string fix Created 5 years, 3 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/GrContext.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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 '<(skia_src_path)/gpu/GrTextContext.cpp', 208 '<(skia_src_path)/gpu/GrTextContext.cpp',
209 '<(skia_src_path)/gpu/GrTextContext.h', 209 '<(skia_src_path)/gpu/GrTextContext.h',
210 '<(skia_src_path)/gpu/GrTexture.cpp', 210 '<(skia_src_path)/gpu/GrTexture.cpp',
211 '<(skia_src_path)/gpu/GrTextureProvider.cpp', 211 '<(skia_src_path)/gpu/GrTextureProvider.cpp',
212 '<(skia_src_path)/gpu/GrTexturePriv.h', 212 '<(skia_src_path)/gpu/GrTexturePriv.h',
213 '<(skia_src_path)/gpu/GrTextureAccess.cpp', 213 '<(skia_src_path)/gpu/GrTextureAccess.cpp',
214 '<(skia_src_path)/gpu/GrTRecorder.h', 214 '<(skia_src_path)/gpu/GrTRecorder.h',
215 '<(skia_src_path)/gpu/GrVertexBuffer.h', 215 '<(skia_src_path)/gpu/GrVertexBuffer.h',
216 '<(skia_src_path)/gpu/GrVertices.h', 216 '<(skia_src_path)/gpu/GrVertices.h',
217 '<(skia_src_path)/gpu/GrXferProcessor.cpp', 217 '<(skia_src_path)/gpu/GrXferProcessor.cpp',
218 218
219 # Batches 219 # Batches
220 '<(skia_src_path)/gpu/batches/GrAAFillRectBatch.cpp', 220 '<(skia_src_path)/gpu/batches/GrAAFillRectBatch.cpp',
221 '<(skia_src_path)/gpu/batches/GrAAFillRectBatch.h', 221 '<(skia_src_path)/gpu/batches/GrAAFillRectBatch.h',
222 '<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.cpp', 222 '<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.cpp',
223 '<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.h', 223 '<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.h',
224 '<(skia_src_path)/gpu/batches/GrBatch.cpp', 224 '<(skia_src_path)/gpu/batches/GrBatch.cpp',
225 '<(skia_src_path)/gpu/batches/GrBatch.h', 225 '<(skia_src_path)/gpu/batches/GrBatch.h',
226 '<(skia_src_path)/gpu/batches/GrClearBatch.h', 226 '<(skia_src_path)/gpu/batches/GrClearBatch.h',
227 '<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.cpp', 227 '<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.cpp',
228 '<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.h', 228 '<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.h',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', 340 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h',
341 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', 341 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp',
342 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', 342 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h',
343 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', 343 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
344 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', 344 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
345 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h', 345 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h',
346 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp', 346 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp',
347 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h', 347 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h',
348 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', 348 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
349 '<(skia_src_path)/gpu/gl/GrGLTexture.h', 349 '<(skia_src_path)/gpu/gl/GrGLTexture.h',
350 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.cpp',
ssid 2015/09/02 10:45:58 Please add this file.
ericrk 2015/09/02 17:28:37 My bad - added now. Thanks!
350 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h', 351 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h',
351 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', 352 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
352 '<(skia_src_path)/gpu/gl/GrGLUtil.h', 353 '<(skia_src_path)/gpu/gl/GrGLUtil.h',
353 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h', 354 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h',
354 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', 355 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp',
355 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', 356 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h',
356 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', 357 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp',
357 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', 358 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h',
358 '<(skia_src_path)/gpu/gl/GrGLXferProcessor.cpp', 359 '<(skia_src_path)/gpu/gl/GrGLXferProcessor.cpp',
359 '<(skia_src_path)/gpu/gl/GrGLXferProcessor.h', 360 '<(skia_src_path)/gpu/gl/GrGLXferProcessor.h',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 463 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
463 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 464 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
464 ], 465 ],
465 'skgpu_null_gl_sources': [ 466 'skgpu_null_gl_sources': [
466 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 467 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
467 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 468 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
468 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 469 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
469 ], 470 ],
470 }, 471 },
471 } 472 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698