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

Side by Side Diff: gyp/gpu.gypi

Issue 742253002: remove GrAllocPool (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: feedback inc Created 6 years, 1 month 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 | src/gpu/GrAADistanceFieldPathRenderer.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 # Include this gypi to include all 'gpu' files 1 # Include this gypi to include all 'gpu' files
2 # The parent gyp/gypi file must define 2 # The parent gyp/gypi file must define
3 # 'skia_src_path' e.g. skia/trunk/src 3 # 'skia_src_path' e.g. skia/trunk/src
4 # 'skia_include_path' e.g. skia/trunk/include 4 # 'skia_include_path' e.g. skia/trunk/include
5 # 5 #
6 # The skia build defines these in common_variables.gypi 6 # The skia build defines these in common_variables.gypi
7 # 7 #
8 { 8 {
9 'variables': { 9 'variables': {
10 'skgpu_sources': [ 10 'skgpu_sources': [
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp', 45 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp',
46 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h', 46 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h',
47 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp', 47 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp',
48 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h', 48 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h',
49 '<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.cpp', 49 '<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.cpp',
50 '<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.h', 50 '<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.h',
51 '<(skia_src_path)/gpu/GrAARectRenderer.cpp', 51 '<(skia_src_path)/gpu/GrAARectRenderer.cpp',
52 '<(skia_src_path)/gpu/GrAARectRenderer.h', 52 '<(skia_src_path)/gpu/GrAARectRenderer.h',
53 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp', 53 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp',
54 '<(skia_src_path)/gpu/GrAllocator.h', 54 '<(skia_src_path)/gpu/GrAllocator.h',
55 '<(skia_src_path)/gpu/GrAllocPool.h',
56 '<(skia_src_path)/gpu/GrAllocPool.cpp',
57 '<(skia_src_path)/gpu/GrAtlas.cpp', 55 '<(skia_src_path)/gpu/GrAtlas.cpp',
58 '<(skia_src_path)/gpu/GrAtlas.h', 56 '<(skia_src_path)/gpu/GrAtlas.h',
59 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp', 57 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp',
60 '<(skia_src_path)/gpu/GrBitmapTextContext.h', 58 '<(skia_src_path)/gpu/GrBitmapTextContext.h',
61 '<(skia_src_path)/gpu/GrBlend.cpp', 59 '<(skia_src_path)/gpu/GrBlend.cpp',
62 '<(skia_src_path)/gpu/GrBlend.h', 60 '<(skia_src_path)/gpu/GrBlend.h',
63 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', 61 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
64 '<(skia_src_path)/gpu/GrBufferAllocPool.h', 62 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
65 '<(skia_src_path)/gpu/GrCacheID.cpp', 63 '<(skia_src_path)/gpu/GrCacheID.cpp',
66 '<(skia_src_path)/gpu/GrClipData.cpp', 64 '<(skia_src_path)/gpu/GrClipData.cpp',
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 ], 357 ],
360 'skgpu_null_gl_sources': [ 358 'skgpu_null_gl_sources': [
361 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 359 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
362 360
363 # Sk files 361 # Sk files
364 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 362 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
365 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', 363 '<(skia_src_path)/gpu/gl/SkNullGLContext.h',
366 ], 364 ],
367 }, 365 },
368 } 366 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrAADistanceFieldPathRenderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698