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

Side by Side Diff: gyp/gpu.gypi

Issue 193163003: Enable use of distance fields via SkPaint flag. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Change HACK to TEMP Created 6 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 | « gyp/gpu.gyp ('k') | include/core/SkPaint.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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/GrCacheID.cpp', 61 '<(skia_src_path)/gpu/GrCacheID.cpp',
62 '<(skia_src_path)/gpu/GrClipData.cpp', 62 '<(skia_src_path)/gpu/GrClipData.cpp',
63 '<(skia_src_path)/gpu/GrContext.cpp', 63 '<(skia_src_path)/gpu/GrContext.cpp',
64 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp', 64 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp',
65 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h', 65 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h',
66 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.h',
67 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.cpp',
66 '<(skia_src_path)/gpu/GrDrawState.cpp', 68 '<(skia_src_path)/gpu/GrDrawState.cpp',
67 '<(skia_src_path)/gpu/GrDrawState.h', 69 '<(skia_src_path)/gpu/GrDrawState.h',
68 '<(skia_src_path)/gpu/GrDrawTarget.cpp', 70 '<(skia_src_path)/gpu/GrDrawTarget.cpp',
69 '<(skia_src_path)/gpu/GrDrawTarget.h', 71 '<(skia_src_path)/gpu/GrDrawTarget.h',
70 '<(skia_src_path)/gpu/GrDrawTargetCaps.h', 72 '<(skia_src_path)/gpu/GrDrawTargetCaps.h',
71 '<(skia_src_path)/gpu/GrEffect.cpp', 73 '<(skia_src_path)/gpu/GrEffect.cpp',
72 '<(skia_src_path)/gpu/GrGeometryBuffer.h', 74 '<(skia_src_path)/gpu/GrGeometryBuffer.h',
73 '<(skia_src_path)/gpu/GrClipMaskCache.h', 75 '<(skia_src_path)/gpu/GrClipMaskCache.h',
74 '<(skia_src_path)/gpu/GrClipMaskCache.cpp', 76 '<(skia_src_path)/gpu/GrClipMaskCache.cpp',
75 '<(skia_src_path)/gpu/GrClipMaskManager.h', 77 '<(skia_src_path)/gpu/GrClipMaskManager.h',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', 135 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp',
134 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', 136 '<(skia_src_path)/gpu/effects/GrBezierEffect.h',
135 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', 137 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp',
136 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', 138 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h',
137 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', 139 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp',
138 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h', 140 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h',
139 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', 141 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp',
140 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', 142 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h',
141 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp', 143 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp',
142 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h', 144 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h',
145 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp',
146 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h',
143 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', 147 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp',
144 '<(skia_src_path)/gpu/effects/GrRRectEffect.h', 148 '<(skia_src_path)/gpu/effects/GrRRectEffect.h',
145 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', 149 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp',
146 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', 150 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h',
147 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', 151 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp',
148 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', 152 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h',
149 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', 153 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp',
150 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', 154 '<(skia_src_path)/gpu/effects/GrTextureDomain.h',
151 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', 155 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
152 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', 156 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 ], 283 ],
280 'skgpu_null_gl_sources': [ 284 'skgpu_null_gl_sources': [
281 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 285 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
282 286
283 # Sk files 287 # Sk files
284 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 288 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
285 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 289 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
286 ], 290 ],
287 }, 291 },
288 } 292 }
OLDNEW
« no previous file with comments | « gyp/gpu.gyp ('k') | include/core/SkPaint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698