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

Unified Diff: ui/gl/BUILD.gn

Issue 1882953006: Attach YUV420 to RGB converter to GLContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index 9d92df53943b4ed66c807001b151defae4e094b7..2ea0dfac9642fd7c755ca0c4c2da8836f7fc69b8 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -229,6 +229,8 @@ component("gl") {
"gl_image_io_surface.mm",
"scoped_cgl.cc",
"scoped_cgl.h",
+ "yuv420_rgb_converter.cc",
+ "yuv420_rgb_converter.h",
]
libs = [

Powered by Google App Engine
This is Rietveld 408576698