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

Side by Side Diff: gyp/gpu.gypi

Issue 1513393002: Add ability to extract YUV planes from SkImage (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: gm cleanup Created 4 years, 10 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/yuvtorgbeffect.cpp ('k') | gyp/utils.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 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # Include this gypi to include all 'gpu' files 5 # Include this gypi to include all 'gpu' files
6 # The parent gyp/gypi file must define 6 # The parent gyp/gypi file must define
7 # 'skia_src_path' e.g. skia/trunk/src 7 # 'skia_src_path' e.g. skia/trunk/src
8 # 'skia_include_path' e.g. skia/trunk/include 8 # 'skia_include_path' e.g. skia/trunk/include
9 # 9 #
10 # The skia build defines these in common_variables.gypi 10 # The skia build defines these in common_variables.gypi
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', 175 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp',
176 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', 176 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h',
177 '<(skia_src_path)/gpu/GrSurfacePriv.h', 177 '<(skia_src_path)/gpu/GrSurfacePriv.h',
178 '<(skia_src_path)/gpu/GrSurface.cpp', 178 '<(skia_src_path)/gpu/GrSurface.cpp',
179 '<(skia_src_path)/gpu/GrSwizzle.h', 179 '<(skia_src_path)/gpu/GrSwizzle.h',
180 '<(skia_src_path)/gpu/GrTexture.cpp', 180 '<(skia_src_path)/gpu/GrTexture.cpp',
181 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.h', 181 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.h',
182 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.cpp', 182 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.cpp',
183 '<(skia_src_path)/gpu/GrTextureProvider.cpp', 183 '<(skia_src_path)/gpu/GrTextureProvider.cpp',
184 '<(skia_src_path)/gpu/GrTexturePriv.h', 184 '<(skia_src_path)/gpu/GrTexturePriv.h',
185 '<(skia_src_path)/gpu/GrTextureToYUVPlanes.cpp',
186 '<(skia_src_path)/gpu/GrTextureToYUVPlanes.h',
185 '<(skia_src_path)/gpu/GrTextureAccess.cpp', 187 '<(skia_src_path)/gpu/GrTextureAccess.cpp',
186 '<(skia_src_path)/gpu/GrTransferBuffer.h', 188 '<(skia_src_path)/gpu/GrTransferBuffer.h',
187 '<(skia_src_path)/gpu/GrTRecorder.h', 189 '<(skia_src_path)/gpu/GrTRecorder.h',
188 '<(skia_src_path)/gpu/GrVertexBuffer.h', 190 '<(skia_src_path)/gpu/GrVertexBuffer.h',
189 '<(skia_src_path)/gpu/GrVertices.h', 191 '<(skia_src_path)/gpu/GrVertices.h',
190 '<(skia_src_path)/gpu/GrXferProcessor.cpp', 192 '<(skia_src_path)/gpu/GrXferProcessor.cpp',
191 '<(skia_src_path)/gpu/GrYUVProvider.cpp', 193 '<(skia_src_path)/gpu/GrYUVProvider.cpp',
192 '<(skia_src_path)/gpu/GrYUVProvider.h', 194 '<(skia_src_path)/gpu/GrYUVProvider.h',
193 195
194 # Batches 196 # Batches
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 '<(skia_src_path)/gpu/effects/GrRRectEffect.h', 280 '<(skia_src_path)/gpu/effects/GrRRectEffect.h',
279 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', 281 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp',
280 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', 282 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h',
281 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', 283 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp',
282 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', 284 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h',
283 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', 285 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp',
284 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', 286 '<(skia_src_path)/gpu/effects/GrTextureDomain.h',
285 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', 287 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
286 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', 288 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',
287 '<(skia_src_path)/gpu/effects/GrXfermodeFragmentProcessor.cpp', 289 '<(skia_src_path)/gpu/effects/GrXfermodeFragmentProcessor.cpp',
288 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.cpp', 290 '<(skia_src_path)/gpu/effects/GrYUVEffect.cpp',
289 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.h', 291 '<(skia_src_path)/gpu/effects/GrYUVEffect.h',
290 292
291 # text 293 # text
292 '<(skia_src_path)/gpu/text/GrAtlasTextBlob.cpp', 294 '<(skia_src_path)/gpu/text/GrAtlasTextBlob.cpp',
293 '<(skia_src_path)/gpu/text/GrAtlasTextBlob.h', 295 '<(skia_src_path)/gpu/text/GrAtlasTextBlob.h',
294 '<(skia_src_path)/gpu/text/GrAtlasTextContext.cpp', 296 '<(skia_src_path)/gpu/text/GrAtlasTextContext.cpp',
295 '<(skia_src_path)/gpu/text/GrAtlasTextContext.h', 297 '<(skia_src_path)/gpu/text/GrAtlasTextContext.h',
296 '<(skia_src_path)/gpu/text/GrBatchFontCache.cpp', 298 '<(skia_src_path)/gpu/text/GrBatchFontCache.cpp',
297 '<(skia_src_path)/gpu/text/GrBatchFontCache.h', 299 '<(skia_src_path)/gpu/text/GrBatchFontCache.h',
298 '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.cpp', 300 '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.cpp',
299 '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.h', 301 '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.h',
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 491 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
490 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 492 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
491 ], 493 ],
492 'skgpu_null_gl_sources': [ 494 'skgpu_null_gl_sources': [
493 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 495 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
494 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 496 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
495 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 497 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
496 ], 498 ],
497 }, 499 },
498 } 500 }
OLDNEW
« no previous file with comments | « gm/yuvtorgbeffect.cpp ('k') | gyp/utils.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698