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

Unified 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, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gm/yuvtorgbeffect.cpp ('k') | gyp/utils.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gpu.gypi
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index 2fa0e8700d81038ccdd01a9861200268db7370c2..e955445c8c81b9e708f60ebe9021cd1b1abf05e0 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -182,6 +182,8 @@
'<(skia_src_path)/gpu/GrTextureParamsAdjuster.cpp',
'<(skia_src_path)/gpu/GrTextureProvider.cpp',
'<(skia_src_path)/gpu/GrTexturePriv.h',
+ '<(skia_src_path)/gpu/GrTextureToYUVPlanes.cpp',
+ '<(skia_src_path)/gpu/GrTextureToYUVPlanes.h',
'<(skia_src_path)/gpu/GrTextureAccess.cpp',
'<(skia_src_path)/gpu/GrTransferBuffer.h',
'<(skia_src_path)/gpu/GrTRecorder.h',
@@ -285,8 +287,8 @@
'<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
'<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',
'<(skia_src_path)/gpu/effects/GrXfermodeFragmentProcessor.cpp',
- '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.cpp',
- '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.h',
+ '<(skia_src_path)/gpu/effects/GrYUVEffect.cpp',
+ '<(skia_src_path)/gpu/effects/GrYUVEffect.h',
# text
'<(skia_src_path)/gpu/text/GrAtlasTextBlob.cpp',
« 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