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

Side by Side Diff: gyp/gpu.gypi

Issue 975303005: Creation of GrBatchAtlas and Distancefieldpathrenderer batch (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: nit Created 5 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 | 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 59 '<(skia_src_path)/gpu/GrBatch.cpp',
60 '<(skia_src_path)/gpu/GrBatch.h', 60 '<(skia_src_path)/gpu/GrBatch.h',
61 '<(skia_src_path)/gpu/GrBatchAtlas.cpp',
62 '<(skia_src_path)/gpu/GrBatchAtlas.h',
61 '<(skia_src_path)/gpu/GrBatchTarget.cpp', 63 '<(skia_src_path)/gpu/GrBatchTarget.cpp',
62 '<(skia_src_path)/gpu/GrBatchTarget.h', 64 '<(skia_src_path)/gpu/GrBatchTarget.h',
63 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp', 65 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp',
64 '<(skia_src_path)/gpu/GrBitmapTextContext.h', 66 '<(skia_src_path)/gpu/GrBitmapTextContext.h',
65 '<(skia_src_path)/gpu/GrBlend.cpp', 67 '<(skia_src_path)/gpu/GrBlend.cpp',
66 '<(skia_src_path)/gpu/GrBlend.h', 68 '<(skia_src_path)/gpu/GrBlend.h',
67 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', 69 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
68 '<(skia_src_path)/gpu/GrBufferAllocPool.h', 70 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
69 '<(skia_src_path)/gpu/GrClip.cpp', 71 '<(skia_src_path)/gpu/GrClip.cpp',
70 '<(skia_src_path)/gpu/GrClipMaskCache.h', 72 '<(skia_src_path)/gpu/GrClipMaskCache.h',
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 387 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
386 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 388 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
387 ], 389 ],
388 'skgpu_null_gl_sources': [ 390 'skgpu_null_gl_sources': [
389 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 391 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
390 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 392 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
391 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 393 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
392 ], 394 ],
393 }, 395 },
394 } 396 }
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