| Index: components/display_compositor/BUILD.gn
|
| diff --git a/components/display_compositor/BUILD.gn b/components/display_compositor/BUILD.gn
|
| index 57b7cddf10cdd57f3161217f1e8fa3f4a370a6aa..41cc0497fc2da7eb420754a1f4329ff374f0b04a 100644
|
| --- a/components/display_compositor/BUILD.gn
|
| +++ b/components/display_compositor/BUILD.gn
|
| @@ -17,6 +17,8 @@ component("display_compositor") {
|
| "gl_helper_readback_support.h",
|
| "gl_helper_scaling.cc",
|
| "gl_helper_scaling.h",
|
| + "host_shared_bitmap_manager.cc",
|
| + "host_shared_bitmap_manager.h",
|
| ]
|
|
|
| configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
| @@ -73,6 +75,7 @@ source_set("unit_tests") {
|
| testonly = true
|
| sources = [
|
| "buffer_queue_unittest.cc",
|
| + "host_shared_bitmap_manager_unittest.cc",
|
| ]
|
|
|
| if (!use_aura && !is_mac) {
|
|
|