| Index: services/ui/surfaces/BUILD.gn
|
| diff --git a/services/ui/surfaces/BUILD.gn b/services/ui/surfaces/BUILD.gn
|
| index c4f8e46d582d1c985616b7e77ac5588500bc5f14..ba2a318ea3d2b6e07648817d39e311fadf0e4025 100644
|
| --- a/services/ui/surfaces/BUILD.gn
|
| +++ b/services/ui/surfaces/BUILD.gn
|
| @@ -6,10 +6,10 @@ import("//build/config/ui.gni")
|
|
|
| source_set("surfaces") {
|
| sources = [
|
| - "direct_output_surface.cc",
|
| - "direct_output_surface.h",
|
| "display_compositor.cc",
|
| "display_compositor.h",
|
| + "display_output_surface.cc",
|
| + "display_output_surface.h",
|
| "gpu_compositor_frame_sink.cc",
|
| "gpu_compositor_frame_sink.h",
|
| ]
|
| @@ -41,8 +41,8 @@ source_set("surfaces") {
|
|
|
| if (use_ozone) {
|
| sources += [
|
| - "direct_output_surface_ozone.cc",
|
| - "direct_output_surface_ozone.h",
|
| + "display_output_surface_ozone.cc",
|
| + "display_output_surface_ozone.h",
|
| ]
|
| deps += [ "//gpu/command_buffer/common" ]
|
| }
|
|
|