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

Side by Side Diff: gyp/gpu.gypi

Issue 379253003: Initial change to move 2D kernel to its own file (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: small cleanup Created 6 years, 5 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/effects/SkMatrixConvolutionImageFilter.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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', 154 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp',
155 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', 155 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h',
156 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp', 156 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp',
157 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h', 157 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h',
158 '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp', 158 '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp',
159 '<(skia_src_path)/gpu/effects/GrDashingEffect.h', 159 '<(skia_src_path)/gpu/effects/GrDashingEffect.h',
160 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp', 160 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp',
161 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h', 161 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h',
162 '<(skia_src_path)/gpu/effects/GrDitherEffect.cpp', 162 '<(skia_src_path)/gpu/effects/GrDitherEffect.cpp',
163 '<(skia_src_path)/gpu/effects/GrDitherEffect.h', 163 '<(skia_src_path)/gpu/effects/GrDitherEffect.h',
164 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.cpp',
165 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.h',
164 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp', 166 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp',
165 '<(skia_src_path)/gpu/effects/GrOvalEffect.h', 167 '<(skia_src_path)/gpu/effects/GrOvalEffect.h',
166 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', 168 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp',
167 '<(skia_src_path)/gpu/effects/GrRRectEffect.h', 169 '<(skia_src_path)/gpu/effects/GrRRectEffect.h',
168 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', 170 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp',
169 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', 171 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h',
170 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', 172 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp',
171 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', 173 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h',
172 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', 174 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp',
173 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', 175 '<(skia_src_path)/gpu/effects/GrTextureDomain.h',
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 ], 309 ],
308 'skgpu_null_gl_sources': [ 310 'skgpu_null_gl_sources': [
309 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 311 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
310 312
311 # Sk files 313 # Sk files
312 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 314 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
313 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 315 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
314 ], 316 ],
315 }, 317 },
316 } 318 }
OLDNEW
« no previous file with comments | « no previous file | include/effects/SkMatrixConvolutionImageFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698