| Index: components/display_compositor/BUILD.gn
|
| diff --git a/components/display_compositor/BUILD.gn b/components/display_compositor/BUILD.gn
|
| index 41cc0497fc2da7eb420754a1f4329ff374f0b04a..795c43f0a0993456de9667b54fc86f50abd8e533 100644
|
| --- a/components/display_compositor/BUILD.gn
|
| +++ b/components/display_compositor/BUILD.gn
|
| @@ -10,7 +10,11 @@ component("display_compositor") {
|
| "buffer_queue.cc",
|
| "buffer_queue.h",
|
| "compositor_overlay_candidate_validator.h",
|
| + "delegated_frame_evictor.cc",
|
| + "delegated_frame_evictor.h",
|
| "display_compositor_export.h",
|
| + "display_compositor_features.cc",
|
| + "display_compositor_features.h",
|
| "gl_helper.cc",
|
| "gl_helper.h",
|
| "gl_helper_readback_support.cc",
|
| @@ -19,6 +23,8 @@ component("display_compositor") {
|
| "gl_helper_scaling.h",
|
| "host_shared_bitmap_manager.cc",
|
| "host_shared_bitmap_manager.h",
|
| + "renderer_frame_manager.cc",
|
| + "renderer_frame_manager.h",
|
| ]
|
|
|
| configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
|
|