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

Side by Side Diff: gyp/gpu.gypi

Issue 378503006: YUV to RGB converter (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Added test and fixed comments 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 | « gyp/gmslides.gypi ('k') | src/gpu/effects/GrYUVtoRGBEffect.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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', 166 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp',
167 '<(skia_src_path)/gpu/effects/GrRRectEffect.h', 167 '<(skia_src_path)/gpu/effects/GrRRectEffect.h',
168 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', 168 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp',
169 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', 169 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h',
170 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', 170 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp',
171 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', 171 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h',
172 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', 172 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp',
173 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', 173 '<(skia_src_path)/gpu/effects/GrTextureDomain.h',
174 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', 174 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
175 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', 175 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',
176 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.cpp',
177 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.h',
176 178
177 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp', 179 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp',
178 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h', 180 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h',
179 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', 181 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp',
180 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', 182 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h',
181 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', 183 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
182 '<(skia_src_path)/gpu/gl/GrGLCaps.h', 184 '<(skia_src_path)/gpu/gl/GrGLCaps.h',
183 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', 185 '<(skia_src_path)/gpu/gl/GrGLContext.cpp',
184 '<(skia_src_path)/gpu/gl/GrGLContext.h', 186 '<(skia_src_path)/gpu/gl/GrGLContext.h',
185 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', 187 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 ], 308 ],
307 'skgpu_null_gl_sources': [ 309 'skgpu_null_gl_sources': [
308 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 310 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
309 311
310 # Sk files 312 # Sk files
311 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 313 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
312 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 314 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
313 ], 315 ],
314 }, 316 },
315 } 317 }
OLDNEW
« no previous file with comments | « gyp/gmslides.gypi ('k') | src/gpu/effects/GrYUVtoRGBEffect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698