| Index: components/mus/common/BUILD.gn
|
| diff --git a/components/mus/common/BUILD.gn b/components/mus/common/BUILD.gn
|
| index 8b9599800a28e9aa90c0078a7a6c98633ff2a36f..68c9b00328d88f9092255d2d0a0e1901ab052c3f 100644
|
| --- a/components/mus/common/BUILD.gn
|
| +++ b/components/mus/common/BUILD.gn
|
| @@ -13,8 +13,16 @@ component("mus_common") {
|
| "event_param_traits.cc",
|
| "event_param_traits.h",
|
| "event_param_traits_macros.h",
|
| + "gpu_memory_buffer_impl.cc",
|
| + "gpu_memory_buffer_impl.h",
|
| "gpu_type_converters.cc",
|
| "gpu_type_converters.h",
|
| + "mojo_buffer_backing.cc",
|
| + "mojo_buffer_backing.h",
|
| + "mojo_gpu_memory_buffer.cc",
|
| + "mojo_gpu_memory_buffer.h",
|
| + "mojo_gpu_memory_buffer_manager.cc",
|
| + "mojo_gpu_memory_buffer_manager.h",
|
| "mus_common_export.h",
|
| "switches.cc",
|
| "switches.h",
|
|
|