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

Unified Diff: ui/gl/gl.gyp

Issue 2005463002: Attach YUV420 to RGB converter to GLContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 7 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 | « ui/gl/BUILD.gn ('k') | ui/gl/gl_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl.gyp
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
index 9dfd8ed963d2999ea0e5edc03314985b086cc28f..30a8766aecd84169d78866fa898a4699b0701aa4 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -242,6 +242,8 @@
'gl_image_io_surface.h',
'scoped_cgl.cc',
'scoped_cgl.h',
+ 'yuv_to_rgb_converter.cc',
+ 'yuv_to_rgb_converter.h',
],
'link_settings': {
'libraries': [
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698