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

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: rename 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
Index: gyp/gpu.gypi
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index b64ff6416e9fd6606cc9c62aac2722235a50a7a5..61b4a78138b00e21b2aac5655e84fffbde526963 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',
@@ -283,8 +285,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',

Powered by Google App Engine
This is Rietveld 408576698