Index: ui/gl/BUILD.gn |
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn |
index 33a648d869eadc5aa108e158580ae3bf6a87d4fa..dda16eec02dca32bc6585c8ee5f83ce01c3cdb31 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", |
@@ -350,6 +352,10 @@ test("gl_unittests") { |
sources += [ "gl_image_ozone_native_pixmap_unittest.cc" ] |
} |
+ if (is_mac) { |
+ sources += [ "gl_image_io_surface_unittest.cc" ] |
+ } |
+ |
include_dirs = [ "//third_party/khronos" ] |
deps = [ |