Index: ui/gfx/BUILD.gn |
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn |
index e65a545e96a494c103b857c3fbf8219031e15ca3..b7b06cbf8b60666884a2df8613ad43c97a1ba9ab 100644 |
--- a/ui/gfx/BUILD.gn |
+++ b/ui/gfx/BUILD.gn |
@@ -485,6 +485,8 @@ source_set("memory_buffer_sources") { |
"gfx_export.h", |
"mac/io_surface.cc", |
"mac/io_surface.h", |
+ "native_pixmap_handle.cc", |
+ "native_pixmap_handle.h", |
] |
if (!is_ios) { |
@@ -494,13 +496,6 @@ source_set("memory_buffer_sources") { |
] |
} |
- if (use_ozone) { |
- sources += [ |
- "native_pixmap_handle_ozone.cc", |
- "native_pixmap_handle_ozone.h", |
- ] |
- } |
- |
defines = [ "GFX_IMPLEMENTATION" ] |
deps = [ |