| Index: gpu/ipc/service/BUILD.gn
|
| diff --git a/gpu/ipc/service/BUILD.gn b/gpu/ipc/service/BUILD.gn
|
| index abec3f8b454ed9a31381f8e342b8c532075108a6..967cd2aa2962e679e1823bd21de3ab0f5a9e9626 100644
|
| --- a/gpu/ipc/service/BUILD.gn
|
| +++ b/gpu/ipc/service/BUILD.gn
|
| @@ -117,6 +117,10 @@ target(link_target_type, "ipc_service_sources") {
|
| "gpu_memory_buffer_factory_native_pixmap.h",
|
| "image_transport_surface_linux.cc",
|
| ]
|
| +
|
| + if (!use_ozone) {
|
| + deps += [ "//ui/gfx:memory_buffer" ]
|
| + }
|
| }
|
| if (use_x11) {
|
| sources += [ "x_util.h" ]
|
|
|