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

Side by Side Diff: gyp/gpu.gypi

Issue 214153002: Add clip effect for circles (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: fix test 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | src/gpu/effects/GrOvalEffect.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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', 142 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp',
143 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', 143 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h',
144 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', 144 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp',
145 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h', 145 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h',
146 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', 146 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp',
147 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', 147 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h',
148 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp', 148 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp',
149 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h', 149 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h',
150 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp', 150 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp',
151 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h', 151 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h',
152 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp',
153 '<(skia_src_path)/gpu/effects/GrOvalEffect.h',
152 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', 154 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp',
153 '<(skia_src_path)/gpu/effects/GrRRectEffect.h', 155 '<(skia_src_path)/gpu/effects/GrRRectEffect.h',
154 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', 156 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp',
155 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', 157 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h',
156 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', 158 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp',
157 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', 159 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h',
158 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', 160 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp',
159 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', 161 '<(skia_src_path)/gpu/effects/GrTextureDomain.h',
160 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', 162 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
161 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', 163 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 ], 290 ],
289 'skgpu_null_gl_sources': [ 291 'skgpu_null_gl_sources': [
290 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 292 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
291 293
292 # Sk files 294 # Sk files
293 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 295 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
294 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 296 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
295 ], 297 ],
296 }, 298 },
297 } 299 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/effects/GrOvalEffect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698