Index: ui/gfx/BUILD.gn |
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn |
index 072072bf4845c123ef700fb32c52872b96d671d3..4d96e00314ba76b8758457572e50787efc75e08e 100644 |
--- a/ui/gfx/BUILD.gn |
+++ b/ui/gfx/BUILD.gn |
@@ -390,6 +390,10 @@ component("gfx") { |
sources -= [ "path_x11.cc" ] |
} |
+ if (use_ozone) { |
+ sources += [ "native_pixmap_handle_ozone.h" ] |
+ } |
+ |
if (use_cairo) { |
configs += [ "//build/config/linux:pangocairo" ] |
} |