| Index: ui/aura/BUILD.gn
|
| diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
|
| index 5a48c2a601353500cbe45d44a4dd04eae4e5c15d..e5e2d71d124db6983e4a1062f60bf0be637c32ff 100644
|
| --- a/ui/aura/BUILD.gn
|
| +++ b/ui/aura/BUILD.gn
|
| @@ -74,10 +74,18 @@ component("aura") {
|
| "mus/drag_drop_controller_host.h",
|
| "mus/drag_drop_controller_mus.cc",
|
| "mus/drag_drop_controller_mus.h",
|
| + "mus/gpu_memory_buffer_impl.cc",
|
| + "mus/gpu_memory_buffer_impl.h",
|
| + "mus/gpu_service.cc",
|
| + "mus/gpu_service.h",
|
| "mus/in_flight_change.cc",
|
| "mus/in_flight_change.h",
|
| "mus/input_method_mus.cc",
|
| "mus/input_method_mus.h",
|
| + "mus/mojo_gpu_memory_buffer.cc",
|
| + "mus/mojo_gpu_memory_buffer.h",
|
| + "mus/mojo_gpu_memory_buffer_manager.cc",
|
| + "mus/mojo_gpu_memory_buffer_manager.h",
|
| "mus/mus_types.h",
|
| "mus/mus_util.cc",
|
| "mus/mus_util.h",
|
| @@ -87,6 +95,8 @@ component("aura") {
|
| "mus/surface_id_handler.h",
|
| "mus/text_input_client_impl.cc",
|
| "mus/text_input_client_impl.h",
|
| + "mus/window_compositor_frame_sink.cc",
|
| + "mus/window_compositor_frame_sink.h",
|
| "mus/window_manager_delegate.cc",
|
| "mus/window_manager_delegate.h",
|
| "mus/window_mus.h",
|
|
|