Index: content/child/BUILD.gn |
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn |
index 9698873cd331c569878c38350271b66960d5a49c..4dc21173936c5e92de101da99c1ce75560485d17 100644 |
--- a/content/child/BUILD.gn |
+++ b/content/child/BUILD.gn |
@@ -134,4 +134,13 @@ source_set("child") { |
if (is_win || !use_aura) { |
sources -= [ "npapi/webplugin_delegate_impl_aura.cc" ] |
} |
+ |
+ if (!use_ozone) { |
+ sources -= [ |
+ "child_client_native_pixmap_manager_message_filter_ozone.cc", |
+ "child_client_native_pixmap_manager_message_filter_ozone.h", |
+ "child_client_native_pixmap_manager_ozone.cc", |
+ "child_client_native_pixmap_manager_ozone.h", |
+ ] |
+ } |
} |