| Index: services/ui/surfaces/BUILD.gn
|
| diff --git a/services/ui/surfaces/BUILD.gn b/services/ui/surfaces/BUILD.gn
|
| index 6a2501ca70b6e6cceb18748c788cc370ef4fb6fe..0fffd1bfe5529cfb77cc52c38b11841829336fdd 100644
|
| --- a/services/ui/surfaces/BUILD.gn
|
| +++ b/services/ui/surfaces/BUILD.gn
|
| @@ -31,7 +31,6 @@ source_set("surfaces") {
|
| "//services/shell/public/cpp",
|
| "//services/tracing/public/cpp",
|
| "//services/ui/common:mus_common",
|
| - "//services/ui/gles2",
|
| "//services/ui/gpu",
|
| "//services/ui/public/interfaces",
|
| "//ui/gfx",
|
| @@ -43,9 +42,14 @@ source_set("surfaces") {
|
| sources += [
|
| "direct_output_surface_ozone.cc",
|
| "direct_output_surface_ozone.h",
|
| + "ozone_gpu_memory_buffer.cc",
|
| + "ozone_gpu_memory_buffer.h",
|
| "ozone_gpu_memory_buffer_manager.cc",
|
| "ozone_gpu_memory_buffer_manager.h",
|
| ]
|
| - deps += [ "//gpu/command_buffer/common" ]
|
| + deps += [
|
| + "//gpu/command_buffer/common",
|
| + "//ui/ozone",
|
| + ]
|
| }
|
| }
|
|
|