| Index: components/display_compositor/BUILD.gn
|
| diff --git a/components/display_compositor/BUILD.gn b/components/display_compositor/BUILD.gn
|
| index e54fb14c2924bb7242f7a688186c10a675bb807e..b2a432e5b347dc0bd0d81a101880a04f9260e847 100644
|
| --- a/components/display_compositor/BUILD.gn
|
| +++ b/components/display_compositor/BUILD.gn
|
| @@ -22,6 +22,8 @@ component("display_compositor") {
|
| "gpu_compositor_frame_sink_delegate.h",
|
| "gpu_root_compositor_frame_sink.cc",
|
| "gpu_root_compositor_frame_sink.h",
|
| + "host_shared_bitmap_manager.cc",
|
| + "host_shared_bitmap_manager.h",
|
| ]
|
|
|
| configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
| @@ -78,6 +80,7 @@ source_set("unit_tests") {
|
| testonly = true
|
| sources = [
|
| "buffer_queue_unittest.cc",
|
| + "host_shared_bitmap_manager_unittest.cc",
|
| ]
|
|
|
| if (!use_aura && !is_mac) {
|
|
|