| Index: components/display_compositor/BUILD.gn
|
| diff --git a/components/display_compositor/BUILD.gn b/components/display_compositor/BUILD.gn
|
| index 41cc0497fc2da7eb420754a1f4329ff374f0b04a..7644fec560c68baf4bb319bdb42afe098c694cde 100644
|
| --- a/components/display_compositor/BUILD.gn
|
| +++ b/components/display_compositor/BUILD.gn
|
| @@ -11,6 +11,10 @@ component("display_compositor") {
|
| "buffer_queue.h",
|
| "compositor_overlay_candidate_validator.h",
|
| "display_compositor_export.h",
|
| + "frame_eviction_manager.cc",
|
| + "frame_eviction_manager.h",
|
| + "frame_evictor.cc",
|
| + "frame_evictor.h",
|
| "gl_helper.cc",
|
| "gl_helper.h",
|
| "gl_helper_readback_support.cc",
|
|
|