Index: gpu/ipc/client/BUILD.gn |
diff --git a/gpu/ipc/client/BUILD.gn b/gpu/ipc/client/BUILD.gn |
index f49b62a0339f4903013e4efbef2a0f2bfb8dae47..96c2808b04a625a859d0c0ab2334ac8f3a3b0067 100644 |
--- a/gpu/ipc/client/BUILD.gn |
+++ b/gpu/ipc/client/BUILD.gn |
@@ -35,10 +35,10 @@ source_set("ipc_client_sources") { |
"gpu_process_hosted_ca_layer_tree_params.h", |
] |
} |
- if (use_ozone) { |
+ if (is_linux) { |
sources += [ |
- "gpu_memory_buffer_impl_ozone_native_pixmap.cc", |
- "gpu_memory_buffer_impl_ozone_native_pixmap.h", |
+ "gpu_memory_buffer_impl_native_pixmap.cc", |
+ "gpu_memory_buffer_impl_native_pixmap.h", |
] |
} |
configs += [ |