| Index: services/ui/surfaces/BUILD.gn
|
| diff --git a/services/ui/surfaces/BUILD.gn b/services/ui/surfaces/BUILD.gn
|
| index 383b479c6a99de4deffa5e0665c929f147b6fad4..8ecc353f1d8b926c10ea940a63a6bd4607e809e3 100644
|
| --- a/services/ui/surfaces/BUILD.gn
|
| +++ b/services/ui/surfaces/BUILD.gn
|
| @@ -10,7 +10,6 @@ source_set("surfaces") {
|
| "direct_output_surface.h",
|
| "display_compositor.cc",
|
| "display_compositor.h",
|
| - "display_compositor_client.h",
|
| "display_compositor_frame_sink.cc",
|
| "display_compositor_frame_sink.h",
|
| "surfaces_context_provider.cc",
|
| @@ -21,6 +20,7 @@ source_set("surfaces") {
|
| deps = [
|
| "//base",
|
| "//cc",
|
| + "//cc/ipc:internal_interfaces",
|
| "//cc/surfaces",
|
| "//cc/surfaces:surface_id",
|
| "//components/display_compositor",
|
|
|