| Index: services/ui/ws/BUILD.gn
|
| diff --git a/services/ui/ws/BUILD.gn b/services/ui/ws/BUILD.gn
|
| index 670b153e6ad05dd8e076ecb8518bc6308e18d138..a0bda9fa6242d379bf9f5d72347f48f4f642afbc 100644
|
| --- a/services/ui/ws/BUILD.gn
|
| +++ b/services/ui/ws/BUILD.gn
|
| @@ -21,6 +21,8 @@ static_library("lib") {
|
| "access_policy_delegate.h",
|
| "accessibility_manager.cc",
|
| "accessibility_manager.h",
|
| + "compositor_frame_sink_client_binding.cc",
|
| + "compositor_frame_sink_client_binding.h",
|
| "cursor_location_manager.cc",
|
| "cursor_location_manager.h",
|
| "cursor_state.cc",
|
| @@ -31,8 +33,6 @@ static_library("lib") {
|
| "display.h",
|
| "display_binding.cc",
|
| "display_binding.h",
|
| - "display_client_compositor_frame_sink.cc",
|
| - "display_client_compositor_frame_sink.h",
|
| "display_manager.cc",
|
| "display_manager.h",
|
| "drag_controller.cc",
|
|
|