| Index: cc/surfaces/BUILD.gn
|
| diff --git a/cc/surfaces/BUILD.gn b/cc/surfaces/BUILD.gn
|
| index 836576e703d296b0626bf81c796e8e2186de7714..fb3140a9c2906800c46ffd8838a31a5c3a0eaef4 100644
|
| --- a/cc/surfaces/BUILD.gn
|
| +++ b/cc/surfaces/BUILD.gn
|
| @@ -25,6 +25,9 @@ cc_source_set("surface_id") {
|
| cc_component("surfaces") {
|
| output_name = "cc_surfaces"
|
| sources = [
|
| + "compositor_frame_sink_support.cc",
|
| + "compositor_frame_sink_support.h",
|
| + "compositor_frame_sink_support_client.h",
|
| "direct_compositor_frame_sink.cc",
|
| "direct_compositor_frame_sink.h",
|
| "display.cc",
|
|
|