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

Side by Side Diff: gyp/gpu.gypi

Issue 338093005: Cache the GrEffect used for text rendering in GrBitmapTextContext. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix typo Created 6 years, 6 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/GrCacheable.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/GrAllocPool.cpp', 51 '<(skia_src_path)/gpu/GrAllocPool.cpp',
52 '<(skia_src_path)/gpu/GrAtlas.cpp', 52 '<(skia_src_path)/gpu/GrAtlas.cpp',
53 '<(skia_src_path)/gpu/GrAtlas.h', 53 '<(skia_src_path)/gpu/GrAtlas.h',
54 '<(skia_src_path)/gpu/GrBinHashKey.h', 54 '<(skia_src_path)/gpu/GrBinHashKey.h',
55 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp', 55 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp',
56 '<(skia_src_path)/gpu/GrBitmapTextContext.h', 56 '<(skia_src_path)/gpu/GrBitmapTextContext.h',
57 '<(skia_src_path)/gpu/GrBlend.cpp', 57 '<(skia_src_path)/gpu/GrBlend.cpp',
58 '<(skia_src_path)/gpu/GrBlend.h', 58 '<(skia_src_path)/gpu/GrBlend.h',
59 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', 59 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
60 '<(skia_src_path)/gpu/GrBufferAllocPool.h', 60 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
61 '<(skia_src_path)/gpu/GrCacheable.cpp',
61 '<(skia_src_path)/gpu/GrCacheID.cpp', 62 '<(skia_src_path)/gpu/GrCacheID.cpp',
62 '<(skia_src_path)/gpu/GrClipData.cpp', 63 '<(skia_src_path)/gpu/GrClipData.cpp',
63 '<(skia_src_path)/gpu/GrContext.cpp', 64 '<(skia_src_path)/gpu/GrContext.cpp',
64 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp', 65 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp',
65 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h', 66 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h',
66 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.h', 67 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.h',
67 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.cpp', 68 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.cpp',
68 '<(skia_src_path)/gpu/GrDrawState.cpp', 69 '<(skia_src_path)/gpu/GrDrawState.cpp',
69 '<(skia_src_path)/gpu/GrDrawState.h', 70 '<(skia_src_path)/gpu/GrDrawState.h',
70 '<(skia_src_path)/gpu/GrDrawTarget.cpp', 71 '<(skia_src_path)/gpu/GrDrawTarget.cpp',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 ], 302 ],
302 'skgpu_null_gl_sources': [ 303 'skgpu_null_gl_sources': [
303 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 304 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
304 305
305 # Sk files 306 # Sk files
306 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 307 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
307 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 308 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
308 ], 309 ],
309 }, 310 },
310 } 311 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrCacheable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698