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

Side by Side Diff: gyp/gpu.gypi

Issue 274673004: Add Dashing gpu effect for simple dashed lines (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Move DrawDashLine into namespace Created 6 years, 7 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 | « gm/dashing.cpp ('k') | include/gpu/SkGpuDevice.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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', 143 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp',
144 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', 144 '<(skia_src_path)/gpu/effects/GrBezierEffect.h',
145 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', 145 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp',
146 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', 146 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h',
147 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', 147 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp',
148 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h', 148 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h',
149 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', 149 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp',
150 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', 150 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h',
151 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp', 151 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp',
152 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h', 152 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h',
153 '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp',
154 '<(skia_src_path)/gpu/effects/GrDashingEffect.h',
153 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp', 155 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp',
154 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h', 156 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h',
155 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp', 157 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp',
156 '<(skia_src_path)/gpu/effects/GrOvalEffect.h', 158 '<(skia_src_path)/gpu/effects/GrOvalEffect.h',
157 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', 159 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp',
158 '<(skia_src_path)/gpu/effects/GrRRectEffect.h', 160 '<(skia_src_path)/gpu/effects/GrRRectEffect.h',
159 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', 161 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp',
160 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', 162 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h',
161 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', 163 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp',
162 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', 164 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 ], 297 ],
296 'skgpu_null_gl_sources': [ 298 'skgpu_null_gl_sources': [
297 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 299 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
298 300
299 # Sk files 301 # Sk files
300 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 302 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
301 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 303 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
302 ], 304 ],
303 }, 305 },
304 } 306 }
OLDNEW
« no previous file with comments | « gm/dashing.cpp ('k') | include/gpu/SkGpuDevice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698