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

Side by Side Diff: gyp/gpu.gypi

Issue 321253002: Simple GPU based dithering (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Sync to head 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 | « expectations/gm/ignored-tests.txt ('k') | gyp/skia_for_chromium_defines.gypi » ('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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', 149 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp',
150 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h', 150 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h',
151 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', 151 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp',
152 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', 152 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h',
153 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp', 153 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp',
154 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h', 154 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h',
155 '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp', 155 '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp',
156 '<(skia_src_path)/gpu/effects/GrDashingEffect.h', 156 '<(skia_src_path)/gpu/effects/GrDashingEffect.h',
157 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp', 157 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp',
158 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h', 158 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h',
159 '<(skia_src_path)/gpu/effects/GrDitherEffect.cpp',
160 '<(skia_src_path)/gpu/effects/GrDitherEffect.h',
159 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp', 161 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp',
160 '<(skia_src_path)/gpu/effects/GrOvalEffect.h', 162 '<(skia_src_path)/gpu/effects/GrOvalEffect.h',
161 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', 163 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp',
162 '<(skia_src_path)/gpu/effects/GrRRectEffect.h', 164 '<(skia_src_path)/gpu/effects/GrRRectEffect.h',
163 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', 165 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp',
164 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', 166 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h',
165 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', 167 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp',
166 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', 168 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h',
167 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', 169 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp',
168 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', 170 '<(skia_src_path)/gpu/effects/GrTextureDomain.h',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 ], 303 ],
302 'skgpu_null_gl_sources': [ 304 'skgpu_null_gl_sources': [
303 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 305 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
304 306
305 # Sk files 307 # Sk files
306 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 308 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
307 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 309 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
308 ], 310 ],
309 }, 311 },
310 } 312 }
OLDNEW
« no previous file with comments | « expectations/gm/ignored-tests.txt ('k') | gyp/skia_for_chromium_defines.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698