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

Side by Side Diff: gyp/gpu.gypi

Issue 845103005: GrBatchPrototype (Closed) Base URL: https://skia.googlesource.com/skia.git@lc2
Patch Set: tidying Created 5 years, 11 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 | src/gpu/GrAARectRenderer.cpp » ('j') | src/gpu/GrBatch.h » ('J')
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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp', 49 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp',
50 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h', 50 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h',
51 '<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.cpp', 51 '<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.cpp',
52 '<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.h', 52 '<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.h',
53 '<(skia_src_path)/gpu/GrAARectRenderer.cpp', 53 '<(skia_src_path)/gpu/GrAARectRenderer.cpp',
54 '<(skia_src_path)/gpu/GrAARectRenderer.h', 54 '<(skia_src_path)/gpu/GrAARectRenderer.h',
55 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp', 55 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp',
56 '<(skia_src_path)/gpu/GrAllocator.h', 56 '<(skia_src_path)/gpu/GrAllocator.h',
57 '<(skia_src_path)/gpu/GrAtlas.cpp', 57 '<(skia_src_path)/gpu/GrAtlas.cpp',
58 '<(skia_src_path)/gpu/GrAtlas.h', 58 '<(skia_src_path)/gpu/GrAtlas.h',
59 '<(skia_src_path)/gpu/GrBatch.cpp',
60 '<(skia_src_path)/gpu/GrBatch.h',
61 '<(skia_src_path)/gpu/GrBatchBuffer.cpp',
62 '<(skia_src_path)/gpu/GrBatchBuffer.h',
59 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp', 63 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp',
60 '<(skia_src_path)/gpu/GrBitmapTextContext.h', 64 '<(skia_src_path)/gpu/GrBitmapTextContext.h',
61 '<(skia_src_path)/gpu/GrBlend.cpp', 65 '<(skia_src_path)/gpu/GrBlend.cpp',
62 '<(skia_src_path)/gpu/GrBlend.h', 66 '<(skia_src_path)/gpu/GrBlend.h',
63 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', 67 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
64 '<(skia_src_path)/gpu/GrBufferAllocPool.h', 68 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
65 '<(skia_src_path)/gpu/GrCacheID.cpp', 69 '<(skia_src_path)/gpu/GrCacheID.cpp',
66 '<(skia_src_path)/gpu/GrClipData.cpp', 70 '<(skia_src_path)/gpu/GrClipData.cpp',
67 '<(skia_src_path)/gpu/GrClipMaskCache.h', 71 '<(skia_src_path)/gpu/GrClipMaskCache.h',
68 '<(skia_src_path)/gpu/GrClipMaskCache.cpp', 72 '<(skia_src_path)/gpu/GrClipMaskCache.cpp',
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 ], 370 ],
367 'skgpu_null_gl_sources': [ 371 'skgpu_null_gl_sources': [
368 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 372 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
369 373
370 # Sk files 374 # Sk files
371 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 375 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
372 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', 376 '<(skia_src_path)/gpu/gl/SkNullGLContext.h',
373 ], 377 ],
374 }, 378 },
375 } 379 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrAARectRenderer.cpp » ('j') | src/gpu/GrBatch.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698