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

Unified Diff: ui/gl/BUILD.gn

Issue 1419733005: gpu: Add YCbCr 420v extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on master. Add gl/gfx namespace qualifiers. Created 5 years, 2 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 6d101e37b015ee225336fbcf19933df8dfaf8304..af4d44bb53c24f661c9ceaad9cf178918bc66fb4 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -59,6 +59,8 @@ component("gl") {
"gl_fence_nv.h",
"gl_gl_api_implementation.cc",
"gl_gl_api_implementation.h",
+ "gl_helper.cc",
+ "gl_helper.h",
"gl_image.h",
"gl_image_memory.cc",
"gl_image_memory.h",
@@ -344,6 +346,9 @@ test("gl_unittests") {
sources += [ "glx_api_unittest.cc" ]
}
+ if (is_mac) {
+ sources += [ "gl_image_io_surface_unittest.cc" ]
+ }
include_dirs = [ "//third_party/khronos" ]
deps = [

Powered by Google App Engine
This is Rietveld 408576698